Author: megabajt Date: Mon Aug 9 14:51:57 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.8.4 - added bsdcpio package
---- Files affected: packages/libarchive: libarchive.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: packages/libarchive/libarchive.spec diff -u packages/libarchive/libarchive.spec:1.21 packages/libarchive/libarchive.spec:1.22 --- packages/libarchive/libarchive.spec:1.21 Thu May 20 00:49:48 2010 +++ packages/libarchive/libarchive.spec Mon Aug 9 16:51:52 2010 @@ -6,12 +6,12 @@ Summary: Library to create and read several different archive formats Summary(pl.UTF-8): Biblioteka do tworzenia i odczytu różnych formatów archiwów Name: libarchive -Version: 2.8.3 -Release: 4 +Version: 2.8.4 +Release: 1 License: BSD Group: Libraries Source0: http://libarchive.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: fe8d917e101d4b37580124030842a1d0 +# Source0-md5: 83b237a542f27969a8d68ac217dc3796 Patch0: %{name}-man_progname.patch URL: http://people.freebsd.org/~kientzle/libarchive/ BuildRequires: acl-devel @@ -48,6 +48,7 @@ Requires: acl-devel Requires: attr-devel Requires: bzip2-devel +Requires: libxml2-devel Requires: openssl-devel Requires: xz-devel Requires: zlib-devel @@ -70,6 +71,18 @@ %description static -l pl.UTF-8 Statyczna biblioteka libarchive. +%package -n bsdcpio +Summary: bsdcpio - cpio(1) implementation based on libarchive +Summary(pl.UTF-8): bsdcpio - implementacja programu cpio(1) oparta na libarchive +Group: Applications/Archiving +Requires: %{name} = %{version}-%{release} + +%description -n bsdcpio +bsdcpio - cpio(1) implementation based on libarchive. + +%description -n bsdcpio -l pl.UTF-8 +bsdcpio - implementacja programu cpio(1), oparta na libarchive. + %package -n bsdtar Summary: bsdtar - tar(1) implementation based on libarchive Summary(pl.UTF-8): bsdtar - implementacja programu tar(1) oparta na libarchive @@ -110,15 +123,16 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libarchive.so.*.*.* -%attr(755,root,root) %{_libdir}/libarchive.so.? +%attr(755,root,root) %ghost %{_libdir}/libarchive.so.2 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libarchive.so %{_libdir}/libarchive.la %{_includedir}/*.h -%{_mandir}/man3/* -%{_mandir}/man5/* +%{_mandir}/man3/*.3* +%{_mandir}/man5/*.5* +%{_pkgconfigdir}/libarchive.pc %if %{with static_libs} %files static @@ -126,6 +140,11 @@ %{_libdir}/libarchive.a %endif +%files -n bsdcpio +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/bsdcpio +%{_mandir}/man1/bsdcpio.1* + %files -n bsdtar %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/bsdtar @@ -137,6 +156,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2010/08/09 14:51:52 megabajt +- updated to 2.8.4 +- added bsdcpio package + Revision 1.21 2010/05/19 22:49:48 sparky - release: 4 (STBR, because of missing R) - BR: libmd5-devel, libxml2-devel, openssl-devel, xz-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libarchive/libarchive.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
