rpms/manaworld/devel .cvsignore, 1.6, 1.7 manaworld.spec, 1.8, 1.9 sources, 1.6, 1.7

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Apr 9 05:11:42 UTC 2007


Author: wart

Update of /cvs/extras/rpms/manaworld/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1940

Modified Files:
	.cvsignore manaworld.spec sources 
Log Message:
- Update to 0.0.22.2
- Update desktop file categories
- Update icon cache update scriptlets




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	17 Jan 2007 17:13:42 -0000	1.6
+++ .cvsignore	9 Apr 2007 05:11:09 -0000	1.7
@@ -1 +1 @@
-tmw-0.0.22.tar.gz
+tmw-0.0.22.2.tar.gz


Index: manaworld.spec
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/manaworld.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- manaworld.spec	17 Jan 2007 17:13:42 -0000	1.8
+++ manaworld.spec	9 Apr 2007 05:11:09 -0000	1.9
@@ -1,12 +1,12 @@
 Name:           manaworld
-Version:        0.0.22
+Version:        0.0.22.2
 Release:        1%{?dist}
 Summary:        2D MMORPG world
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://themanaworld.org
-Source0:        http://dl.sourceforge.net/themanaworld/tmw-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/themanaworld/tmw-%{version}.tar.gz
 Patch0:         tmw-0.0.22-nowerror.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -37,6 +37,8 @@
         --vendor fedora \
         --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ \
         --delete-original \
+        --remove-category=Application \
+        --add-category=RolePlaying \
         $RPM_BUILD_ROOT%{_datadir}/applications/tmw.desktop
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
@@ -49,15 +51,11 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 
 %files
@@ -71,6 +69,11 @@
 
 
 %changelog
+* Sun Apr 8 2007 Wart <wart at kobold.org> 0.0.22.2-1
+- Update to 0.0.22.2
+- Update desktop file categories
+- Update icon cache update scriptlets
+
 * Thu Jan 11 2007 Wart <wart at kobold.org> 0.0.22-1
 - Update to 0.0.22
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	17 Jan 2007 17:13:42 -0000	1.6
+++ sources	9 Apr 2007 05:11:09 -0000	1.7
@@ -1 +1 @@
-f2028ac0aa4ebd325ddef119ba7f1051  tmw-0.0.22.tar.gz
+c799a59487284b6812aae42c431b7103  tmw-0.0.22.2.tar.gz




More information about the fedora-extras-commits mailing list