]> git.pld-linux.org Git - packages/abcde.git/blob - abcde.spec
- fixed manual files installation
[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 Requires:       cd-discid >= 0.7
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite
22 Ogg/MP3 encoder (Oggenc is the default). It grabs an entire CD and converts
23 each track to Ogg/MP3, then comments or ID3-tags each file, all with one
24 command. It supports parallelization, SMP, HTTP proxies, customizable
25 filename organization and munging, playlist generation, and remote
26 distributed encoding via distmp3.
27
28 %prep
29 %setup -q
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
34
35 install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
36 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
37 install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README changelog TODO
45 %attr(755,root,root) %{_bindir}/*
46 %verify(not size md5 mtime) %config(noreplace) %{_sysconfdir}/abcde.conf
47 %{_mandir}/man1/*
This page took 0.112695 seconds and 3 git commands to generate.