diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e32dfc9..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -abcde_2.3.99.6.orig.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 657f638..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: abcde -# $Id$ -NAME := abcde -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/abcde-2.1.19-inst.patch b/abcde-2.1.19-inst.patch deleted file mode 100644 index 0f39e39..0000000 --- a/abcde-2.1.19-inst.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- abcde-2.1.19/Makefile.inst 2004-04-09 20:12:15.000000000 +0200 -+++ abcde-2.1.19/Makefile 2004-04-14 13:06:31.680708323 +0200 -@@ -14,13 +14,13 @@ - - install: - $(INSTALL) -d -m 755 $(bindir) -- $(INSTALL) -m 755 -o 0 abcde $(bindir) -- $(INSTALL) -m 755 -o 0 cddb-tool $(bindir) -+ $(INSTALL) -m 755 abcde $(bindir) -+ $(INSTALL) -m 755 cddb-tool $(bindir) - $(INSTALL) -d -m 755 $(mandir) -- $(INSTALL) -m 644 -o 0 abcde.1 $(mandir) -- $(INSTALL) -m 644 -o 0 cddb-tool.1 $(mandir) -+ $(INSTALL) -m 644 abcde.1 $(mandir) -+ $(INSTALL) -m 644 cddb-tool.1 $(mandir) - $(INSTALL) -d -m 755 $(etcdir) -- $(INSTALL) -m 644 -o 0 abcde.conf $(etcdir) -+ $(INSTALL) -m 644 abcde.conf $(etcdir) - - tarball: - @cd .. && tar czvf abcde_$(VERSION).orig.tar.gz \ diff --git a/abcde.spec b/abcde.spec deleted file mode 100644 index 8f6e294..0000000 --- a/abcde.spec +++ /dev/null @@ -1,116 +0,0 @@ -Name: abcde -Version: 2.3.99.6 -Release: 2%{?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}.orig.tar.gz -Patch0: %{name}-2.1.19-inst.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -Requires: cd-discid -Requires: cdparanoia -Requires: wget -Requires(hint): vorbis-tools -Requires(hint): flac - -%description -abcde is a frontend command-line utility (actually, a shell script) -that grabs audio tracks off a CD, encodes them to various formats, and -tags them, all in one go. - - -%prep -%setup -q -%patch0 -p1 -sed -i -e 's/normalize-audio/normalize/g' abcde* -sed -i -e 's/^#NOGAP$/#NOGAP=y/' abcde.conf -mv examples/cue2discid . - - -%install -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 -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%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 -* Tue Aug 29 2006 Ville Skyttä - 2.3.99.6-2 -- Change vorbis-tools and flac dependencies to Requires(hint), drop - speex dependency. - -* Mon Aug 7 2006 Ville Skyttä - 2.3.99.6-1 -- 2.3.99.6. - -* 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. - -* Sat Dec 10 2005 Ville Skyttä - 2.3.99-1 -- 2.3.99, minor config file fixes. - -* Mon Sep 5 2005 Ville Skyttä - 2.3.4-1 -- 2.3.4. - -* Fri Aug 26 2005 Ville Skyttä - 2.3.3-1 -- 2.3.3. -- Reformat specfile. - -* Sat Aug 20 2005 Ville Skyttä - 2.3.2-1 -- 2.3.2, vi and genre patches applied upstream. -- Convert man page to UTF-8. - -* Fri Apr 7 2005 Michael Schwendt - 2.2.3-2 -- rebuilt - -* Thu Feb 10 2005 Ville Skyttä - 2.2.3-1 -- Update to 2.2.3. - -* Mon Jan 17 2005 Ville Skyttä - 2.2.0-2 -- Add vorbis-tools, flac, cdparanoia, wget, and speex dependencies. -- Weed out some Debianisms from default external tool names. -- Include more docs. - -* Fri Jan 14 2005 Nils Philippsen -- version 2.2.0 - -* Wed Apr 14 2004 Nils Philippsen -- version 2.1.19 - -* Tue May 21 2002 Nils Philippsen -- version 2.0.3 -- update rh, genre patches - -* Wed Apr 25 2001 Nils Philippsen -- version 1.9.9 -- configuration now uses freedb.org per default, no need to patch -- various artist media can have a different output file name (than single - artist ones) -- fix newlines with CR in parsing cddb genre - -* Tue Jan 09 2001 Nils Philippsen -- version 1.9.7 -- initial build - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8d8263d --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks. +Reference: https://fedorahosted.org/epel/ticket/7 + diff --git a/sources b/sources deleted file mode 100644 index 271bdb9..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ac9be20f3098b0943212168171d33ffa abcde_2.3.99.6.orig.tar.gz