rpms/nexuiz/F-9 nexuiz.spec,1.25,1.26

Jon Ciesla limb at fedoraproject.org
Tue Sep 2 14:06:51 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/nexuiz/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4837

Modified Files:
	nexuiz.spec 
Log Message:
Fix .desktop category, BZ 460785.



Index: nexuiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nexuiz/F-9/nexuiz.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- nexuiz.spec	22 May 2008 17:04:01 -0000	1.25
+++ nexuiz.spec	2 Sep 2008 14:06:21 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Multiplayer, deathmatch oriented first person shooter
 Name: nexuiz
 Version: 2.4.2
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Amusements/Games
 URL: http://www.nexuiz.com/
@@ -52,7 +52,7 @@
 
 %build
 export DP_FS_BASEDIR=%{_datadir}/nexuiz
-%{__make} cl-nexuiz sv-nexuiz sdl-nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS"
+%{__make} cl-nexuiz sv-nexuiz sdl-nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
 convert darkplaces.ico nexuiz.png
 
 
@@ -85,7 +85,7 @@
 desktop-file-install \
     --vendor=fedora \
     --dir %{buildroot}%{_datadir}/applications \
-    --add-category Application \
+    --add-category ActionGame \
     --add-category Game \
     %{name}.desktop
 
@@ -128,6 +128,12 @@
 
 
 %changelog
+* Tue Sep 02 2008 Jon Ciesla <limb at jcomserv.net> - 2.4.2-3
+- Fix .desktop category, BZ 460785.
+
+* Mon Jul 07 2008 Jon Ciesla <limb at jcomserv.net> - 2.4.2-2
+- Fix debuginfo, BZ 454141.
+
 * Mon May 19 2008 Jon Ciesla <limb at jcomserv.net> - 2.4.2-1
 - New upstream release.
 




More information about the fedora-extras-commits mailing list