auto-import changelog data from libvorbis-1.0rc2-2.1.src.rpm

Tue Mar 26 2002 Bill Nottingham <notting@redhat.com>
- fix rebuild
This commit is contained in:
cvsdist 2004-09-09 07:49:29 +00:00
parent 9160b68646
commit 6f2f66cd94

View File

@ -1,7 +1,7 @@
Summary: The Vorbis General Audio Compression Codec.
Name: libvorbis
Version: 1.0rc2
Release: 2
Release: 2.1
Group: System Environment/Libraries
Copyright: BSD
URL: http://www.xiph.org/
@ -38,6 +38,7 @@ needed to develop applications with Ogg Vorbis.
perl -p -i -e "s/-O20 -ffast-math/$RPM_OPT_FLAGS/" configure
%build
libtoolize --copy --force
%configure
make
@ -79,6 +80,9 @@ cd ..
%postun -p /sbin/ldconfig
%changelog
* Tue Mar 26 2002 Bill Nottingham <notting@redhat.com>
- fix rebuild
* Thu Aug 16 2001 Bill Nottingham <notting@redhat.com>
- fix bug in floor backend (<michael@stroucken.org>)