Compare commits

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

4 commits

Author SHA1 Message Date
Till Maas
2937eaab44 2015-10-07: Retired orphaned package, because it was not built. 2015-10-07 21:43:02 +02:00
Fedora Release Engineering
642b08cfde dist-git conversion 2010-07-29 16:01:16 +00:00
Bill Nottingham
99f0616e31 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:35:19 +00:00
Warren Togami
d37a6f4422 Initialize branch EL-5 for xmms-skins 2007-02-26 19:30:40 +00:00
5 changed files with 2 additions and 70 deletions

View file

@ -1 +0,0 @@
xmmsskins-1.0.tar.gz

View file

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

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
2015-10-07: Retired orphaned package, because it was not built.

View file

@ -1 +0,0 @@
f625e06f82d8132209ed947c6d8502a4 xmmsskins-1.0.tar.gz

View file

@ -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 <http://freshrpms.net/> 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).