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

Tue Jul 16 2002 Elliot Lee <sopwith@redhat.com>
- Add builddep on curl-devel
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
This commit is contained in:
cvsdist 2004-09-09 14:05:10 +00:00
parent 93da532cc5
commit 8fca6ecc29
1 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: The Vorbis General Audio Compression Codec tools.
Name: vorbis-tools
Version: 1.0rc3
Release: 3
Release: 6
Group: Applications/Multimedia
License: GPL
URL: http://www.xiph.org/
@ -9,7 +9,7 @@ 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
BuildPrereq: libvorbis-devel >= %{version}, libao-devel >= 0.8.2, curl-devel
Obsoletes: vorbis
Provides: vorbis
@ -44,6 +44,15 @@ make DESTDIR=$RPM_BUILD_ROOT install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jul 16 2002 Elliot Lee <sopwith@redhat.com>
- Add builddep on curl-devel
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0rc3-3
- s/Copyright/License/
- Add curl-devel as a build dependency