diff --git a/vorbis-tools.spec b/vorbis-tools.spec index 1e1c05d..0f35ef2 100644 --- a/vorbis-tools.spec +++ b/vorbis-tools.spec @@ -1,7 +1,7 @@ Summary: The Vorbis General Audio Compression Codec tools. Name: vorbis-tools Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Group: Applications/Multimedia License: GPL @@ -11,9 +11,14 @@ Patch0: vorbis-tools-1.0-build.patch Patch1: vorbis-tools-1.0-curlconfig.patch Patch2: vorbis-tools-1.1.1-conversion.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: libogg >= 2:1.1, libvorbis >= 1:%{version}, libao >= 0.8.4 -BuildPrereq: libvorbis-devel >= 1:%{version}, libao-devel >= 0.8.4, curl-devel >= 7.8 -BuildPrereq: speex-devel, flac-devel +Requires: libogg >= 2:1.1 +Requires: libvorbis >= 1:%{version} +Requires: libao >= 0.8.4 +BuildRequires: libvorbis-devel >= 1:%{version} +BuildRequires: libao-devel >= 0.8.4 +BuildRequires: curl-devel >= 7.8 +BuildRequires: speex-devel +BuildRequires: flac-devel BuildRequires: libtool Obsoletes: vorbis Provides: vorbis @@ -57,6 +62,9 @@ make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 31 2006 Matthias Clasen - 1:1.1.1-4 +- Rebuild against new curl + * Sun Oct 29 2006 Matthias Clasen - 1:1.1.1-3 - Fix charset conversion (#98816)