base-specs/dmz-cursor-aa.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16429 fe72291e50fd
child 17864 337913e88a9d
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.

#
# spec file for package dmz-cursor
#
# Copyright 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner gheet
#

%define OSR 9552:0.4.1

Name:			Vanilla-DMZ-AA
License:		MIT
Group:			System/GUI/GNOME
BuildArchitectures:     noarch
Version:		0.4
Release:		1
Distribution:		Java Desktop System
Vendor:			Sun Microsystems, Inc.
Summary:		DMZ AA cursor themes also known as DMZ-Black
Source:                 http://jimmac.musichall.cz/zip/vanilla-dmz-aa-%{version}.tar.bz2
URL:			http://jimmac.musichall.cz/themes.php?skin=7
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
Docdir:			%{_defaultdocdir}/doc
Autoreqprov:		on

%description
This package contains the DMZ AA cursor themes, which are derived from the Industrial theme developed for the Ximian GNOME desktop.

%prep
%setup -n %{name}
rm COPYING


%install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/DMZ-Black
cp -rp * $RPM_BUILD_ROOT/%{_datadir}/icons/DMZ-Black
rm  $RPM_BUILD_ROOT/%{_datadir}/icons/DMZ-Black/index.theme

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, other)
%{_datadir}/icons/DMZ-Black/*

%changelog
* Thu Jul 24 2008 - [email protected]
- Created Spec for dmz-cursor-aa.spec