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