fix charset conversion

This commit is contained in:
Matthias Clasen 2006-10-30 02:28:41 +00:00
parent a47841dcfd
commit 4616f96532
1 changed files with 8 additions and 3 deletions

View File

@ -1,14 +1,15 @@
Summary: The Vorbis General Audio Compression Codec tools.
Name: vorbis-tools
Version: 1.1.1
Release: 2
Release: 3%{?dist}
Epoch: 1
Group: Applications/Multimedia
License: GPL
URL: http://www.xiph.org/
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
Patch: vorbis-tools-1.0-build.patch
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
@ -27,8 +28,9 @@ comment editor.
%prep
%setup -q -n %{name}-%{version}
%patch -p1
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .conversion
%build
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
@ -55,6 +57,9 @@ make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-3
- Fix charset conversion (#98816)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.1-2
- rebuild
- Add missing br libtool