ed9695c
Summary: A Better CD Encoder
ed9695c
Name: abcde
ed9695c
Version: 2.2.0
deb5f9f
Release: 2
ed9695c
License: GPL & Artistic
ed9695c
Group: Applications/Multimedia
ed9695c
Source: http://www.hispalinux.es/~data/files/abcde_%{version}.orig.tar.gz
ed9695c
Patch0: abcde-2.1.19-vi.patch
ed9695c
Patch1: abcde-2.1.19-inst.patch
ed9695c
Patch2: abcde-2.1.19-genre.patch
ed9695c
URL: http://www.hispalinux.es/~data/abcde.php
ed9695c
BuildArch: noarch
ed9695c
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
deb5f9f
Requires: cd-discid vorbis-tools flac cdparanoia wget speex
ed9695c
ed9695c
%description
ed9695c
abcde is a frontend command-line utility (actually, a shell script) that
ed9695c
grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them,
ed9695c
all in one go.
ed9695c
ed9695c
%prep
ed9695c
%setup -q
ed9695c
%patch0 -p1 -b .vi
ed9695c
%patch1 -p1 -b .inst
ed9695c
%patch2 -p1 -b .genre
deb5f9f
sed -i 's/normalize-audio/normalize/g' abcde*
ed9695c
ed9695c
%install
ed9695c
rm -rf $RPM_BUILD_ROOT
ed9695c
%makeinstall etcdir=$RPM_BUILD_ROOT%{_sysconfdir} mandir=$RPM_BUILD_ROOT%{_mandir}/man1
ed9695c
ed9695c
%clean
ed9695c
rm -rf $RPM_BUILD_ROOT
ed9695c
ed9695c
%files
ed9695c
%defattr (-, root, root, -)
deb5f9f
%doc changelog COPYING README TODO FAQ examples
ed9695c
%config(noreplace) %{_sysconfdir}/abcde.conf
ed9695c
%{_bindir}/*
ed9695c
%{_mandir}/man1/*
ed9695c
ed9695c
%changelog
deb5f9f
* Mon Jan 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.2.0-2
deb5f9f
- Add vorbis-tools, flac, cdparanoia, wget, and speex dependencies.
deb5f9f
- Weed out some Debianisms from default external tool names.
deb5f9f
- Include more docs.
deb5f9f
ed9695c
* Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com>
ed9695c
- version 2.2.0
ed9695c
ed9695c
* Wed Apr 14 2004 Nils Philippsen <nphilipp@redhat.com>
ed9695c
- version 2.1.19
ed9695c
ed9695c
* Tue May 21 2002 Nils Philippsen <nphilipp@redhat.com>
ed9695c
- version 2.0.3
ed9695c
- update rh, genre patches
ed9695c
ed9695c
* Wed Apr 25 2001 Nils Philippsen <nphilipp@redhat.com>
ed9695c
- version 1.9.9
ed9695c
- configuration now uses freedb.org per default, no need to patch
ed9695c
- various artist media can have a different output file name (than single
ed9695c
  artist ones)
ed9695c
- fix newlines with CR in parsing cddb genre
ed9695c
ed9695c
* Tue Jan 09 2001 Nils Philippsen <nphilipp@redhat.com>
ed9695c
- version 1.9.7
ed9695c
- initial build
ed9695c