From d480423a55cc8d75cdf692d043eec9f9f7c518c1 Mon Sep 17 00:00:00 2001 From: musuruan Date: Aug 25 2007 13:50:58 +0000 Subject: - 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) --- diff --git a/tecnoballz.desktop b/tecnoballz.desktop index 9fcec7c..5d373fa 100644 --- a/tecnoballz.desktop +++ b/tecnoballz.desktop @@ -6,4 +6,4 @@ Terminal=false Type=Application Icon=tecnoballz.png Encoding=UTF-8 -Categories=Game;ArcadeGame +Categories=Game;ArcadeGame;BlocksGame; diff --git a/tecnoballz.spec b/tecnoballz.spec index beadddd..ecc331a 100644 --- a/tecnoballz.spec +++ b/tecnoballz.spec @@ -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 @@ rm -rf %{buildroot} %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 @@ touch --no-create %{_datadir}/icons/hicolor || : %changelog -* Tue Apr 03 2007 Andrea Musuruane 0.91-5%{?dist} +* Sat Aug 25 2007 Andrea Musuruane 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 0.91-5 - changed summary to avoid naming trademarks. -* Sun Apr 01 2007 Andrea Musuruane 0.91-4%{?dist} +* Sun Apr 01 2007 Andrea Musuruane 0.91-4 - corrected silly error in the %%postun script -* Sat Mar 31 2007 Andrea Musuruane 0.91-3%{?dist} +* Sat Mar 31 2007 Andrea Musuruane 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 0.91-2%{?dist} +* Wed Mar 25 2007 Andrea Musuruane 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 @@ touch --no-create %{_datadir}/icons/hicolor || : - binary setgid 'games' in order to allow a shared scoreboard file - cosmetic changes -* Sun Dec 17 2006 Andrea Musuruane 0.91-1%{?dist} +* Sun Dec 17 2006 Andrea Musuruane 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