fix the build
This commit is contained in:
parent
a2860e6bde
commit
83d23dfe28
@ -10,6 +10,7 @@ Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
|
|||||||
Patch0: vorbis-tools-1.0-build.patch
|
Patch0: vorbis-tools-1.0-build.patch
|
||||||
Patch1: vorbis-tools-1.0-curlconfig.patch
|
Patch1: vorbis-tools-1.0-curlconfig.patch
|
||||||
Patch2: vorbis-tools-1.1.1-conversion.patch
|
Patch2: vorbis-tools-1.1.1-conversion.patch
|
||||||
|
Patch3: vorbis-tools-1.1.1-curlopt-mute.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires: libogg >= 2:1.1
|
Requires: libogg >= 2:1.1
|
||||||
Requires: libvorbis >= 1:%{version}
|
Requires: libvorbis >= 1:%{version}
|
||||||
@ -36,6 +37,7 @@ comment editor.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .conversion
|
%patch2 -p1 -b .conversion
|
||||||
|
%patch3 -p1 -b .curlopt-mute
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||||
@ -62,8 +64,9 @@ make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 31 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-4
|
* Wed Nov 1 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-4
|
||||||
- Rebuild against new curl
|
- Rebuild against new curl
|
||||||
|
- Don't use CURLOPT_MUTE
|
||||||
|
|
||||||
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-3
|
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-3
|
||||||
- Fix charset conversion (#98816)
|
- Fix charset conversion (#98816)
|
||||||
|
Loading…
Reference in New Issue
Block a user