auto-import libvorbis-1.0rc3-1 from libvorbis-1.0rc3-1.src.rpm
This commit is contained in:
parent
4f40cba55d
commit
622edf60c5
@ -1 +1 @@
|
||||
libvorbis-1.0rc2.tar.gz
|
||||
libvorbis-1.0rc3.tar.gz
|
||||
|
||||
@ -1,13 +1,12 @@
|
||||
Summary: The Vorbis General Audio Compression Codec.
|
||||
Name: libvorbis
|
||||
Version: 1.0rc2
|
||||
Release: 2.2
|
||||
Version: 1.0rc3
|
||||
Release: 1
|
||||
Group: System Environment/Libraries
|
||||
Copyright: BSD
|
||||
URL: http://www.xiph.org/
|
||||
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
|
||||
Patch: libvorbis-1.0rc1-libdep.patch
|
||||
Patch1: libvorbis-1.0rc2-floor.patch
|
||||
Patch: libvorbis-1.0rc3-libdep.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: libogg >= %{version}
|
||||
BuildPrereq: libogg-devel >= %{version}
|
||||
@ -34,14 +33,10 @@ needed to develop applications with Ogg Vorbis.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch1 -p1
|
||||
perl -p -i -e "s/-O20 -ffast-math/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-ffast-math//" configure
|
||||
|
||||
%build
|
||||
libtoolize --copy --force
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
%configure
|
||||
make
|
||||
|
||||
@ -83,11 +78,8 @@ cd ..
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri May 03 2002 Philip Copeland <bryce@redhat.com> 1.0rc2-2.2
|
||||
- libtoolize harder! and rebuild for alpha
|
||||
|
||||
* Tue Mar 26 2002 Bill Nottingham <notting@redhat.com>
|
||||
- fix rebuild
|
||||
* Tue Jan 1 2002 Bill Nottingham <notting@redhat.com>
|
||||
- update to 1.0rc3
|
||||
|
||||
* Thu Aug 16 2001 Bill Nottingham <notting@redhat.com>
|
||||
- fix bug in floor backend (<michael@stroucken.org>)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user