Author: rotom Date: Sat Feb 16 12:01:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.4.12
---- Files affected: SPECS: libarchive.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/libarchive.spec diff -u SPECS/libarchive.spec:1.13 SPECS/libarchive.spec:1.14 --- SPECS/libarchive.spec:1.13 Fri Jan 4 01:55:41 2008 +++ SPECS/libarchive.spec Sat Feb 16 13:01:24 2008 @@ -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.4.11 +Version: 2.4.12 Release: 1 License: BSD Group: Libraries Source0: http://people.freebsd.org/~kientzle/libarchive/src/%{name}-%{version}.tar.gz -# Source0-md5: 139eb1c7a7a7f45e75c0a7e7f98d6c0d +# Source0-md5: 3f8dc6737bc0fd031b7e64b143eade02 Patch0: %{name}-man_progname.patch URL: http://people.freebsd.org/~kientzle/libarchive/ BuildRequires: acl-devel @@ -22,6 +22,7 @@ # for <ext2fs/ext2_fs.h> BuildRequires: e2fsprogs-devel BuildRequires: libtool +BuildRequires: sharutils BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -88,7 +89,7 @@ %{__automake} %configure \ --enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no} -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT @@ -104,6 +105,7 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libarchive.so.*.*.* +%attr(755,root,root) %{_libdir}/libarchive.so.? %files devel %defattr(644,root,root,755) @@ -130,6 +132,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008-02-16 12:01:24 rotom +- up to 2.4.12 + Revision 1.13 2008-01-04 00:55:41 zbyniu - up to 2.4.11 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libarchive.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
