]> git.pld-linux.org Git - packages/choad.git/blame - choad.spec
- initial spec
[packages/choad.git] / choad.spec
CommitLineData
f42f8c5d 1%include /usr/lib/rpm/macros.perl
2Summary: Automatic mp3 ripper
3Name: choad
4Version: 0.82
5Release: 1
6License: Artistic
7Group: Applications/Console
8Group(de): Applikationen/Konsole
9Group(pl): Aplikacje/Konsola
10Source0: http://www.ftso.org/choad/%{name}.tgz
11Patch0: %{name}-perldir.patch
12Requires: perl-CDDB
13Requires: cdparanoia-III
14Requires: lame
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17URL: http://www.ftso.org/choad/
18
19%description
20Choad is a flexible, Perl-based command-line frontend to the CDDB
21database (via CDDB.pl), the cdparanoia CD ripper, and the LAME MP3
22encoder.
23
24%prep
25%setup -q
26%patch0 -p1
27
28%build
29gzip -9nf README
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_bindir}
34install choad $RPM_BUILD_ROOT%{_bindir}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%attr(755,root,root) %{_bindir}/choad
42%doc README.gz
This page took 0.0661119999999999 seconds and 4 git commands to generate.