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

Thu Jul 18 2002 Bill Nottingham <notting@redhat.com>
- one-dot-oh
This commit is contained in:
cvsdist 2004-09-09 14:05:16 +00:00
parent 8fca6ecc29
commit 4e97bca201
3 changed files with 14 additions and 9 deletions

View File

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

View File

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

View File

@ -1,15 +1,15 @@
Summary: The Vorbis General Audio Compression Codec tools.
Name: vorbis-tools
Version: 1.0rc3
Release: 6
Version: 1.0
Release: 1
Serial: 1
Group: Applications/Multimedia
License: GPL
URL: http://www.xiph.org/
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: curl-devel
Requires: libogg >= %{version}, libvorbis >= %{version}
BuildPrereq: libvorbis-devel >= %{version}, libao-devel >= 0.8.2, curl-devel
Requires: libogg >= %{version}, libvorbis >= %{version}, libao >= 0.8.3
BuildPrereq: libvorbis-devel >= %{version}, libao-devel >= 0.8.3, curl-devel >= 7.8
Obsoletes: vorbis
Provides: vorbis
@ -18,7 +18,7 @@ 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
The vorbis package contains an encoder, a decoder, a playback tool, and a
comment editor.
%prep
@ -34,7 +34,9 @@ make
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%files
%find_lang %{name}
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING README ogg123/ogg123rc-example
%{_bindir}/*
@ -44,6 +46,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com>
- one-dot-oh
* Tue Jul 16 2002 Elliot Lee <sopwith@redhat.com>
- Add builddep on curl-devel