]> git.pld-linux.org Git - packages/abcde.git/blame - abcde.spec
- based on template, nfy
[packages/abcde.git] / abcde.spec
CommitLineData
01856409 1Summary: A Better CD Encoder
2Name: abcde
3Version: -
4Release: -
5Epoch: -
6License: - (enter GPL/LGPL/BSD/BSD-like/other license name here)
7Group: -
8Source0: http://lly.org/~rcw/abcde/%{name}_%{version}.orig.tar.gz
9Source1: -
10Patch0: -
11URL: http://lly.org/~rcw/abcde/page/
12BuildRequires: -
13PreReq: -
14Requires: -
15Requires(pre,post): -
16Requires(preun): -
17Requires(postun): -
18Provides: -
19Obsoletes: -
20Conflicts: -
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite
25Ogg/MP3 encoder (Oggenc is the default). It grabs an entire CD and converts
26each track to Ogg/MP3, then comments or ID3-tags each file, all with one
27command. It supports parallelization, SMP, HTTP proxies, customizable
28filename organization and munging, playlist generation, and remote
29distributed encoding via distmp3.
30
31
32%package subpackage
33Summary: -
34Summary(pl): -
35Group: -
36
37%description subpackage
38
39%description subpackage -l pl
40
41%prep
42%setup -q -n %{name}-%{version}.orig -a 1
43%patch0 -p1
44
45%build
46aclocal
47%{__autoconf}
48autoheader
49%{__automake}
50%configure
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55install -d $RPM_BUILD_ROOT
56
57%{__make} install DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%pre
63
64%preun
65
66%post
67
68%postun
69
70%files
71%defattr(644,root,root,755)
72%doc README ChangeLog
73%attr(755,root,root) %{_bindir}/*
74%{_datadir}/%{name}
75
76%files subpackage
77%defattr(644,root,root,755)
78%doc extras/*.gz
79%{_datadir}/%{name}-ext
This page took 0.096702 seconds and 4 git commands to generate.