rpms/nexuiz/FC-4 nexuiz.spec,1.2,1.3

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Tue Aug 16 08:16:59 UTC 2005


Author: adrian

Update of /cvs/extras/rpms/nexuiz/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15590

Modified Files:
	nexuiz.spec 
Log Message:
* Tue Aug 16 2005 Adrian Reber <adrian at lisas.de> - 1.1-2
- support building on RHEL4 (#165522)



Index: nexuiz.spec
===================================================================
RCS file: /cvs/extras/rpms/nexuiz/FC-4/nexuiz.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nexuiz.spec	29 Jul 2005 11:56:29 -0000	1.2
+++ nexuiz.spec	16 Aug 2005 08:16:57 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: Multiplayer, deathmatch oriented first person shooter
 Name: nexuiz
 Version: 1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://www.nexuiz.com/
@@ -89,7 +89,7 @@
     %{name}.desktop
 
 # Install all png files previously extracted from the .ico file
-for file in nexuiz*.png; do
+for file in nexuiz*.png*; do
     res="`file ${file} | tr  -d ' ' | cut -d ',' -f 2`"
     %{__install} -D -m 0644 ${file} \
         %{buildroot}%{_datadir}/icons/hicolor/${res}/apps/nexuiz.png
@@ -123,6 +123,9 @@
 
 
 %changelog
+* Tue Aug 16 2005 Adrian Reber <adrian at lisas.de> - 1.1-2
+- support building on RHEL4 (#165522)
+
 * Sat Jul 09 2005 Adrian Reber <adrian at lisas.de> - 1.1-1
 - added gtk-update-icon-cache to %%post and %%postun
 - added desktop-file-utils as Requires({post,postun})




More information about the scm-commits mailing list