* base-specs/gnome-games.spec : Don't deliver glchess.desktop ensureing
authormattman
Thu, 05 Apr 2007 16:04:55 +0000
changeset 9682 46ade3f26e0a
parent 9681 b0a5e2bc0fa7
child 9683 27ae10901bd7
* base-specs/gnome-games.spec : Don't deliver glchess.desktop ensureing it gets removed from menus, quick fix for bugster:6537569, until bugzilla: 42638 get resovlved, glchess not running on solaris because of missing forkpty.
ChangeLog
base-specs/gnome-games.spec
--- a/ChangeLog	Thu Apr 05 15:51:14 2007 +0000
+++ b/ChangeLog	Thu Apr 05 16:04:55 2007 +0000
@@ -1,3 +1,10 @@
+2007-04-05  Matt Keenan <[email protected]>
+
+	* base-specs/gnome-games.spec : Don't deliver glchess.desktop ensureing
+	  it gets removed from menus, quick fix for bugster:6537569, until 
+	  bugzilla: 42638 get resovlved, glchess not running on solaris because of
+	  missing forkpty.
+
 2007-04-05  Damien Carbery <[email protected]>
 
 	* SUNWgnutls.spec: Remove code in %install that creates the
--- a/base-specs/gnome-games.spec	Thu Apr 05 15:51:14 2007 +0000
+++ b/base-specs/gnome-games.spec	Thu Apr 05 16:04:55 2007 +0000
@@ -76,8 +76,8 @@
 
 ## things we just don't want in the package
 rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper
-find $RPM_BUILD_ROOT -type f -name "*.pyo" -exec rm -f {} ';'
-
+find $RPM_BUILD_ROOT -type f -name "*.pyo" -exec rm {} ';'
+rm $RPM_BUILD_ROOT/usr/share/applications/glchess.desktop
 
 ## install desktop files
 
@@ -137,6 +137,9 @@
 %config %{_sysconfdir}/sound/events/*
 
 %changelog
+* Thu Apr 05 2007 - [email protected]
+- Remove glchess.desktop, until glchess is made functional on Solaris
+- Bugzilla : 426538, bugster : 6537569
 * Wed Mar 21 2007 - [email protected]
 - Bump to 2.18.0.1.
 * Tue Mar 13 2007 - [email protected]