]> git.pld-linux.org Git - packages/abcde.git/blob - abcde.spec
- up to 2.1.3
[packages/abcde.git] / abcde.spec
1 Summary:        A Better CD Encoder
2 Summary(pl):    A Better CD Encoder - lepszy koder CD
3 Name:           abcde
4 Version:        2.1.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        http://www.hispalinux.es/~data/files/%{name}_%{version}.orig.tar.gz
9 URL:            http://www.hispalinux.es/~data/abcde.php
10 Requires:       cd-discid >= 0.7
11 Requires:       wget >= 1.8.1
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your
17 favorite Ogg/MP3 encoder (Oggenc is the default). It grabs an entire
18 CD and converts each track to Ogg/MP3, then comments or ID3-tags each
19 file, all with one command. It supports parallelization, SMP, HTTP
20 proxies, customizable filename organization and munging, playlist
21 generation, and remote distributed encoding via distmp3.
22
23 %description -l pl
24 Abcde jest nak³adk± na takie programy jak cdparanoia, wget, cd-discid,
25 id3 oraz Twój ulubiony kodek Ogg/Mp3 (standardowym kodekiem jest
26 Oggenc). Abcde ¶ci±ga wszystkie ¶cie¿ki z kompaktu,  konwertuje je do
27 odpowiedniego formatu, a nastêpnie dodaje do utworzonych plików tagi
28 ID3 - wszystko za pomoc± jednej komendy. Skrypt umo¿liwia równoleg³±
29 pracê poszczególnych komponentów, wspiera SMP, proxy HTTP oraz zdalne
30 kodowanie za pomoc± distmp3.
31
32 %prep
33 %setup -q
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
38
39 install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
40 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
41 install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README changelog TODO FAQ
49 %attr(755,root,root) %{_bindir}/*
50 %verify(not size md5 mtime) %config(noreplace) %{_sysconfdir}/abcde.conf
51 %{_mandir}/man1/*
This page took 0.027524 seconds and 3 git commands to generate.