]> git.pld-linux.org Git - packages/abcde.git/commitdiff
- finished spec pldization
authorwrobell <wrobell@pld-linux.org>
Thu, 3 Oct 2002 12:57:34 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abcde.spec -> 1.2

abcde.spec

index 84afc5d7aae6abf4bda44406b65e8811b4c028d7..eac2d79667db056a13c610ad30255e6276ce334c 100644 (file)
@@ -1,23 +1,11 @@
 Summary:       A Better CD Encoder
 Name:          abcde
-Version:       -
-Release:       -
-Epoch:         -
-License:       - (enter GPL/LGPL/BSD/BSD-like/other license name here)
-Group:         -
+Version:       2.0.3
+Release:       1
+License:       GPL
+Group:         Applications
 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
@@ -28,52 +16,22 @@ 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}
+%setup -q
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
+install *.1 $RPM_BUILD_ROOT%{_bindir}
+install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%preun
-
-%post
-
-%postun
-
 %files
 %defattr(644,root,root,755)
-%doc README ChangeLog
+%doc README changelog TODO
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-
-%files subpackage
-%defattr(644,root,root,755)
-%doc extras/*.gz
-%{_datadir}/%{name}-ext
+%verify(not size md5 mtime) %config(noreplace) %{_sysconfdir}/abcde.conf
This page took 0.065705 seconds and 4 git commands to generate.