base-specs/neutral-plus-cursors.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 14789 e387b4eb1411
child 16960 6f34f03c7d11
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 neutral-plus-inverted
#
# Copyright (c) 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 erwannc
# bugdb: defect.opensolaris.org
#
Name:         		Neutral_Plus_Inv
License:      		Other
Group:        		System/GUI/GNOME
BuildArchitectures:	noarch
Version:      		70481
Release:      		1
Distribution: 		Java Desktop System
Vendor:       		Sun Microsystems, Inc.
Summary:      		Neutral Plus Inverted mouse cursor theme
Source:       		http://www.gnome-look.org/CONTENT/content-files/%{version}-%{name}.tar.gz
URL:          		http://www.gnome-look.org/content/show.php/Neutral+Plus+Inverted?content=94665
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
Docdir:	      		%{_defaultdocdir}/doc
Autoreqprov:  		on

%description
The Neutral Plus Inverted mouse cursor theme provides a set of icons for the 
traditional X11 mouse cursor.

%prep
%setup -q -n %{name}

%build

%install
cd ..
cp -r %{name} $RPM_BUILD_ROOT/%{_datadir}/icons/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_datadir}/icons/%{name}

%changelog
* Fri Dec 19 2008 - [email protected]
- Update URL from Thorsten Reinbold (author)
* Thu Jan 17 2008 - [email protected]
- Initial version