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