File tuxcursors.spec of Package tuxcursors
#
# spec file for package tuxcursors (Version 0.5)
#
# Copyright (c) 2008 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
BuildRequires: libpng xorg-x11
Name: tuxcursors
License: GPL v2 only
Group: System/X11/Icons
AutoReqProv: on
Summary: Tux Cursors!
Version: 0.5
Release: 65
Source: tuxcursors-0.5.tar.bz2
Source1: tuxcursors.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A cursor set that has nice animated penguins.
Authors:
--------
Stefan Seyfried
%prep
%setup -n tuxcursors
%build
./build.sh
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/icons
cp -a tuxcursors $RPM_BUILD_ROOT/usr/share/icons
install -m 755 -D %{S:1} $RPM_BUILD_ROOT/usr/bin/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/share/icons/tuxcursors
/usr/bin/tuxcursors
%doc LICENSE COPYING
%changelog
* Tue Oct 07 2008 jw@suse.de
- added /usr/bin/tuxcursors
shell script with some helpful logic and info.
Needed, since I could not find a way to start
KDE Control Center from the SUSE Menu at 11.0
* Wed Feb 13 2008 seife@suse.de
- add libpng to buildrequires, since otherwise 10.2 build fails
* Tue Feb 12 2008 seife@suse.de
- add stupid application cursor symlinks
* Tue Feb 12 2008 seife@suse.de
- initial package submission