rpms/nethack/devel nethack.spec,1.3,1.4

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Sep 8 05:50:35 UTC 2005


Author: lmacken

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

Modified Files:
	nethack.spec 
Log Message:
- Few minor changes thanks to Ville Skyttä



Index: nethack.spec
===================================================================
RCS file: /cvs/extras/rpms/nethack/devel/nethack.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nethack.spec	8 Sep 2005 05:14:29 -0000	1.3
+++ nethack.spec	8 Sep 2005 05:50:33 -0000	1.4
@@ -90,8 +90,8 @@
 cd win/X11
 bdftopcf -o nh10.pcf nh10.bdf
 bdftopcf -o ibm.pcf ibm.bdf
-install -D ibm.pcf $RPM_BUILD_ROOT%{nhgamedir}/fonts/ibm.pcf
-install -D nh10.pcf $RPM_BUILD_ROOT%{nhgamedir}/fonts/nh10.pcf
+install -D -p -m 644 ibm.pcf $RPM_BUILD_ROOT%{nhgamedir}/fonts/ibm.pcf
+install -D -p -m 644 nh10.pcf $RPM_BUILD_ROOT%{nhgamedir}/fonts/nh10.pcf
 mkfontdir $RPM_BUILD_ROOT%{nhgamedir}/fonts
 
 %{__sed} -i -e 's:^!\(NetHack.tile_file.*\):\1:' \
@@ -116,7 +116,7 @@
 %{nhgamedir}/pet_mark.xbm
 %{nhgamedir}/rip.xpm
 %{nhgamedir}/x11tiles
-%{nhgamedir}/fonts/*
+%{nhgamedir}/fonts/
 %defattr(0664,root,games)
 %config(noreplace) %{nhdatadir}/record
 %config(noreplace) %{nhdatadir}/perm




More information about the fedora-extras-commits mailing list