diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 6d789fc..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xmmsskins-1.0.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 06136dd..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 $$/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/dead.package b/dead.package new file mode 100644 index 0000000..3e321cc --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2015-11-15: Retired orphaned package, because it was orphaned for +more than six weeks. + 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). -