From ada304c8facd86308f3c60fa2aeae7d3024382dc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 9 Sep 2007 22:59:35 +0000 Subject: [PATCH 1/6] Initialize branch EL-5 for abcde --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From f717d2e6e401562545d19a3e3c5c5de6f7ba0909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 10 Sep 2007 15:21:37 +0000 Subject: [PATCH 2/6] Sync with devel for first EPEL build --- abcde.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/abcde.spec b/abcde.spec index 8f6e294..9e2dae7 100644 --- a/abcde.spec +++ b/abcde.spec @@ -1,10 +1,12 @@ Name: abcde Version: 2.3.99.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Better CD Encoder Group: Applications/Multimedia -License: GPL or Artistic +# Also "Larry Wall's Artistic" upstream, but the original Artistic is +# not accepted in Fedora +License: GPLv2+ 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 @@ -31,6 +33,9 @@ sed -i -e 's/^#NOGAP$/#NOGAP=y/' abcde.conf mv examples/cue2discid . +%build + + %install rm -rf $RPM_BUILD_ROOT %makeinstall \ @@ -55,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 13 2007 Ville Skyttä - 2.3.99.6-3 +- License: GPLv2+ +- Add (empty) %%build section. + * Tue Aug 29 2006 Ville Skyttä - 2.3.99.6-2 - Change vorbis-tools and flac dependencies to Requires(hint), drop speex dependency. From 45f720b5a866e67d8e2b4313784af59668f12f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 29 Sep 2007 19:33:43 +0000 Subject: [PATCH 3/6] - Requires: which --- abcde.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/abcde.spec b/abcde.spec index 9e2dae7..95e9eee 100644 --- a/abcde.spec +++ b/abcde.spec @@ -1,6 +1,6 @@ Name: abcde Version: 2.3.99.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Better CD Encoder Group: Applications/Multimedia @@ -16,6 +16,7 @@ BuildArch: noarch Requires: cd-discid Requires: cdparanoia Requires: wget +Requires: which Requires(hint): vorbis-tools Requires(hint): flac @@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Sep 29 2007 Ville Skyttä - 2.3.99.6-4 +- Requires: which + * Mon Aug 13 2007 Ville Skyttä - 2.3.99.6-3 - License: GPLv2+ - Add (empty) %%build section. From 6bbf5410cc2040d7eb5deea98e8e2e80cddf4476 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:24:09 +0000 Subject: [PATCH 4/6] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 657f638..c25dc0b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a740956ad9276ee8f390eeeb1216794003cdee40 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:30:50 +0000 Subject: [PATCH 5/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index c25dc0b..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 $$d/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/branch b/branch deleted file mode 100644 index 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 From 82e9c897551674057e03f15d9eb987d0f09d7dc7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 17 Dec 2014 17:39:21 +0100 Subject: [PATCH 6/6] 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks. Reference: https://fedorahosted.org/epel/ticket/7 --- .gitignore | 1 - abcde-2.1.19-inst.patch | 21 ------- abcde.spec | 129 ---------------------------------------- dead.package | 3 + sources | 1 - 5 files changed, 3 insertions(+), 152 deletions(-) delete mode 100644 .gitignore delete mode 100644 abcde-2.1.19-inst.patch delete mode 100644 abcde.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e32dfc9..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -abcde_2.3.99.6.orig.tar.gz 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 95e9eee..0000000 --- a/abcde.spec +++ /dev/null @@ -1,129 +0,0 @@ -Name: abcde -Version: 2.3.99.6 -Release: 4%{?dist} -Summary: A Better CD Encoder - -Group: Applications/Multimedia -# Also "Larry Wall's Artistic" upstream, but the original Artistic is -# not accepted in Fedora -License: GPLv2+ -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: which -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 . - - -%build - - -%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 -* Sat Sep 29 2007 Ville Skyttä - 2.3.99.6-4 -- Requires: which - -* Mon Aug 13 2007 Ville Skyttä - 2.3.99.6-3 -- License: GPLv2+ -- Add (empty) %%build section. - -* 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