Author: qboosh Date: Wed Sep 30 22:24:14 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.1.4 - ghost soname symlink
---- Files affected: packages/libogg: libogg.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: packages/libogg/libogg.spec diff -u packages/libogg/libogg.spec:1.44 packages/libogg/libogg.spec:1.45 --- packages/libogg/libogg.spec:1.44 Mon Jul 28 01:03:58 2008 +++ packages/libogg/libogg.spec Thu Oct 1 00:24:08 2009 @@ -7,17 +7,17 @@ Summary(pl.UTF-8): Biblioteka obsługi strumieni bitowych Ogg Summary(pt_BR.UTF-8): Biblioteca libogg Name: libogg -Version: 1.1.3 -Release: 3 +Version: 1.1.4 +Release: 1 Epoch: 2 License: BSD Group: Libraries Source0: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz -# Source0-md5: eaf7dc6ebbff30975de7527a80831585 +# Source0-md5: 10200ec22543841d9d1c23e0aed4e5e9 Patch0: %{name}-ac_fixes.patch URL: http://www.xiph.org/ogg/ BuildRequires: autoconf -BuildRequires: automake +BuildRequires: automake >= 1:1.6 BuildRequires: libtool Obsoletes: libogg0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -103,13 +103,14 @@ %files %defattr(644,root,root,755) %doc AUTHORS CHANGES COPYING README -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libogg.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libogg.so.0 %files devel %defattr(644,root,root,755) %doc devel-docs/* -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libogg.so +%{_libdir}/libogg.la %{_includedir}/ogg %{_aclocaldir}/ogg.m4 %{_pkgconfigdir}/ogg.pc @@ -117,7 +118,7 @@ %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libogg.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -126,6 +127,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2009/09/30 22:24:08 qboosh +- updated to 1.1.4 +- ghost soname symlink + Revision 1.44 2008/07/27 23:03:58 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libogg/libogg.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
