]> git.pld-linux.org Git - packages/abcde.git/blob - abcde.spec
- added todo
[packages/abcde.git] / abcde.spec
1
2 #
3 # todo:
4 # - minimum install requirements
5 # - pl summaries and descriptions
6 #
7
8 Summary:        A Better CD Encoder
9 Name:           abcde
10 Version:        2.0.3
11 Release:        1
12 License:        GPL
13 Group:          Applications
14 Source0:        http://lly.org/~rcw/abcde/%{name}_%{version}.orig.tar.gz
15 URL:            http://lly.org/~rcw/abcde/page/
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite
20 Ogg/MP3 encoder (Oggenc is the default). It grabs an entire CD and converts
21 each track to Ogg/MP3, then comments or ID3-tags each file, all with one
22 command. It supports parallelization, SMP, HTTP proxies, customizable
23 filename organization and munging, playlist generation, and remote
24 distributed encoding via distmp3.
25
26 %prep
27 %setup -q
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
32
33 install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
34 install *.1 $RPM_BUILD_ROOT%{_bindir}
35 install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README changelog TODO
43 %attr(755,root,root) %{_bindir}/*
44 %verify(not size md5 mtime) %config(noreplace) %{_sysconfdir}/abcde.conf
This page took 0.06828 seconds and 4 git commands to generate.