File blueprint-cursor-theme.spec of Package blueprint-cursor-theme
#
# spec file for package blueprint-cursor-theme (Version 0.0.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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: 127
License: GPL
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 -n blueprint-cursor-theme
* 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