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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11483
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     1
#
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     2
# spec file for package neutral-plus-inverted
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     3
#
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     6
# package are under the same license as the package itself.
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 14789
diff changeset
     8
%define owner erwannc
11483
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
     9
# bugdb: defect.opensolaris.org
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    10
#
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    11
Name:         		Neutral_Plus_Inv
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    12
License:      		Other
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    13
Group:        		System/GUI/GNOME
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    14
BuildArchitectures:	noarch
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    15
Version:      		70481
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    16
Release:      		1
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    17
Distribution: 		Java Desktop System
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    18
Vendor:       		Sun Microsystems, Inc.
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    19
Summary:      		Neutral Plus Inverted mouse cursor theme
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    20
Source:       		http://www.gnome-look.org/CONTENT/content-files/%{version}-%{name}.tar.gz
14789
e387b4eb1411 2008-12-19 Glynn Foster <[email protected]>
gman
parents: 11610
diff changeset
    21
URL:          		http://www.gnome-look.org/content/show.php/Neutral+Plus+Inverted?content=94665
11483
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    22
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    23
Docdir:	      		%{_defaultdocdir}/doc
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    24
Autoreqprov:  		on
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    25
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    26
%description
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    27
The Neutral Plus Inverted mouse cursor theme provides a set of icons for the 
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    28
traditional X11 mouse cursor.
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    29
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    30
%prep
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    31
%setup -q -n %{name}
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    32
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    33
%build
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    34
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    35
%install
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    36
cd ..
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    37
cp -r %{name} $RPM_BUILD_ROOT/%{_datadir}/icons/
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    38
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    39
%clean
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    40
rm -rf $RPM_BUILD_ROOT
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    41
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    42
%files
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    43
%defattr(-, root, root)
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    44
%{_datadir}/icons/%{name}
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    45
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    46
%changelog
14789
e387b4eb1411 2008-12-19 Glynn Foster <[email protected]>
gman
parents: 11610
diff changeset
    47
* Fri Dec 19 2008 - [email protected]
e387b4eb1411 2008-12-19 Glynn Foster <[email protected]>
gman
parents: 11610
diff changeset
    48
- Update URL from Thorsten Reinbold (author)
11483
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    49
* Thu Jan 17 2008 - [email protected]
4480aa233412 2008-01-18 Glynn Foster <[email protected]
gman
parents:
diff changeset
    50
- Initial version