c40093d
Name:           abcde
b27bfbc
Version:        2.3.99.8
7211d86
Release:        1%{?dist}
c40093d
Summary:        A Better CD Encoder
c40093d
c40093d
Group:          Applications/Multimedia
b017ab0
# Also "Larry Wall's Artistic" upstream, but the original Artistic is
7211d86
# not accepted in Fedora.  Note that the license will be public domain as of
7211d86
# 2010-01-01 (see comments in abcde, cddb-tool).
b017ab0
License:        GPLv2+
7211d86
URL:            http://code.google.com/p/abcde/
3f534cf
Source0:        http://ftp.debian.org/debian/pool/main/a/abcde/%{name}_%{version}.orig.tar.gz
b27bfbc
Patch0:         %{name}-2.3.99.8-config.patch
7211d86
# http://code.google.com/p/abcde/issues/detail?id=17
7211d86
Patch1:         %{name}-2.1.19-inst.patch
7211d86
# Cherry-picked bits from Ubuntu's 2.3.99.7-1ubuntu1
7211d86
Patch2:         %{name}_2.3.99.7-1ubuntu1.diff
7211d86
# http://code.google.com/p/abcde/issues/detail?id=18
7211d86
Patch3:         %{name}-2.3.99.7-trackinfo.patch
7211d86
# http://code.google.com/p/abcde/issues/detail?id=19
7211d86
Patch4:         %{name}-2.3.99.7-speex-comment.patch
c40093d
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c40093d
c40093d
BuildArch:      noarch
c40093d
Requires:       cd-discid
c40093d
Requires:       cdparanoia
c40093d
Requires:       wget
5a85537
Requires:       which
386f31a
Requires(hint): vorbis-tools
386f31a
Requires(hint): flac
ed9695c
ed9695c
%description
c40093d
abcde is a frontend command-line utility (actually, a shell script)
c40093d
that grabs audio tracks off a CD, encodes them to various formats, and
c40093d
tags them, all in one go.
c40093d
ed9695c
ed9695c
%prep
ed9695c
%setup -q
c40093d
%patch0 -p1
e201ec4
%patch1 -p1
e201ec4
%patch2 -p1
7211d86
%patch3 -p0
f85b070
%patch4 -p1
3f534cf
mv examples/cue2discid .
ed9695c
c40093d
20ff6bb
%build
20ff6bb
20ff6bb
ed9695c
%install
ed9695c
rm -rf $RPM_BUILD_ROOT
e201ec4
make install DESTDIR=$RPM_BUILD_ROOT
3f534cf
install -pm 755 cue2discid $RPM_BUILD_ROOT%{_bindir}
c40093d
ed9695c
ed9695c
%clean
ed9695c
rm -rf $RPM_BUILD_ROOT
ed9695c
c40093d
ed9695c
%files
c40093d
%defattr(-,root,root,-)
7211d86
%doc COPYING FAQ KNOWN.BUGS README TODO USEPIPES changelog examples/
ed9695c
%config(noreplace) %{_sysconfdir}/abcde.conf
c40093d
%{_bindir}/abcde
c40093d
%{_bindir}/cddb-tool
3f534cf
%{_bindir}/cue2discid
c40093d
%{_mandir}/man1/abcde.1*
c40093d
%{_mandir}/man1/cddb-tool.1*
c40093d
ed9695c
ed9695c
%changelog
b27bfbc
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.3.99.8-1
b27bfbc
- Update to 2.3.99.8 (#516886).
b27bfbc
7211d86
* Mon Jul 27 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.7-1
7211d86
- Update to 2.3.99.7 (#513795); wget and usage patches applied upstream.
7211d86
- Patch to improve CDDB track info handling.
7211d86
- Update URL.
7211d86
dacc8d7
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.99.6-9
dacc8d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
dacc8d7
12aa8fd
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.99.6-8
12aa8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
12aa8fd
f85b070
* Thu Apr 10 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.6-7
f85b070
- Patch to work around wget 1.11 regression (#441862).
f85b070
f893085
* Sat Jan 19 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.6-6
e201ec4
- Include fixes from Ubuntu's 2.3.99.6-1ubuntu2: enables M4A and Speex
e201ec4
  tagging, fixes range code, and the -M option.
e201ec4
- Fix Speex comment tagging.
e201ec4
- Fix some usage message spelling errors.
e201ec4
- Drop disttag.
e201ec4
5a85537
* Sat Sep 29 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.6-4
5a85537
- Requires: which
5a85537
b017ab0
* Mon Aug 13 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.6-3
b017ab0
- License: GPLv2+
20ff6bb
- Add (empty) %%build section.
b017ab0
386f31a
* Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.6-2
386f31a
- Change vorbis-tools and flac dependencies to Requires(hint), drop
386f31a
  speex dependency.
386f31a
9290400
* Mon Aug  7 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.6-1
9290400
- 2.3.99.6.
9290400
3f534cf
* Wed Mar  1 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.5-1
3f534cf
- 2.3.99.5.
3f534cf
0d29f65
* Wed Dec 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.2-1
0d29f65
- 2.3.99.2, config file fixes mostly applied upstream.
0d29f65
adcb03a
* Sat Dec 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99-1
adcb03a
- 2.3.99, minor config file fixes.
adcb03a
39351d9
* Mon Sep  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.4-1
39351d9
- 2.3.4.
39351d9
c40093d
* Fri Aug 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.3-1
c40093d
- 2.3.3.
c40093d
- Reformat specfile.
c40093d
8c280f9
* Sat Aug 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.2-1
8c280f9
- 2.3.2, vi and genre patches applied upstream.
8c280f9
- Convert man page to UTF-8.
8c280f9
8c280f9
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.3-2
e698c72
- rebuilt
e698c72
fe29e83
* Thu Feb 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.2.3-1
fe29e83
- Update to 2.2.3.
fe29e83
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