]> git.pld-linux.org Git - packages/choad.git/blob - choad.spec
b5ba81249fb9d1d5eac07ebbc144d427c2e08e1f
[packages/choad.git] / choad.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Automatic mp3 ripper
3 Summary(pl):    Automatyczny ripper mp3
4 Name:           choad
5 Version:        0.82
6 Release:        1
7 License:        Artistic
8 Group:          Applications/Console
9 Source0:        http://www.ftso.org/choad/%{name}.tgz
10 Patch0:         %{name}-perldir.patch
11 URL:            http://www.ftso.org/choad/
12 BuildRequires:  rpm-perlprov
13 BuildRequires:  perl-CDDB
14 Requires:       cdparanoia-III
15 Requires:       lame
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 BuildArch:      noarch
18
19 %description
20 Choad is a flexible, Perl-based command-line frontend to the CDDB
21 database (via CDDB.pl), the cdparanoia CD ripper, and the LAME MP3
22 encoder.
23
24 %description -l pl
25 choad to elastyczny, oparty na Perlu, dzia³aj±cy z linii poleceñ
26 frontend do bazy danych CDDB, rippera CD cdparanoia i kodera MP3 LAME.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 gzip -9nf README
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38 install choad $RPM_BUILD_ROOT%{_bindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/choad
46 %doc README.gz
This page took 0.052247 seconds and 2 git commands to generate.