rpms/teg/F-7 teg-disable-help.patch,NONE,1.1 teg.spec,1.3,1.4

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


Author: cheese

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

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-7/teg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- teg.spec	18 Jan 2008 17:08:00 -0000	1.3
+++ teg.spec	27 Jun 2009 17:25:23 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           teg
 Version:        0.11.2
-Release:        14%{?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
@@ -95,6 +97,10 @@ fi
 
 
 %changelog
+* Sat Jun 27 2009 josef radinger <cheese at nosuchhost.net>
+- 0.11.2-18
+- disable help
+
 * Fri Jan 18 2008 josef radinger <cheese at nosuchhost.net>
 - 0.11.2-14
 - actually execute cosmetic fix in spec-description




More information about the fedora-extras-commits mailing list