Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
f15a6ad6f9 dist-git conversion 2010-07-29 16:01:19 +00:00
Bill Nottingham
5448289bd5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:35:20 +00:00
Jesse Keating
56e8f479e4 Initialize branch F-9 for xmms-skins 2008-04-22 03:08:29 +00:00
4 changed files with 49 additions and 3 deletions

1
.gitignore vendored Normal file
View file

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

View file

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

1
sources Normal file
View file

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

47
xmms-skins.spec Normal file
View file

@ -0,0 +1,47 @@
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).