File blueprint-cursor-theme.spec of Package blueprint-cursor-theme
#
# spec file for package blueprint-cursor-theme (Version 0.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: blueprint-cursor-theme
Summary: X Window System Cursors for the Blue Print Theme
Version: 0.0.2
Release: 251
License: GPL v2 or later
Group: System/X11/Icons
Source: %{name}-%{version}.tar.bz2
Patch: links.diff
Patch1: install-path.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A nice mouse cursor theme for the X Window System.
Authors:
--------
Sun Microsystems, Inc.
%prep
%setup -q
%patch
%patch1
%build
autoreconf -fi
./configure --prefix=/usr --libdir=%_libdir
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT/usr/share/icons/default/index.theme.blueprint
rmdir $RPM_BUILD_ROOT/usr/share/icons/default
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
/usr/share/icons/*
%changelog
* Tue Aug 08 2006 schwab@suse.de
- Move to /usr/share/icons.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 10 2005 schwab@suse.de
- Fix links.
* Tue Mar 09 2004 adrian@suse.de
- add symlinks (prepared by Lubos)
* Mon Mar 08 2004 adrian@suse.de
- this is no longer our default cursor
* Tue Feb 24 2004 hmacht@suse.de
- building as non-root
* Fri Sep 12 2003 adrian@suse.de
- fix sysconfig comment
* Tue Sep 09 2003 adrian@suse.de
- initial package of version 0.0.2