60 lines
1.2 KiB
RPMSpec
60 lines
1.2 KiB
RPMSpec
#
|
|
# spec file for package tuxcursors (Version 0.5)
|
|
#
|
|
# Copyright (c) 2008 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
|
|
|
|
BuildRequires: libpng xorg-x11
|
|
|
|
Name: tuxcursors
|
|
License: GPL v2 only
|
|
Group: System/X11/Icons
|
|
AutoReqProv: on
|
|
Summary: Tux Cursors!
|
|
Version: 0.5
|
|
Release: 1
|
|
Source: tuxcursors-0.5.tar.bz2
|
|
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
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/usr/share/icons/tuxcursors
|
|
%doc LICENSE COPYING
|
|
|
|
%changelog
|
|
* 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
|