Author: eandry
Date: Tue Nov  7 00:18:21 2006
New Revision: 77054

Added:
   
packages/cooker/gdesklets/current/SOURCES/gDesklets-0.34.1-no-mime-update.patch
   packages/cooker/gdesklets/current/SOURCES/gdesklets-pyorbit-detection.patch
Removed:
   
packages/cooker/gdesklets/current/SOURCES/gDesklets-0.34.1-no-mime-update.patch.bz2
   
packages/cooker/gdesklets/current/SOURCES/gdesklets-pyorbit-detection.patch.bz2
Modified:
   packages/cooker/gdesklets/current/SPECS/gdesklets.spec

Log:
bunzip2 patches

Added: 
packages/cooker/gdesklets/current/SOURCES/gDesklets-0.34.1-no-mime-update.patch
==============================================================================
--- (empty file)
+++ 
packages/cooker/gdesklets/current/SOURCES/gDesklets-0.34.1-no-mime-update.patch 
    Tue Nov  7 00:18:21 2006
@@ -0,0 +1,17 @@
+--- gDesklets-0.34.1/data/Makefile.am~ 2005-02-09 00:19:59.000000000 +0100
++++ gDesklets-0.34.1/data/Makefile.am  2005-03-06 20:28:32.193819808 +0100
+@@ -58,13 +58,7 @@
+       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
+       --makefile-install-rule $(srcdir)/$(schema_DATA);
+ 
+-      if test -n "$(UPDATE_MIME_DATABASE)"; then \
+-          $(UPDATE_MIME_DATABASE) "$(DESTDIR)${sharedmimedir}"; \
+-      fi;
+-      if test -n "$(UPDATE_DESKTOP_DATABASE)"; then \
+-          $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)${desktopdir}"; \
+-      fi;
+-
++      
+ uninstall-local: uninstall-desktopDATA uninstall-sharedmimepackageDATA
+       if test -n "$(UPDATE_MIME_DATABASE)"; then \
+           $(UPDATE_MIME_DATABASE) "$(DESTDIR)${sharedmimedir}";

Added: 
packages/cooker/gdesklets/current/SOURCES/gdesklets-pyorbit-detection.patch
==============================================================================
--- (empty file)
+++ packages/cooker/gdesklets/current/SOURCES/gdesklets-pyorbit-detection.patch 
Tue Nov  7 00:18:21 2006
@@ -0,0 +1,13 @@
+--- gDesklets-0.35.3/gdesklets~       2005-05-12 00:47:55.000000000 +0200
++++ gDesklets-0.35.3/gdesklets        2006-08-13 13:32:21.000000000 +0200
+@@ -58,8 +58,8 @@
+           _("GTK python bindings (pygtk2) version >= 2.4.0 and "
+             "GTK+ version >= 2.4.0 are required.")
+         ),
+-        ( ("ORBit",), lambda m : m.__version__ == (2, 0, 1),
+-          _("ORBit python bindings (pyorbit) version == 2.0.1 are required.")
++        ( ("ORBit",), lambda m : m.__version__ >= (2, 0, 1),
++          _("ORBit python bindings (pyorbit) version >= 2.0.1 are required.")
+         ),
+         ( ("bonobo.ui",), lambda m : m,
+           _("bonobo python bindings are required.")

Modified: packages/cooker/gdesklets/current/SPECS/gdesklets.spec
==============================================================================
--- packages/cooker/gdesklets/current/SPECS/gdesklets.spec      (original)
+++ packages/cooker/gdesklets/current/SPECS/gdesklets.spec      Tue Nov  7 
00:18:21 2006
@@ -1,6 +1,6 @@
 %define name gdesklets
 %define version 0.35.3
-%define release %mkrel 4
+%define release %mkrel 5
 %define oname gDesklets
 
 Summary: GNOME Desktop Applets
@@ -10,8 +10,8 @@
 Source0: http://gdesklets.org//downloads/%oname-%{version}.tar.bz2
 Source1: %name-32.png
 Source2: %name-16.png
-Patch0: %{oname}-0.34.1-no-mime-update.patch.bz2
-Patch1: %{name}-pyorbit-detection.patch.bz2
+Patch0: %{oname}-0.34.1-no-mime-update.patch
+Patch1: %{name}-pyorbit-detection.patch
 License: GPL
 Group: Graphical desktop/GNOME
 BuildRoot: %{_tmppath}/%{name}-buildroot

Reply via email to