]> git.pld-linux.org Git - packages/abcde.git/blame_incremental - abcde.spec
- release 2
[packages/abcde.git] / abcde.spec
... / ...
CommitLineData
1Summary: A Better CD Encoder
2Summary(pl.UTF-8): A Better CD Encoder - lepszy koder CD
3Name: abcde
4Version: 2.3.3
5Release: 2
6License: GPL v2+
7Group: Applications
8Source0: http://www.hispalinux.es/~data/files/%{name}_%{version}.orig.tar.gz
9# Source0-md5: 94877d1e410ae420630b1048e82907d3
10URL: http://www.hispalinux.es/~data/abcde.php
11Requires: cd-discid >= 0.7
12Requires: wget >= 1.8.1
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
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.
23
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.
32
33%prep
34%setup -q
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
39
40install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
41install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
42install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc README changelog TODO FAQ
50%attr(755,root,root) %{_bindir}/*
51%verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/abcde.conf
52%{_mandir}/man1/*
This page took 0.087582 seconds and 4 git commands to generate.