diff --git a/.cvsignore b/.cvsignore index 2d7c7a4..da2fc5e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abcde_2.3.99.2-1.tar.gz +abcde_2.3.99.5.orig.tar.gz diff --git a/abcde.spec b/abcde.spec index dfab90d..d58eabf 100644 --- a/abcde.spec +++ b/abcde.spec @@ -1,12 +1,12 @@ Name: abcde -Version: 2.3.99.2 +Version: 2.3.99.5 Release: 1%{?dist} Summary: A Better CD Encoder Group: Applications/Multimedia License: GPL or Artistic URL: http://www.hispalinux.es/~data/abcde.php -Source0: http://ftp.debian.org/debian/pool/main/a/abcde/%{name}_%{version}-1.tar.gz +Source0: http://ftp.debian.org/debian/pool/main/a/abcde/%{name}_%{version}.orig.tar.gz Patch0: %{name}-2.1.19-inst.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,6 +29,7 @@ tags them, all in one go. %patch0 -p1 sed -i -e 's/normalize-audio/normalize/g' abcde* sed -i -e 's/^#NOGAP$/#NOGAP=y/' abcde.conf +mv examples/cue2discid . %install @@ -36,6 +37,7 @@ rm -rf $RPM_BUILD_ROOT %makeinstall \ etcdir=$RPM_BUILD_ROOT%{_sysconfdir} \ mandir=$RPM_BUILD_ROOT%{_mandir}/man1 +install -pm 755 cue2discid $RPM_BUILD_ROOT%{_bindir} %clean @@ -44,15 +46,19 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING FAQ README TODO USEPIPES debian/changelog examples/ +%doc COPYING FAQ README TODO USEPIPES changelog examples/ %config(noreplace) %{_sysconfdir}/abcde.conf %{_bindir}/abcde %{_bindir}/cddb-tool +%{_bindir}/cue2discid %{_mandir}/man1/abcde.1* %{_mandir}/man1/cddb-tool.1* %changelog +* Wed Mar 1 2006 Ville Skyttä - 2.3.99.5-1 +- 2.3.99.5. + * Wed Dec 14 2005 Ville Skyttä - 2.3.99.2-1 - 2.3.99.2, config file fixes mostly applied upstream. diff --git a/sources b/sources index 5d890e2..cb80d38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c76a00786096f89d6b0aa6c052410f67 abcde_2.3.99.2-1.tar.gz +d04f8d0f526f626e8d4741c3938a644e abcde_2.3.99.5.orig.tar.gz