From deb5f9fb6eb97e09a27d27254fa571ecfd9d0c68 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jan 18 2005 17:40:38 +0000 Subject: Add dependencies, fix up Debianisms, include more docs (#145344). --- diff --git a/abcde.spec b/abcde.spec index 1e41e11..292ff52 100644 --- a/abcde.spec +++ b/abcde.spec @@ -1,7 +1,7 @@ Summary: A Better CD Encoder Name: abcde Version: 2.2.0 -Release: 1 +Release: 2 License: GPL & Artistic Group: Applications/Multimedia Source: http://www.hispalinux.es/~data/files/abcde_%{version}.orig.tar.gz @@ -11,7 +11,7 @@ Patch2: abcde-2.1.19-genre.patch URL: http://www.hispalinux.es/~data/abcde.php BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: cd-discid +Requires: cd-discid vorbis-tools flac cdparanoia wget speex %description abcde is a frontend command-line utility (actually, a shell script) that @@ -23,6 +23,7 @@ all in one go. %patch0 -p1 -b .vi %patch1 -p1 -b .inst %patch2 -p1 -b .genre +sed -i 's/normalize-audio/normalize/g' abcde* %install rm -rf $RPM_BUILD_ROOT @@ -33,12 +34,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr (-, root, root, -) -%doc changelog COPYING README TODO +%doc changelog COPYING README TODO FAQ examples %config(noreplace) %{_sysconfdir}/abcde.conf %{_bindir}/* %{_mandir}/man1/* %changelog +* Mon Jan 17 2005 Ville Skyttä - 2.2.0-2 +- Add vorbis-tools, flac, cdparanoia, wget, and speex dependencies. +- Weed out some Debianisms from default external tool names. +- Include more docs. + * Fri Jan 14 2005 Nils Philippsen - version 2.2.0