Compare commits

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

18 commits

Author SHA1 Message Date
Till Maas
696f1efd50 2015-11-15: Retired orphaned package, because it was orphaned for
more than six weeks.
2015-11-15 22:37:44 +01:00
Ralf Corsépius
e82eb5c119 Add dist-tag (RHBZ #1237203). 2015-07-01 05:55:39 +02:00
Dennis Gilmore
f8f92dbec7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:12:36 +00:00
Dennis Gilmore
f345a09261 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:14:22 -05:00
Dennis Gilmore
ceaee8caf6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:38:01 -05:00
Dennis Gilmore
304d920ceb - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:54:06 -06:00
Dennis Gilmore
26c985ff0f - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 01:05:28 -05:00
Dennis Gilmore
33b3f77efa - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:07:56 -06:00
Dennis Gilmore
835b004526 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:45:18 -06:00
Fedora Release Engineering
0f4ac4a63f dist-git conversion 2010-07-29 16:01:17 +00:00
Bill Nottingham
45e441fd0b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:01 +00:00
Jesse Keating
6240e03e11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:18:30 +00:00
Matthias Saou
8e546e5495 Replace "xmms" requirement with "xmms-gui" which other players can provide,
audacious for instance (#470135).
2009-04-12 15:54:59 +00:00
Jesse Keating
e32d31c702 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 10:25:32 +00:00
Matthias Saou
455ffb0842 Don't copy zip files unnecessarily during build. 2008-12-24 16:03:10 +00:00
Tom Callaway
8bc80d76e7 Ultrafina author says CC-BY is fine. 2008-09-11 20:24:25 +00:00
Tom Callaway
24e01fe485 readd some of the removed skins, heard from various upstream authors 2008-09-09 17:40:38 +00:00
Tom Callaway
ac63452713 fix license tag, remove skins with questionable licensing 2008-09-07 15:01:48 +00:00
5 changed files with 3 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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2015-11-15: Retired orphaned package, because it was orphaned for
more than six weeks.

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