From 70c6e5da87ce6c895267972b59ec38874de195e1 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 08:19:18 +0000 Subject: [PATCH 1/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xmmsctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmmsctrl.spec b/xmmsctrl.spec index 6c0ff9e..e8c5c75 100644 --- a/xmmsctrl.spec +++ b/xmmsctrl.spec @@ -1,7 +1,7 @@ Summary: Command line control utility for xmms Name: xmmsctrl Version: 1.8 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.docs.uu.se/~adavid Source0: http://user.it.uu.se/~adavid/utils/%{name}-%{version}.tar.gz Patch0: xmmsctrl-no-strip.patch @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xmmsctrl %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 1.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 1.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 667d91c80f4158fa0cc1a7ce414e921abb4a6378 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:41:01 +0000 Subject: [PATCH 2/9] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index af5e5a6..95d993a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xmmsctrl -# $Id$ +# $Id: Makefile,v 1.1 2008/09/28 19:25:02 kevin Exp $ NAME := xmmsctrl 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 addbf43d520bde75b2788e4185bf6d6739b213dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:01:51 +0000 Subject: [PATCH 3/9] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log 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 95d993a..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmmsctrl -# $Id: Makefile,v 1.1 2008/09/28 19:25:02 kevin Exp $ -NAME := xmmsctrl -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/import.log b/import.log deleted file mode 100644 index aa0eba7..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xmmsctrl-1_8-4_fc9:HEAD:xmmsctrl-1.8-4.fc9.src.rpm:1222630517 From 7994a578440f515ae5130f2a5b4f7b5ea26dcf13 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 23:46:44 -0600 Subject: [PATCH 4/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xmmsctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmmsctrl.spec b/xmmsctrl.spec index e8c5c75..f7ff614 100644 --- a/xmmsctrl.spec +++ b/xmmsctrl.spec @@ -1,7 +1,7 @@ Summary: Command line control utility for xmms Name: xmmsctrl Version: 1.8 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.docs.uu.se/~adavid Source0: http://user.it.uu.se/~adavid/utils/%{name}-%{version}.tar.gz Patch0: xmmsctrl-no-strip.patch @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xmmsctrl %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 1.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 338de17f8a7e0b8657445c2b3b60eb5caada9800 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 03:08:28 -0600 Subject: [PATCH 5/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xmmsctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmmsctrl.spec b/xmmsctrl.spec index f7ff614..78731fc 100644 --- a/xmmsctrl.spec +++ b/xmmsctrl.spec @@ -1,7 +1,7 @@ Summary: Command line control utility for xmms Name: xmmsctrl Version: 1.8 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://www.docs.uu.se/~adavid Source0: http://user.it.uu.se/~adavid/utils/%{name}-%{version}.tar.gz Patch0: xmmsctrl-no-strip.patch @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xmmsctrl %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From a9923525a2497351d689b9da9f09c7396e7f2118 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 01:06:49 -0500 Subject: [PATCH 6/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xmmsctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmmsctrl.spec b/xmmsctrl.spec index 78731fc..0d3f543 100644 --- a/xmmsctrl.spec +++ b/xmmsctrl.spec @@ -1,7 +1,7 @@ Summary: Command line control utility for xmms Name: xmmsctrl Version: 1.8 -Release: 8%{?dist} +Release: 9%{?dist} URL: http://www.docs.uu.se/~adavid Source0: http://user.it.uu.se/~adavid/utils/%{name}-%{version}.tar.gz Patch0: xmmsctrl-no-strip.patch @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xmmsctrl %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.8-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From f1d2336f71b5c8d9c34745cee48f3a24a7d4b9db Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:54:27 -0600 Subject: [PATCH 7/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xmmsctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmmsctrl.spec b/xmmsctrl.spec index 0d3f543..0d8c524 100644 --- a/xmmsctrl.spec +++ b/xmmsctrl.spec @@ -1,7 +1,7 @@ Summary: Command line control utility for xmms Name: xmmsctrl Version: 1.8 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://www.docs.uu.se/~adavid Source0: http://user.it.uu.se/~adavid/utils/%{name}-%{version}.tar.gz Patch0: xmmsctrl-no-strip.patch @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xmmsctrl %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 163d780eaa75ac9d204d3ae2fa6cc52718807756 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:39:01 -0500 Subject: [PATCH 8/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xmmsctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmmsctrl.spec b/xmmsctrl.spec index 0d8c524..06bb80c 100644 --- a/xmmsctrl.spec +++ b/xmmsctrl.spec @@ -1,7 +1,7 @@ Summary: Command line control utility for xmms Name: xmmsctrl Version: 1.8 -Release: 10%{?dist} +Release: 11%{?dist} URL: http://www.docs.uu.se/~adavid Source0: http://user.it.uu.se/~adavid/utils/%{name}-%{version}.tar.gz Patch0: xmmsctrl-no-strip.patch @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xmmsctrl %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.8-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From ff70fe0c12289dd680d68fd41f7a5472c64189ca Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Fri, 6 Dec 2013 02:00:29 -0500 Subject: [PATCH 9/9] Retired due to lack of maintainer interest --- .gitignore | 1 - dead.package | 1 + sources | 1 - xmmsctrl-no-strip.patch | 11 ------ xmmsctrl.spec | 82 ----------------------------------------- 5 files changed, 1 insertion(+), 95 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmmsctrl-no-strip.patch delete mode 100644 xmmsctrl.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e505e30..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xmmsctrl-1.8.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e8a26b2 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retired due to lack of maintainer interest diff --git a/sources b/sources deleted file mode 100644 index 346b76c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0774f3e61cfc89c1fd3f0526c48b35db xmmsctrl-1.8.tar.gz diff --git a/xmmsctrl-no-strip.patch b/xmmsctrl-no-strip.patch deleted file mode 100644 index 046f422..0000000 --- a/xmmsctrl-no-strip.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -rupN old/xmmsctrl-1.8/Makefile new/xmmsctrl-1.8/Makefile ---- old/xmmsctrl-1.8/Makefile 2004-04-02 08:00:12.000000000 -0500 -+++ new/xmmsctrl-1.8/Makefile 2008-09-23 00:48:36.000000000 -0400 -@@ -16,7 +16,6 @@ all : $(TARGET) HELP - - $(TARGET) : xmmsctrl.c removefile.c - $(CC) -o $(TARGET) xmmsctrl.c removefile.c $(CFLAGS) $(LDFLAGS) -- strip xmmsctrl - - HELP : xmmsctrl - ./xmmsctrl > HELP || true diff --git a/xmmsctrl.spec b/xmmsctrl.spec deleted file mode 100644 index 06bb80c..0000000 --- a/xmmsctrl.spec +++ /dev/null @@ -1,82 +0,0 @@ -Summary: Command line control utility for xmms -Name: xmmsctrl -Version: 1.8 -Release: 11%{?dist} -URL: http://www.docs.uu.se/~adavid -Source0: http://user.it.uu.se/~adavid/utils/%{name}-%{version}.tar.gz -Patch0: xmmsctrl-no-strip.patch -License: GPLv2 -Group: Applications/Multimedia -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: xmms -BuildRequires: xmms-devel - -%description -xmmsctrl is a small utility to control xmms from the command line. Its -goal is to be used coupled with sh to test xmms state and perform an -appropriate action, e.g. if playing then pause else play. The interest -of this is to bind keys in a window manager to have control over xmms -with keys that do play/next/pause, prev, control sound... - -%prep -%setup -q -%patch0 -p2 -b .nostrip -chmod 0644 samples/* - -%build -make %{?_smp_mflags} WARN="${RPM_OPT_FLAGS}" - -%install -rm -rf $RPM_BUILD_ROOT -mkdir -p ${RPM_BUILD_ROOT}/%{_bindir} -install -m 755 %{name} ${RPM_BUILD_ROOT}/%{_bindir} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%doc Changelog README HELP samples -%{_bindir}/xmmsctrl - -%changelog -* Sun Aug 04 2013 Fedora Release Engineering - 1.8-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.8-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.8-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.8-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.8-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 1.8-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Sep 28 2008 Orcan Ogetbil - 1.8-4 -- Changed the type of RPM_OPT_FLAGS from CFLAGS to WARN - -* Sat Sep 27 2008 Orcan Ogetbil - 1.8-3 -- Added DistTag -- Removed ExclusiveArch -- Changed 0444 file permissions to 0644 -- Changed %%defattr to (-,root,root,-) -- Honored Fedora specific compilation flags -- Support parallel make - -* Mon Sep 22 2008 Orcan Ogetbil - 1.8-2 -- Repack for Fedora -- Don't strip the binary patch - -* Mon Feb 18 2002 Jan IVEN - 1.8-1 -- Initial build. - -