]> git.pld-linux.org Git - packages/abcde.git/blob - abcde.spec
- release 2
[packages/abcde.git] / abcde.spec
1 Summary:        A Better CD Encoder
2 Summary(pl.UTF-8):      A Better CD Encoder - lepszy koder CD
3 Name:           abcde
4 Version:        2.3.3
5 Release:        2
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        http://www.hispalinux.es/~data/files/%{name}_%{version}.orig.tar.gz
9 # Source0-md5:  94877d1e410ae420630b1048e82907d3
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.UTF-8
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 md5 mtime size) %config(noreplace) %{_sysconfdir}/abcde.conf
52 %{_mandir}/man1/*
This page took 0.040587 seconds and 3 git commands to generate.