rpms/teg/F-10 teg-disable-help.patch,NONE,1.1 teg.spec,1.10,1.11

cheese cheese at fedoraproject.org
Sat Jun 27 17:27:52 UTC 2009


Author: cheese

Update of /cvs/pkgs/rpms/teg/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12876

Modified Files:
	teg.spec 
Added Files:
	teg-disable-help.patch 
Log Message:
disable help

teg-disable-help.patch:

--- NEW FILE teg-disable-help.patch ---
--- teg-0.11.2/client/gui-gnome/interface.c.orig	2009-06-27 11:01:20.000000000 +0200
+++ teg-0.11.2/client/gui-gnome/interface.c	2009-06-27 11:02:36.000000000 +0200
@@ -267,7 +267,7 @@
 
 static GnomeUIInfo help_menu_uiinfo[] =
 {
-        GNOMEUIINFO_HELP("teg"),
+/*        GNOMEUIINFO_HELP("teg"),*/
 	GNOMEUIINFO_MENU_ABOUT_ITEM (on_about_activate, NULL),
 	GNOMEUIINFO_END
 };


Index: teg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/teg/F-10/teg.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- teg.spec	26 Aug 2008 19:16:58 -0000	1.10
+++ teg.spec	27 Jun 2009 17:27:51 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           teg
 Version:        0.11.2
-Release:        16%{?dist}
+Release:        18%{?dist}
 Summary:        Turn based strategy game
 Group:          Amusements/Games
 License:        GPLv2
@@ -9,6 +9,7 @@ Source0:        http://downloads.sourcef
 Source1:        fedora-teg.desktop
 Patch0:         teg_libxml.patch
 #Patch1:         teg_themes.patch
+Patch2:         teg-disable-help.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  tidy pkgconfig glib2-devel libxml2-devel libgnomeui-devel
@@ -27,6 +28,7 @@ Guerra, a turn based strategy game. Some
 %setup -q 
 %patch0 -p1
 #%patch1 -p1
+%patch2 -p1
 for file in AUTHORS COPYING README TODO PEOPLE ChangeLog; do
     iconv -f iso8859-1 -t utf-8 < $file > $file.$$
     mv -f $file.$$  $file
@@ -96,6 +98,10 @@ fi
 
 
 %changelog
+* Sat Jun 27 2009 josef radinger <cheese at nosuchhost.net> 
+- 0.11.2-18
+- disable help
+
 * Fri Aug 22 2008 josef radinger <cheese at nosuchhost.net>
 - 0.11.2-16
 - move icons file to /usr/share/pixmaps/




More information about the fedora-extras-commits mailing list