rpms/crossfire-client/FC-6 crossfire-client.spec,1.4,1.5

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Mar 4 04:49:00 UTC 2007


Author: wart

Update of /cvs/extras/rpms/crossfire-client/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27217/FC-6

Modified Files:
	crossfire-client.spec 
Log Message:
- Use more precise desktop file categories
- Use better sourceforge download url
- Added dependency on crossfire-client-images so that the default
  install doesn't look so ugly.




Index: crossfire-client.spec
===================================================================
RCS file: /cvs/extras/rpms/crossfire-client/FC-6/crossfire-client.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crossfire-client.spec	1 Sep 2006 19:43:22 -0000	1.4
+++ crossfire-client.spec	4 Mar 2007 04:48:27 -0000	1.5
@@ -1,18 +1,19 @@
 Name: crossfire-client
 Version: 1.9.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Client for connecting to crossfire servers
 Group: Amusements/Games
 License: GPL
 URL: http://crossfire.real-time.com
-Source0: http://dl.sourceforge.net/crossfire/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/crossfire/%{name}-%{version}.tar.gz
 Patch0:  crossfire-1.9.1-menusegfault.patch
 BuildRequires: SDL-devel SDL_image-devel
 BuildRequires: gtk+-devel gtk2-devel libpng-devel
 BuildRequires: desktop-file-utils ImageMagick
 # Disabled sound for Fedora until it's working again
 #BuildRequires: alsa-lib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: crossfire-client-images
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Crossfire is a graphical role-playing adventure game with
@@ -68,9 +69,8 @@
 
 desktop-file-install --vendor fedora                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        --add-category X-Fedora                                 \
         --add-category Game                                     \
-        --add-category Application                              \
+        --add-category RolePlaying                              \
         gtk/crossfire-client.desktop
 
 # Create this directory that will be used by the client image and
@@ -114,6 +114,12 @@
 
 
 %changelog
+* Sat Mar 3 2007 Wart <wart at kobold.org> 1.9.1-3
+- Use more precise desktop file categories
+- Use better sourceforge download url
+- Added dependency on crossfire-client-images so that the default
+  install doesn't look so ugly.
+
 * Thu Aug 31 2006 Wart <wart at kobold.org> 1.9.1-2
 - Rebuild for Fedora extras
 - Add transparency to desktop icon backgrounds




More information about the fedora-extras-commits mailing list