]> git.pld-linux.org Git - packages/abcde.git/commitdiff
- based on template, nfy
authorwrobell <wrobell@pld-linux.org>
Wed, 2 Oct 2002 23:08:54 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abcde.spec -> 1.1

abcde.spec [new file with mode: 0644]

diff --git a/abcde.spec b/abcde.spec
new file mode 100644 (file)
index 0000000..84afc5d
--- /dev/null
@@ -0,0 +1,79 @@
+Summary:       A Better CD Encoder
+Name:          abcde
+Version:       -
+Release:       -
+Epoch:         -
+License:       - (enter GPL/LGPL/BSD/BSD-like/other license name here)
+Group:         -
+Source0:       http://lly.org/~rcw/abcde/%{name}_%{version}.orig.tar.gz
+Source1:       -
+Patch0:                -
+URL:           http://lly.org/~rcw/abcde/page/
+BuildRequires: -
+PreReq:                -
+Requires:      -
+Requires(pre,post):    -
+Requires(preun):       -
+Requires(postun):      -
+Provides:      -
+Obsoletes:     -
+Conflicts:     -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite
+Ogg/MP3 encoder (Oggenc is the default). It grabs an entire CD and converts
+each track to Ogg/MP3, then comments or ID3-tags each file, all with one
+command. It supports parallelization, SMP, HTTP proxies, customizable
+filename organization and munging, playlist generation, and remote
+distributed encoding via distmp3.
+
+
+%package subpackage
+Summary:       -
+Summary(pl):   -
+Group:         -
+
+%description subpackage
+
+%description subpackage -l pl
+
+%prep
+%setup -q -n %{name}-%{version}.orig -a 1
+%patch0 -p1
+
+%build
+aclocal
+%{__autoconf}
+autoheader
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%preun
+
+%post
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%files subpackage
+%defattr(644,root,root,755)
+%doc extras/*.gz
+%{_datadir}/%{name}-ext
This page took 0.07378 seconds and 4 git commands to generate.