rpms/nethack/devel nethack-3.4.3-guidebook.patch, NONE, 1.1 nethack.spec, 1.12, 1.13

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Feb 15 21:54:07 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/nethack/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25171

Modified Files:
	nethack.spec 
Added Files:
	nethack-3.4.3-guidebook.patch 
Log Message:
* Wed Feb 15 2006 Luke Macken <lmacken at redhat.com> 3.4.3-9
- Add nethack-3.4.3-guidebook.patch to fix issues with generating the Guidebook
  (this patch also removes the need for our groff dep)


nethack-3.4.3-guidebook.patch:

--- NEW FILE nethack-3.4.3-guidebook.patch ---
--- sys/unix/Makefile.doc.orig	2006-02-15 16:47:41.000000000 -0500
+++ sys/unix/Makefile.doc	2006-02-15 16:47:52.000000000 -0500
@@ -20,10 +20,10 @@
 
 # Use the "cat" GUIDECMD if nroff and/or tbl and/or col are not installed
 # Not appropriate for creating Guidebook.txt.
-# GUIDECMD = cat Guidebook.txt
+GUIDECMD = cat Guidebook.txt
 # The following works better with groff-1.18, eg on Linux
 # GUIDECMD = tbl tmac.n Guidebook.mn | nroff -c -Tascii | $(COLCMD)
-GUIDECMD = tbl tmac.n Guidebook.mn | nroff | $(COLCMD)
+# GUIDECMD = tbl tmac.n Guidebook.mn | nroff | $(COLCMD)
 
 # the basic guidebook
 Guidebook:	Guidebook.mn


Index: nethack.spec
===================================================================
RCS file: /cvs/extras/rpms/nethack/devel/nethack.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nethack.spec	15 Feb 2006 15:07:05 -0000	1.12
+++ nethack.spec	15 Feb 2006 21:54:07 -0000	1.13
@@ -3,7 +3,7 @@
 
 Name:           nethack
 Version:        3.4.3
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A rogue-like single player dungeon exploration game
 
 Group:          Amusements/Games
@@ -14,9 +14,10 @@
 Patch0:         %{name}-%{version}-makefile.patch
 Patch1:         %{name}-%{version}-config.patch
 Patch2:         %{name}-%{version}-x11.patch
+Patch3:         %{name}-%{version}-guidebook.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  ncurses-devel, groff
+BuildRequires:  ncurses-devel
 BuildRequires:  bison, flex, desktop-file-utils
 BuildRequires:  bdftopcf, mkfontdir, libX11-devel, libXaw-devel, libXext-devel
 BuildRequires:  libXmu-devel, libXpm-devel, libXt-devel
@@ -43,6 +44,7 @@
 %patch0 -b .makefile
 %patch1 -b .config
 %patch2 -b .x11
+%patch3 -b .guidebook
 (source sys/unix/setup.sh)
 
 # Set our paths
@@ -121,6 +123,7 @@
 %{nhgamedir}/rip.xpm
 %{nhgamedir}/x11tiles
 %{nhgamedir}/fonts/
+%{nhgamedir}/license
 %defattr(0664,root,games)
 %config(noreplace) %{nhdatadir}/record
 %config(noreplace) %{nhdatadir}/perm
@@ -131,6 +134,10 @@
 
 
 %changelog
+* Wed Feb 15 2006 Luke Macken <lmacken at redhat.com> 3.4.3-9
+- Add nethack-3.4.3-guidebook.patch to fix issues with generating the Guidebook
+  (this patch also removes the need for our groff dep)
+
 * Wed Feb 15 2006 Luke Macken <lmacken at redhat.com> 3.4.3-8
 - Add groff to BuildRequires
 




More information about the scm-commits mailing list