Author: amateja Date: Wed May 6 07:33:06 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.22 - adaptarized
---- Files affected: packages/tar: tar.spec (1.115 -> 1.116) ---- Diffs: ================================================================ Index: packages/tar/tar.spec diff -u packages/tar/tar.spec:1.115 packages/tar/tar.spec:1.116 --- packages/tar/tar.spec:1.115 Sat Dec 27 19:05:40 2008 +++ packages/tar/tar.spec Wed May 6 09:33:01 2009 @@ -11,13 +11,13 @@ Summary(pt_BR.UTF-8): GNU Tape Archiver (tar) Summary(tr.UTF-8): Yaygın kullanılan yedekleyici Name: tar -Version: 1.21 +Version: 1.22 Release: 1 Epoch: 1 License: GPL v3+ Group: Applications/Archiving Source0: http://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.bz2 -# Source0-md5: 4f9028d231c3e7d7bdd658e14e74c2d1 +# Source0-md5: 07fa517027f426bb80f5f5ff91b63585 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 4e4b1655fe42c27a4eb5d7bcd82e74ac Patch0: %{name}-man-debian.patch @@ -165,12 +165,12 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1} +install -d $RPM_BUILD_ROOT{%{_prefix}%{_bindir},%{_mandir}/man1} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -ln -sf %{_bindir}/tar $RPM_BUILD_ROOT/usr/bin/gtar +ln -sf %{_bindir}/tar $RPM_BUILD_ROOT%{_prefix}%{_bindir}/gtar install tar.1 $RPM_BUILD_ROOT%{_mandir}/man1 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} @@ -191,7 +191,7 @@ %defattr(644,root,root,755) %doc README NEWS %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) /usr/bin/* +%attr(755,root,root) %{_prefix}%{_bindir}/* %{_infodir}/tar.info* %{_mandir}/man1/* %lang(de) %{_mandir}/de/man1/* @@ -215,6 +215,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.116 2009/05/06 07:33:01 amateja +- updated to 1.22 +- adaptarized + Revision 1.115 2008/12/27 18:05:40 qboosh - pl.po-update patch updated from official translation update - typo @@ -574,58 +578,3 @@ Revision 1.17 1999/07/12 23:06:15 kloczek - added using CVS keywords in %changelog (for automating them). -* Thu Feb 10 1999 Michał Kuratczyk <[email protected]> - [1.12-8] -- added Group(pl) -- added gzipping documentation -- cosmetic changes - -* Mon Dec 27 1998 Tomasz Kłoczko <[email protected]> - [1.12-7] -- standarized {un}registering info pages (added tar-info.patch), -- added gzipping man pages. - -* Sat Nov 21 1998 Tomasz Kłoczko <[email protected]> - [1.12-6] -- added {un}registering info page in %post %preun with --entry. - -* Mon Sep 21 1998 Tomasz Kłoczko <[email protected]> - [1.12-5] -- changed Buildroot to /tmp/%%{name}-%%{version}-root, -- added using %%{name} and %%{version} in Source, -- added static subpackage, -- changed passing $RPM_OPT_FLAGS, LIBS and LDFLAGS (now as a configure - environment variable). - -* Wed Sep 2 1998 Konrad Stępień <[email protected]> - [1.12-5] -- added %%{PACKAGE_VERSION} macros to Buildroot and Source, -- patched to better performaance which unknown uid/gid, -- Source adres changed to regular URL, -- updated pl locales to 1.12, -- added bzip2 support, update man page and pl locales, -- translation for pl, -- changed mkdir to install -d, -- added %doc. - -* Tue Aug 4 1998 Jeff Johnson <[email protected]> -- add %{_bindir}/gtar symlink (change #421) - -* Tue Jul 14 1998 Jeff Johnson <[email protected]> -- Fiddle bindir/libexecdir to get RH install correct. -- Don't include /sbin/rmt -- use the rmt from dump. -- Turn on nls. - -* Mon Apr 27 1998 Prospector System <[email protected]> -- translations modified for de, fr, tr - -* Thu Oct 16 1997 Donnie Barnes <[email protected]> -- updated from 1.11.8 to 1.12 -- various spec file cleanups -- /sbin/install-info support - -* Thu Jun 19 1997 Erik Troan <[email protected]> -- built against glibc - -* Thu May 29 1997 Michael Fulbright <[email protected]> -- Fixed to include rmt ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tar/tar.spec?r1=1.115&r2=1.116&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
