From 80f5a790016fc1b5a2f25385ae861e8e9f887033 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mar 04 2007 04:48:30 +0000 Subject: - 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. --- diff --git a/crossfire-client.spec b/crossfire-client.spec index 04d8ef4..b7b4396 100644 --- a/crossfire-client.spec +++ b/crossfire-client.spec @@ -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 @@ install -m 644 pixmaps/48x48.png \ 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 @@ fi %changelog +* Sat Mar 3 2007 Wart 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 1.9.1-2 - Rebuild for Fedora extras - Add transparency to desktop icon backgrounds