]> git.pld-linux.org Git - packages/abcde.git/blob - abcde.spec
- pl descriptions
[packages/abcde.git] / abcde.spec
1
2 Summary:        A Better CD Encoder
3 Name:           abcde
4 Version:        2.0.3
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://lly.org/~rcw/abcde/%{name}_%{version}.orig.tar.gz
9 URL:            http://lly.org/~rcw/abcde/page/
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 favorite
17 Ogg/MP3 encoder (Oggenc is the default). It grabs an entire CD and converts
18 each track to Ogg/MP3, then comments or ID3-tags each file, all with one
19 command. It supports parallelization, SMP, HTTP proxies, customizable
20 filename organization and munging, playlist generation, and remote
21 distributed encoding via distmp3.
22
23 %description -l pl
24 Abcde jest nak³adk± na takie programy jak cdparanoia, wget, cd-discid, id3
25 oraz Twój ulubiony kodek Ogg/Mp3 (standardowym kodekiem jest Oggenc).
26 Abcde ¶ci±ga wszystkie ¶cie¿ki z kompaktu,  konwertuje je do odpowiedniego
27 formatu, a nastêpnie dodaje do utworzonych plików tagi ID3 - wszystko za
28 pomoc± jednej komendy. Skrypt umo¿liwia równoleg³± pracê poszczególnych
29 komponentów, wspiera SMP, proxy HTTP oraz zdalne kodowanie za pomoc±
30 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
49 %attr(755,root,root) %{_bindir}/*
50 %verify(not size md5 mtime) %config(noreplace) %{_sysconfdir}/abcde.conf
51 %{_mandir}/man1/*
This page took 0.080162 seconds and 4 git commands to generate.