rpms/pinball/devel pinball.spec,1.3,1.4

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 15 08:50:24 UTC 2007


Author: jwrdegoede

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

Modified Files:
	pinball.spec 
Log Message:
* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.1-8
- Update License tag for new Licensing Guidelines compliance



Index: pinball.spec
===================================================================
RCS file: /cvs/extras/rpms/pinball/devel/pinball.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pinball.spec	10 Mar 2007 10:49:28 -0000	1.3
+++ pinball.spec	15 Aug 2007 08:49:51 -0000	1.4
@@ -1,15 +1,15 @@
-Summary:        Emilia Pinball game
 Name:           pinball
 Version:        0.3.1
-Release:        7%{?dist}
-Source0:        http://dl.sf.net/sourceforge/pinball/%{name}-%{version}.tar.gz
+Release:        8%{?dist}
+Summary:        Emilia Pinball game
+Group:          Amusements/Games
+License:        GPL+
+URL:            http://pinball.sourceforge.net
+Source0:        http://downloads.sourceforge.net/pinball/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
 Patch0:         pinball-0.3.1-sys-ltdl.patch
 Patch1:         pinball-0.3.1-hiscore.patch
-License:        GPL
-Group:          Amusements/Games
-URL:            http://pinball.sourceforge.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libXt-devel freeglut-devel SDL_image-devel SDL_mixer-devel
 BuildRequires:  libpng-devel libvorbis-devel libtool-ltdl-devel
@@ -76,11 +76,15 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_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 || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %files
@@ -101,6 +105,9 @@
 
 
 %changelog
+* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.1-8
+- Update License tag for new Licensing Guidelines compliance
+
 * Sat Mar 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.1-7
 - Fixup .desktop file categories for games-menus usage
 




More information about the fedora-extras-commits mailing list