Accepting request 132390 from X11:Utilities

- Depend on xcursorgen to fix build for Factory.

OBS-URL: https://build.opensuse.org/request/show/132390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuxcursors?expand=0&rev=12
This commit is contained in:
Ismail Dönmez 2012-09-03 23:34:02 +00:00 committed by Git OBS Bridge
parent ef93215ef2
commit c6ec785a62
2 changed files with 10 additions and 28 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 3 11:43:21 UTC 2012 - idonmez@suse.com
- Depend on xcursorgen to fix build for Factory.
-------------------------------------------------------------------
Tue Oct 7 00:59:37 CEST 2008 - jw@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package tuxcursors (Version 0.5)
# spec file for package tuxcursors
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -15,31 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
BuildRequires: libpng xorg-x11
Name: tuxcursors
Summary: Tux Cursors!
License: GPL-2.0
Group: System/X11/Icons
AutoReqProv: on
Summary: Tux Cursors!
Version: 0.5
Release: 65
Release: 0
Source: tuxcursors-0.5.tar.bz2
Source1: tuxcursors.sh
BuildRequires: xcursorgen
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A cursor set that has nice animated penguins.
Authors:
--------
Stefan Seyfried
%prep
%setup -n tuxcursors
@ -51,9 +42,6 @@ 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
@ -61,14 +49,3 @@ rm -rf $RPM_BUILD_ROOT
%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