Add dependencies, fix up Debianisms, include more docs (#145344).
This commit is contained in:
parent
ed9695c1ed
commit
deb5f9fb6e
1 changed files with 9 additions and 3 deletions
12
abcde.spec
12
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ä <ville.skytta at iki.fi> - 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 <nphilipp@redhat.com>
|
||||
- version 2.2.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue