rpms/ballz/F-7 ballz.spec,1.1,1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Apr 9 14:48:01 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/ballz/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18660

Modified Files:
	ballz.spec 
Log Message:
* Sat Apr  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-3
- Rebuild for new guichan



Index: ballz.spec
===================================================================
RCS file: /cvs/extras/rpms/ballz/F-7/ballz.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ballz.spec	22 Apr 2007 09:27:58 -0000	1.1
+++ ballz.spec	9 Apr 2008 14:47:25 -0000	1.2
@@ -1,11 +1,13 @@
 Name:           ballz
 Version:        1.0
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Platform game with some puzzle elements
 Group:          Amusements/Games
 License:        BSD
-URL:            http://darkbits.org/
-Source0:        http://darkbits.org/%{name}-%{version}.tar.gz
+# Was http://darkbits.org/ but that site is down
+URL:            http://www.allegro.cc/forums/thread/590831
+# http://darkbits.org/%{name}-%{version}.tar.gz but site is down
+Source0:        %{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Patch0:         ballz-1.0-syslibs.patch
 Patch1:         ballz-1.0-fullscreen.patch
@@ -60,11 +62,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
@@ -77,5 +83,12 @@
 
 
 %changelog
+* Sat Apr  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-3
+- Rebuild for new guichan
+
+* Fri Feb 15 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-2
+- Fix Source0 and URL for upstream's site disappearing
+- Rebuild for gcc 4.3
+
 * Tue Apr 17 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-1
 - Initial Fedora Extras package




More information about the fedora-extras-commits mailing list