diff --git a/crossfire-client.spec b/crossfire-client.spec index b7b4396..a49002c 100644 --- a/crossfire-client.spec +++ b/crossfire-client.spec @@ -1,12 +1,11 @@ Name: crossfire-client -Version: 1.9.1 -Release: 3%{?dist} +Version: 1.10.0 +Release: 1%{?dist} Summary: Client for connecting to crossfire servers Group: Amusements/Games License: GPL URL: http://crossfire.real-time.com 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 @@ -27,7 +26,6 @@ package. %prep %setup -q -%patch0 -p0 for size in 48x48 32x32 16x16 ; do convert -transparent white pixmaps/${size}.png temp.png @@ -67,6 +65,7 @@ install -m 644 pixmaps/32x32.png \ install -m 644 pixmaps/48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/locolor/48x48/apps/crossfire-client.png +sed -i -e 's/^Name=.*/Name=Crossfire/' gtk/crossfire-client.desktop desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category Game \ @@ -114,6 +113,9 @@ fi %changelog +* Sat Mar 3 2007 Wart 1.10.0-1 +- Update to 1.10.0 + * Sat Mar 3 2007 Wart 1.9.1-3 - Use more precise desktop file categories - Use better sourceforge download url