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