From 4e97bca2016bc78deb08c3c570e41264c9371f2e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:05:16 +0000 Subject: auto-import changelog data from vorbis-tools-1.0-1.src.rpm Thu Jul 18 2002 Bill Nottingham - one-dot-oh --- diff --git a/.cvsignore b/.cvsignore index ec55c63..cc9da5f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vorbis-tools-1.0rc3.tar.gz +vorbis-tools-1.0.tar.gz diff --git a/sources b/sources index 39e3499..b00f428 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c28c6b28cddb1d7027afd9a47a0d7b9c vorbis-tools-1.0rc3.tar.gz +aec72daae8ebaeb958153e520676b141 vorbis-tools-1.0.tar.gz diff --git a/vorbis-tools.spec b/vorbis-tools.spec index 0802cad..569b71e 100644 --- a/vorbis-tools.spec +++ b/vorbis-tools.spec @@ -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 +- one-dot-oh + * Tue Jul 16 2002 Elliot Lee - Add builddep on curl-devel