diff --git a/flac.spec b/flac.spec index 7619e16..02b728c 100644 --- a/flac.spec +++ b/flac.spec @@ -1,7 +1,7 @@ -Summary: An encoder/decoder for the Free Lossless Audio Codec. +Summary: An encoder/decoder for the Free Lossless Audio Codec Name: flac Version: 1.1.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL/GPL Group: Applications/Multimedia Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz @@ -9,7 +9,7 @@ Patch3: flac-1.1.3-gnu-stack.patch Patch4: flac-1.1.3-noxmms.patch Patch5: flac-1.1.3-link-ogg.patch URL: http://flac.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel, libogg-devel, doxygen, nasm BuildRequires: libtool, gettext-devel Obsoletes: flac-libs @@ -47,7 +47,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -%makeinstall +make install DESTDIR=%{buildroot} find doc/ -name "Makefile*" -exec rm -f {} \; %clean @@ -69,12 +69,16 @@ rm -rf %{buildroot} %defattr(-, root, root) %doc doc/html %{_includedir}/* -%{_libdir}/*.a +%exclude %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %{_datadir}/aclocal/*.m4 %changelog +* Tue Feb 13 2007 - Bastien Nocera - 1.1.3-2 +- A few fixes from the the Fedora merge review +- Remove the static library + * Tue Feb 13 2007 - Bastien Nocera - 1.1.3-1 - Update with work from Matthias Clasen up to upstream 1.1.3 (#229462)