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