Author: qboosh Date: Sun Dec 16 18:47:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.1
---- Files affected: SPECS: liblzf.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/liblzf.spec diff -u SPECS/liblzf.spec:1.18 SPECS/liblzf.spec:1.19 --- SPECS/liblzf.spec:1.18 Mon Feb 19 21:06:50 2007 +++ SPECS/liblzf.spec Sun Dec 16 19:47:01 2007 @@ -2,13 +2,13 @@ Summary: LZF compression library Summary(pl.UTF-8): Biblioteka kompresji LZF Name: liblzf -Version: 2.0 +Version: 3.1 Release: 1 Epoch: 1 -License: BSD-like (or GPLv2 for core - see LICENSE) +License: BSD-like (or GPL v2 for core - see LICENSE) Group: Libraries Source0: http://www.goof.com/pcg/marc/data/%{name}-%{version}.tar.gz -# Source0-md5: 59efd98ff304c6daebf19d29e6f77ff5 +# Source0-md5: 57bde55f748e47b731cfe9ad0e52a907 Patch0: %{name}-shared.patch URL: http://www.goof.com/pcg/marc/liblzf.html BuildRequires: autoconf >= 2.50 @@ -89,17 +89,18 @@ %defattr(644,root,root,755) %doc Changes LICENSE README %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/liblzf.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/liblzf.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/*.h +%attr(755,root,root) %{_libdir}/liblzf.so +%{_libdir}/liblzf.la +%{_includedir}/lzf.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/liblzf.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -107,6 +108,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2007-12-16 18:47:01 qboosh +- updated to 3.1 + Revision 1.18 2007-02-19 20:06:50 qboosh - updated to 2.0, updated shared patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/liblzf.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
