Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
7ef584c148 dist-git conversion 2010-07-29 16:01:24 +00:00
Bill Nottingham
de46485709 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:35:21 +00:00
Jeremy Katz
6a75ab0e71 Initialize branch FC-6 for xmms-skins 2006-10-23 19:44:06 +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).