rpms/tecnoballz/F-7 tecnoballz.desktop, 1.1, 1.2 tecnoballz.spec, 1.1, 1.2

Andrea Musuruane (musuruan) fedora-extras-commits at redhat.com
Sat Aug 25 13:51:25 UTC 2007


Author: musuruan

Update of /cvs/pkgs/rpms/tecnoballz/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16794/F-7

Modified Files:
	tecnoballz.desktop tecnoballz.spec 
Log Message:
- changed license due to new guidelines
- removed %{?dist} tag from changelog
- updated icon cache scriptlets to be compliant to new guidelines
- changed desktop categories from Game;ArcadeGame; to
  Game;ArcadeGame;BlocksGame; (resolves bugzilla #250940)



Index: tecnoballz.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/tecnoballz/F-7/tecnoballz.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tecnoballz.desktop	3 Apr 2007 17:37:27 -0000	1.1
+++ tecnoballz.desktop	25 Aug 2007 13:50:52 -0000	1.2
@@ -6,4 +6,4 @@
 Type=Application
 Icon=tecnoballz.png
 Encoding=UTF-8
-Categories=Game;ArcadeGame
+Categories=Game;ArcadeGame;BlocksGame;


Index: tecnoballz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tecnoballz/F-7/tecnoballz.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tecnoballz.spec	3 Apr 2007 17:37:27 -0000	1.1
+++ tecnoballz.spec	25 Aug 2007 13:50:52 -0000	1.2
@@ -1,10 +1,10 @@
 Name: tecnoballz
 Version: 0.91
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: A Brick Busting game
 
 Group: Amusements/Games
-License: GPL
+License: GPLv2+
 URL: http://linux.tlk.fr/games/TecnoballZ/
 Source0: http://linux.tlk.fr/games/TecnoballZ/download/%{name}-%{version}.tgz
 Source1: %{name}.xpm
@@ -94,13 +94,17 @@
 
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+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 || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+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
@@ -116,18 +120,25 @@
 
 
 %changelog
-* Tue Apr 03 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-5%{?dist}
+* Sat Aug 25 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-6
+- changed license due to new guidelines
+- removed %%{?dist} tag from changelog
+- updated icon cache scriptlets to be compliant to new guidelines
+- changed desktop categories from Game;ArcadeGame; to
+  Game;ArcadeGame;BlocksGame; (resolves bugzilla #250940)
+
+* Tue Apr 03 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-5
 - changed summary to avoid naming trademarks.
 
-* Sun Apr 01 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-4%{?dist}
+* Sun Apr 01 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-4
 - corrected silly error in the %%postun script
 
-* Sat Mar 31 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-3%{?dist}
+* Sat Mar 31 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-3
 - added a patch by Hans de Goede to drop setgid privileges when not needed
 - changed icon cache scriptles to be compliant with updated guidelines
 - changed vendor to fedora in desktop-file-install
 
-* Wed Mar 25 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-2%{?dist}
+* Wed Mar 25 2007 Andrea Musuruane <musuruan at gmail.com> 0.91-2
 - moved from Livna to Fedora
 - added a patch by Hans de Goede to fix compiling on 64 bits (Livna #1367)
 - added a patch by Hans de Goede not to require smpeg (Livna #1367)
@@ -135,7 +146,7 @@
 - binary setgid 'games' in order to allow a shared scoreboard file
 - cosmetic changes
 
-* Sun Dec 17 2006 Andrea Musuruane <musuruan at gmail.com> 0.91-1%{?dist}
+* Sun Dec 17 2006 Andrea Musuruane <musuruan at gmail.com> 0.91-1
 - initial build for Livna based on Vine Linux package
 - used icon file from Debian package
 - used patches from Debian and Vine Linux packages




More information about the fedora-extras-commits mailing list