From d37a6f4422b12dc3935dc6592eadea40f0ca2392 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 26 Feb 2007 19:30:40 +0000 Subject: [PATCH 1/4] Initialize branch EL-5 for xmms-skins --- 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 99f0616e311560eaaa3ed6b6dac5bb040167a04e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:35:19 +0000 Subject: [PATCH 2/4] 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 06136dd..7c26b74 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xmms-skins 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 642b08cfde54ea4dd4c1389b77fb4a761ecdd83f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:01:16 +0000 Subject: [PATCH 3/4] 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 7c26b74..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmms-skins -# $Id$ -NAME := xmms-skins -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 2937eaab44945f49c4e9b1fbc214962baecf2823 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 7 Oct 2015 21:43:02 +0200 Subject: [PATCH 4/4] 2015-10-07: Retired orphaned package, because it was not built. --- .gitignore | 1 - dead.package | 2 ++ sources | 1 - xmms-skins.spec | 47 ----------------------------------------------- 4 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmms-skins.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6d789fc..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xmmsskins-1.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..b49b6d4 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2015-10-07: Retired orphaned package, because it was not built. + diff --git a/sources b/sources deleted file mode 100644 index 78a0782..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -f625e06f82d8132209ed947c6d8502a4 xmmsskins-1.0.tar.gz diff --git a/xmms-skins.spec b/xmms-skins.spec deleted file mode 100644 index ffc51c0..0000000 --- a/xmms-skins.spec +++ /dev/null @@ -1,47 +0,0 @@ -Summary: Skins for the X MultiMedia System -Name: xmms-skins -Version: 1.2.10 -Release: 15 -Epoch: 1 -License: GPL -Group: Applications/Multimedia -URL: http://www.xmms.org/ -Source: xmmsskins-1.0.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildArch: noarch -Requires: xmms -Obsoletes: xmmsskins <= 1.0-5 - -%description -This is a collection of skins for the xmms multimedia player. The -skins were obtained from http://www.xmms.org/skins.html . - - -%prep -%setup -c %{name}-%{release} - - -%build - - -%install -%{__rm} -rf %{buildroot} -%{__mkdir_p} %{buildroot}%{_datadir}/xmms/Skins -%{__install} -p -m 0644 * %{buildroot}%{_datadir}/xmms/Skins/ - - -%clean -%{__rm} -rf %{buildroot} - - -%files -%defattr(-, root, root, 0755) -%{_datadir}/xmms/Skins/ - - -%changelog -* Thu Apr 14 2005 Matthias Saou 1:1.2.10-15 -- Split off xmms-skins sub-package of xmms to its own package. -- Become "noarch" at last, fixes #65614. -- Add version to the xmmsskins obsoletes (1.0-5 w/o epoch was the last seen). -