/[packages]/cauldron/abcde/current/SPECS/abcde.spec
ViewVC logotype

Contents of /cauldron/abcde/current/SPECS/abcde.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71901 - (show annotations) (download)
Tue Mar 15 13:17:27 2011 UTC (13 years, 1 month ago) by ennael
File size: 1201 byte(s)
imported package abcde
1 %define name abcde
2 %define version 2.4.1
3 %define release %mkrel 2
4
5 Summary: Command-line utility to rip and encode audio cds
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 License: GPLv2
10 URL: http://www.hispalinux.es/~data/files/
11 Group: Sound
12 Source0: http://ftp.de.debian.org/debian/pool/main/a/abcde/%{name}_%{version}.orig.tar.gz
13 Source1: http://linukz.org/download/cd-discid-1.1.tar.gz
14 Patch1: abcde-2.3.99.6-install.patch
15 BuildRoot: %{_tmppath}/%{name}-buildroot
16 Requires: cdparanoia wget vorbis-tools
17
18 %description
19 abcde is a frontend command-line utility (actually, a shell script) that
20 grabs tracks off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or
21 MPP/MP+(Musepack) format, and tags them, all in one go.
22
23
24 %prep
25
26 %setup -q -b0
27 %setup -q -b1
28 %patch1 -p0
29
30 %build
31 cd ../cd-discid-1.1
32 %make
33
34 %install
35 rm -rf %buildroot
36 %makeinstall_std
37
38 cd ../cd-discid-1.1
39 %makeinstall_std
40
41 %clean
42 rm -rf %buildroot
43
44 %files
45 %defattr (-,root,root)
46 %doc changelog README COPYING TODO FAQ examples/abcded examples/abcde.init examples/autorip.sh
47 %{_bindir}/*
48 %{_mandir}/man1/abcde.*
49 %{_mandir}/man1/cd-discid.*
50 %{_mandir}/man1/cddb-tool.*
51 %config(noreplace) %{_sysconfdir}/%{name}.conf
52
53
54

  ViewVC Help
Powered by ViewVC 1.1.30