Author: megabajt Date: Sat May 30 12:56:24 2009 GMT Module: packages Tag: HEAD ---- Log message: - added -lt.patch and -gcc44.patch - remove Makefiles from doc - ghost soname symlinks - release 2
---- Files affected: packages/flac: flac.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: packages/flac/flac.spec diff -u packages/flac/flac.spec:1.53 packages/flac/flac.spec:1.54 --- packages/flac/flac.spec:1.53 Sat Oct 13 18:24:55 2007 +++ packages/flac/flac.spec Sat May 30 14:56:18 2009 @@ -8,12 +8,14 @@ Summary(pl.UTF-8): Free Lossless Audio Codec - Wolnodostępny bezstratny kodek audio Name: flac Version: 1.2.1 -Release: 1 +Release: 2 License: BSD (libFLAC/libFLAC++), GPL (programs and plugins) Group: Libraries Source0: http://dl.sourceforge.net/flac/%{name}-%{version}.tar.gz # Source0-md5: 153c8b15a54da428d1f0fadc756c22c7 Patch0: %{name}-without_xmms.patch +Patch1: %{name}-lt.patch +Patch2: %{name}-gcc44.patch URL: http://flac.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake >= 1:1.7 @@ -116,10 +118,12 @@ %prep %setup -q %{!?with_xmms:%patch0 -p1} +%patch1 -p1 +%patch2 -p1 %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} @@ -135,7 +139,7 @@ DESTDIR=$RPM_BUILD_ROOT # no makefiles in doc dirs -rm -f doc/html/{Makefile*,images/Makefile*,ru/Makefile*} +rm -f doc/html/{Makefile*,images/Makefile*,images/hw/Makefile*,ru/Makefile*} rm -f $RPM_BUILD_ROOT%{xmms_input_plugindir}/*.la %clean @@ -154,6 +158,7 @@ %attr(755,root,root) %{_bindir}/flac %attr(755,root,root) %{_bindir}/metaflac %attr(755,root,root) %{_libdir}/libFLAC.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libFLAC.so.8 %{_mandir}/man1/flac.1* %{_mandir}/man1/metaflac.1* @@ -174,6 +179,7 @@ %files c++ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libFLAC++.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libFLAC++.so.6 %files c++-devel %defattr(644,root,root,755) @@ -201,6 +207,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2009/05/30 12:56:18 megabajt +- added -lt.patch and -gcc44.patch +- remove Makefiles from doc +- ghost soname symlinks +- release 2 + Revision 1.53 2007/10/13 16:24:55 megabajt - CVE reference for revision 1.52 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/flac/flac.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
