Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Till Maas
82e9c89755 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7
2014-12-17 17:39:21 +01:00
Fedora Release Engineering
a740956ad9 dist-git conversion 2010-07-28 09:30:50 +00:00
Bill Nottingham
6bbf5410cc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:09 +00:00
Ville Skyttä
45f720b5a8 - Requires: which 2007-09-29 19:33:43 +00:00
Ville Skyttä
f717d2e6e4 Sync with devel for first EPEL build 2007-09-10 15:21:37 +00:00
Kevin Fenzi
ada304c8fa Initialize branch EL-5 for abcde 2007-09-09 22:59:35 +00:00
6 changed files with 3 additions and 160 deletions

View file

@ -1 +0,0 @@
abcde_2.3.99.6.orig.tar.gz

View file

@ -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)

View file

@ -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 \

View file

@ -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ä <ville.skytta at iki.fi> - 2.3.99.6-2
- Change vorbis-tools and flac dependencies to Requires(hint), drop
speex dependency.
* Mon Aug 7 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.6-1
- 2.3.99.6.
* Wed Mar 1 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.5-1
- 2.3.99.5.
* Wed Dec 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99.2-1
- 2.3.99.2, config file fixes mostly applied upstream.
* Sat Dec 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.99-1
- 2.3.99, minor config file fixes.
* Mon Sep 5 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.4-1
- 2.3.4.
* Fri Aug 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.3.3-1
- 2.3.3.
- Reformat specfile.
* Sat Aug 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 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 <mschwendt[AT]users.sf.net> - 2.2.3-2
- rebuilt
* Thu Feb 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.2.3-1
- Update to 2.2.3.
* Mon Jan 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 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 <nphilipp@redhat.com>
- version 2.2.0
* Wed Apr 14 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.1.19
* Tue May 21 2002 Nils Philippsen <nphilipp@redhat.com>
- version 2.0.3
- update rh, genre patches
* Wed Apr 25 2001 Nils Philippsen <nphilipp@redhat.com>
- 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 <nphilipp@redhat.com>
- version 1.9.7
- initial build

3
dead.package Normal file
View file

@ -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

View file

@ -1 +0,0 @@
ac9be20f3098b0943212168171d33ffa abcde_2.3.99.6.orig.tar.gz