]> git.pld-linux.org Git - packages/abcde.git/blame - abcde.spec
- release 2
[packages/abcde.git] / abcde.spec
CommitLineData
01856409 1Summary: A Better CD Encoder
3ebb6f14 2Summary(pl.UTF-8): A Better CD Encoder - lepszy koder CD
01856409 3Name: abcde
d176b5ef 4Version: 2.3.3
b6110a03 5Release: 2
671b2b5d 6License: GPL v2+
522c5363 7Group: Applications
671b2b5d 8Source0: http://www.hispalinux.es/~data/files/%{name}_%{version}.orig.tar.gz
d176b5ef 9# Source0-md5: 94877d1e410ae420630b1048e82907d3
671b2b5d 10URL: http://www.hispalinux.es/~data/abcde.php
f7e5d86b 11Requires: cd-discid >= 0.7
169296c1 12Requires: wget >= 1.8.1
f7e5d86b 13BuildArch: noarch
01856409 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
52d8bc64
JB
17Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your
18favorite Ogg/MP3 encoder (Oggenc is the default). It grabs an entire
19CD and converts each track to Ogg/MP3, then comments or ID3-tags each
20file, all with one command. It supports parallelization, SMP, HTTP
21proxies, customizable filename organization and munging, playlist
22generation, and remote distributed encoding via distmp3.
01856409 23
b9d380d6
JR
24%description -l pl.UTF-8
25Abcde jest nakładką na takie programy jak cdparanoia, wget, cd-discid,
26id3 oraz Twój ulubiony kodek Ogg/MP3 (standardowym kodekiem jest
27Oggenc). Abcde ściąga wszystkie ścieżki z kompaktu, konwertuje je do
28odpowiedniego formatu, a następnie dodaje do utworzonych plików tagi
29ID3 - wszystko za pomocą jednej komendy. Skrypt umożliwia równoległą
30pracę poszczególnych komponentów, wspiera SMP, proxy HTTP oraz zdalne
31kodowanie za pomocą distmp3.
169296c1 32
01856409 33%prep
522c5363 34%setup -q
01856409 35
36%install
37rm -rf $RPM_BUILD_ROOT
522c5363 38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
01856409 39
522c5363 40install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
f7e5d86b 41install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
522c5363 42install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
01856409 43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
01856409 47%files
48%defattr(644,root,root,755)
671b2b5d 49%doc README changelog TODO FAQ
01856409 50%attr(755,root,root) %{_bindir}/*
c4a2d4a5 51%verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/abcde.conf
f7e5d86b 52%{_mandir}/man1/*
This page took 0.116764 seconds and 4 git commands to generate.