auto-import changelog data from vorbis-tools-1.0rc3-1.src.rpm

Tue Jan 01 2002 Bill Nottingham <notting@redhat.com>
- update to 1.0rc3
Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
- update to 1.0rc2
Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
- split libao, libvorbis out
Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
- own %{_libdir}/ao
- I love libtool
Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add links from library major version numbers in rpms
Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
- update to rc1
Fri May 04 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
- fixed perl line in spec file to set optims correctly
Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64, again
- use optflags, not -O20 -ffast-math (especially on alpha...)
Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- fix license tag
Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- beta4
Fri Feb 09 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64
Thu Feb 08 2001 Bill Nottingham <notting@redhat.com>
- update CVS in prep for beta4
Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
    none was specified.
Tue Jan 09 2001 Bill Nottingham <notting@redhat.com>
- update CVS, grab aRts backend for libao
Wed Dec 27 2000 Bill Nottingham <notting@redhat.com>
- update CVS
Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
- rebuild because of broken fileutils
Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
- hack up specfile some, merge some packages
Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created
This commit is contained in:
cvsdist 2004-09-09 14:04:36 +00:00
parent e3d68fcf19
commit 8eb409c09b
3 changed files with 103 additions and 0 deletions

View File

@ -0,0 +1 @@
vorbis-tools-1.0rc3.tar.gz

View File

@ -0,0 +1 @@
c28c6b28cddb1d7027afd9a47a0d7b9c vorbis-tools-1.0rc3.tar.gz

101
vorbis-tools.spec Normal file
View File

@ -0,0 +1,101 @@
Summary: The Vorbis General Audio Compression Codec tools.
Name: vorbis-tools
Version: 1.0rc3
Release: 1
Group: Applications/Multimedia
Copyright: GPL
URL: http://www.xiph.org/
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: libogg >= %{version}, libvorbis >= %{version}
BuildPrereq: libvorbis-devel >= %{version}, libao-devel >= 0.8.2
Obsoletes: vorbis
Provides: vorbis
%description
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
The vorbis package contains an encoder, a playback tool, and a
comment editor.
%prep
%setup -q -n %{name}-%{version}
%build
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
perl -p -i -e "s/-ffast-math//" configure
%configure
make
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README ogg123/ogg123rc-example
%{_bindir}/*
%{_mandir}/man1/*
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jan 1 2002 Bill Nottingham <notting@redhat.com>
- update to 1.0rc3
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
- update to 1.0rc2
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
- split libao, libvorbis out
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
- own %%{_libdir}/ao
- I love libtool
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add links from library major version numbers in rpms
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
- update to rc1
* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
- fixed perl line in spec file to set optims correctly
* Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64, again
- use optflags, not -O20 -ffast-math (especially on alpha...)
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- fix license tag
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- beta4
* Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64
* Thu Feb 8 2001 Bill Nottingham <notting@redhat.com>
- update CVS in prep for beta4
* Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
none was specified.
* Tue Jan 9 2001 Bill Nottingham <notting@redhat.com>
- update CVS, grab aRts backend for libao
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
- update CVS
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
- rebuild because of broken fileutils
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
- hack up specfile some, merge some packages
* Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created