From c6ec785a620fe70418c2ec04d38d878a7965c712441d4d407d75c5583c120736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 3 Sep 2012 23:34:02 +0000 Subject: [PATCH] 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 --- tuxcursors.changes | 5 +++++ tuxcursors.spec | 33 +++++---------------------------- 2 files changed, 10 insertions(+), 28 deletions(-) diff --git a/tuxcursors.changes b/tuxcursors.changes index ad1bba6..3d00a7c 100644 --- a/tuxcursors.changes +++ b/tuxcursors.changes @@ -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 diff --git a/tuxcursors.spec b/tuxcursors.spec index f745c8e..88cf174 100644 --- a/tuxcursors.spec +++ b/tuxcursors.spec @@ -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