rpms/xgalaxy/devel xgalaxy-hyperspace.desktop, 1.1, 1.2 xgalaxy.desktop, 1.1, 1.2 xgalaxy.spec, 1.5, 1.6

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Aug 16 09:14:15 UTC 2007


Author: jwrdegoede

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

Modified Files:
	xgalaxy-hyperspace.desktop xgalaxy.desktop xgalaxy.spec 
Log Message:
* Thu Aug 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.0.34-6
- Update License tag for new Licensing Guidelines compliance
- Add iconcache update scriptlets



Index: xgalaxy-hyperspace.desktop
===================================================================
RCS file: /cvs/extras/rpms/xgalaxy/devel/xgalaxy-hyperspace.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xgalaxy-hyperspace.desktop	31 May 2006 14:32:28 -0000	1.1
+++ xgalaxy-hyperspace.desktop	16 Aug 2007 09:13:26 -0000	1.2
@@ -7,4 +7,4 @@
 Terminal=false
 StartupNotify=false
 Type=Application
-Categories=Application;Game;ArcadeGame;
+Categories=Game;ArcadeGame;


Index: xgalaxy.desktop
===================================================================
RCS file: /cvs/extras/rpms/xgalaxy/devel/xgalaxy.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xgalaxy.desktop	31 May 2006 14:32:28 -0000	1.1
+++ xgalaxy.desktop	16 Aug 2007 09:13:26 -0000	1.2
@@ -7,4 +7,4 @@
 Terminal=false
 StartupNotify=false
 Type=Application
-Categories=Application;Game;ArcadeGame;
+Categories=Game;ArcadeGame;


Index: xgalaxy.spec
===================================================================
RCS file: /cvs/extras/rpms/xgalaxy/devel/xgalaxy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xgalaxy.spec	29 Aug 2006 11:54:24 -0000	1.5
+++ xgalaxy.spec	16 Aug 2007 09:13:26 -0000	1.6
@@ -1,11 +1,11 @@
 Name:           xgalaxy
 Version:        2.0.34
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Galaxian / Galaga like game with powerups
 Group:          Amusements/Games
-License:        GPL
+License:        GPL+
 URL:            http://sourceforge.net/projects/xgalaga/
-Source0:        http://download.sourceforge.net/xgalaga/xgalaga_%{version}.orig.tar.gz
+Source0:        http://downloads.sourceforge.net/xgalaga/xgalaga_%{version}.orig.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}-hyperspace.desktop
 Patch0:         http://ftp.debian.org/debian/pool/main/x/xgalaga/xgalaga_2.0.34-34.diff.gz
@@ -16,6 +16,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libXt-devel libXpm-devel libXmu-devel libXxf86vm-devel
 BuildRequires:  desktop-file-utils ImageMagick 
+Requires:       hicolor-icon-theme
 Obsoletes:      xgalaga <= %{version}
 Provides:       xgalaga = %{version}-%{release}
 
@@ -74,11 +75,9 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install --vendor fedora            \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
-  --add-category X-Fedora                       \
   %{SOURCE1}
 desktop-file-install --vendor fedora            \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
-  --add-category X-Fedora                       \
   %{SOURCE2}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/22x22/apps
 install -p -m 644 %{name}.png \
@@ -89,6 +88,19 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%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
+
+%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
+
+
 %files
 %defattr(-,root,root,-)
 %doc CHANGES COPYING README README.fedora
@@ -101,7 +113,11 @@
 
 
 %changelog
-* Tue Aug 29 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 2.0.35-5
+* Thu Aug 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.0.34-6
+- Update License tag for new Licensing Guidelines compliance
+- Add iconcache update scriptlets
+
+* Tue Aug 29 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 2.0.34-5
 - FE6 Rebuild
 
 * Thu Jun  1 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 2.0.34-4




More information about the fedora-extras-commits mailing list