]> git.pld-linux.org Git - packages/choad.git/blob - choad.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/choad.git] / choad.spec
1 Summary:        Automatic MP3 ripper
2 Summary(pl.UTF-8):      Automatyczny ripper MP3
3 Name:           choad
4 Version:        0.822
5 Release:        1
6 License:        Artistic
7 Group:          Applications/Sound
8 Source0:        http://www.ftso.org/choad/%{name}.tgz
9 # Source0-md5:  62512e3e688f98ae20fd043e8ff2194e
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 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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.UTF-8
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 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 install -d $RPM_BUILD_ROOT%{_bindir}
36 install choad $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README.1ST README.2ND
44 %attr(755,root,root) %{_bindir}/choad
This page took 0.066528 seconds and 4 git commands to generate.