auto-import changelog data from libvorbis-1.0rc2-2.src.rpm
Thu Aug 16 2001 Bill Nottingham <notting@redhat.com> - fix bug in floor backend (<michael@stroucken.org>)
This commit is contained in:
parent
44bb45b76c
commit
9160b68646
@ -1,12 +1,13 @@
|
||||
Summary: The Vorbis General Audio Compression Codec.
|
||||
Name: libvorbis
|
||||
Version: 1.0rc2
|
||||
Release: 1
|
||||
Release: 2
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: libogg >= %{version}
|
||||
BuildPrereq: libogg-devel >= %{version}
|
||||
@ -33,6 +34,7 @@ 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
|
||||
|
||||
%build
|
||||
@ -77,6 +79,9 @@ cd ..
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Aug 16 2001 Bill Nottingham <notting@redhat.com>
|
||||
- fix bug in floor backend (<michael@stroucken.org>)
|
||||
|
||||
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
|
||||
- update to 1.0rc2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user