diff --git a/flac.spec b/flac.spec index 6963fd4..5d471ee 100644 --- a/flac.spec +++ b/flac.spec @@ -3,11 +3,12 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec. Name: flac Version: 1.1.0 -Release: 1 +Release: 3 License: LGPL/GPL Group: Applications/Multimedia Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz Patch: flac-1.1.0-m4.patch +Patch1: flac-1.1.0-libtool.patch URL: http://flac.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: xmms-devel, libogg-devel, doxygen @@ -40,6 +41,7 @@ An input plugin that enables playback of FLAC files in xmms. %prep %setup -q %patch -p1 +%patch1 -p1 %build %configure @@ -83,5 +85,14 @@ rm -rf %{buildroot} %{xmmsinputdir}/*.so %changelog +* Thu Mar 11 2004 Bill Nottingham 1.1.0-3 +- fix x86_64 linkage (#117893) + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Wed Aug 6 2003 Bill Nottingham 1.1.0-1 - initial build