]> git.pld-linux.org Git - packages/choad.git/blob - choad.spec
- cosmetics
[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/Sound
9 Source0:        http://www.ftso.org/choad/%{name}.tgz
10 Patch0:         %{name}-perldir.patch
11 URL:            http://www.ftso.org/choad/
12 BuildRequires:  perl-CDDB
13 BuildRequires:  rpm-perlprov
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 -n %{name}-%{version}2
30 %patch0 -p1
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35 install choad $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/choad
43 %doc README
This page took 0.098047 seconds and 3 git commands to generate.