Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
696f1efd50 | ||
|
|
e82eb5c119 | ||
|
|
f8f92dbec7 | ||
|
|
f345a09261 | ||
|
|
ceaee8caf6 | ||
|
|
304d920ceb | ||
|
|
26c985ff0f | ||
|
|
33b3f77efa | ||
|
|
835b004526 | ||
|
|
0f4ac4a63f | ||
|
|
45e441fd0b | ||
|
|
6240e03e11 | ||
|
|
8e546e5495 | ||
|
|
e32d31c702 | ||
|
|
455ffb0842 | ||
|
|
8bc80d76e7 | ||
|
|
24e01fe485 | ||
|
|
ac63452713 |
5 changed files with 3 additions and 70 deletions
|
|
@ -1 +0,0 @@
|
|||
xmmsskins-1.0.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2015-11-15: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
f625e06f82d8132209ed947c6d8502a4 xmmsskins-1.0.tar.gz
|
||||
|
|
@ -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).
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue