Author: qboosh Date: Mon Mar 21 16:29:39 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.10 (note: new soname)
---- Files affected: packages/libzip: libzip.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: packages/libzip/libzip.spec diff -u packages/libzip/libzip.spec:1.11 packages/libzip/libzip.spec:1.12 --- packages/libzip/libzip.spec:1.11 Sat Sep 25 19:01:24 2010 +++ packages/libzip/libzip.spec Mon Mar 21 17:29:34 2011 @@ -2,12 +2,12 @@ Summary: C library for reading, creating, and modifying zip archives Summary(pl.UTF-8): Biblioteka C do odczytu, zapisu i modyfikacji archiwów zip Name: libzip -Version: 0.9.3 +Version: 0.10 Release: 1 License: BSD Group: Libraries Source0: http://www.nih.at/libzip/%{name}-%{version}.tar.bz2 -# Source0-md5: 27610091ca27bf843a6646cd05de35b9 +# Source0-md5: 663d79a9d299a61026d1860d52cdf6fc URL: http://www.nih.at/libzip/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -78,12 +78,12 @@ %files %defattr(644,root,root,755) -%doc AUTHORS NEWS README THANKS TODO +%doc AUTHORS LICENSE NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/zipcmp %attr(755,root,root) %{_bindir}/zipmerge %attr(755,root,root) %{_bindir}/ziptorrent %attr(755,root,root) %{_libdir}/libzip.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libzip.so.1 +%attr(755,root,root) %ghost %{_libdir}/libzip.so.2 %{_mandir}/man1/zipcmp.1* %{_mandir}/man1/zipmerge.1* %{_mandir}/man1/ziptorrent.1* @@ -92,6 +92,8 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libzip.so %{_libdir}/libzip.la +# zipconf.h include +%{_libdir}/libzip %{_includedir}/zip.h %{_pkgconfigdir}/libzip.pc %{_mandir}/man3/libzip.3* @@ -107,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2011/03/21 16:29:34 qboosh +- updated to 0.10 (note: new soname) + Revision 1.11 2010/09/25 17:01:24 qboosh - verbose man list ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libzip/libzip.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
