[gnome-applets] Remove gweather gconf schema handling

Kalev Lember kalev at fedoraproject.org
Sat Sep 22 15:59:13 UTC 2012


commit 9ae72cb089f07951770afd4d76e3765afcf5bcdf
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Sep 22 17:54:16 2012 +0200

    Remove gweather gconf schema handling

 gnome-applets.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 1afffdb..55f47fb 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -22,7 +22,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	3.5.92
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL
 Group:          User Interface/Desktops
@@ -137,7 +137,6 @@ gconftool-2 --makefile-install-rule                                        \
 	    %{_sysconfdir}/gconf/schemas/cpufreq-applet.schemas            \
 	    %{_sysconfdir}/gconf/schemas/drivemount.schemas                \
 	    %{_sysconfdir}/gconf/schemas/geyes.schemas                     \
-	    %{_sysconfdir}/gconf/schemas/gweather.schemas                  \
 	    %{_sysconfdir}/gconf/schemas/mini-commander-global.schemas     \
 	    %{_sysconfdir}/gconf/schemas/mini-commander.schemas            \
 %if %{build_stickynotes}
@@ -156,7 +155,6 @@ if [ "$1" -gt 1 ]; then
 	    %{_sysconfdir}/gconf/schemas/drivemount.schemas                \
 	    %{_sysconfdir}/gconf/schemas/geyes.schemas                     \
 	    %{_sysconfdir}/gconf/schemas/gswitchit.schemas                 \
-	    %{_sysconfdir}/gconf/schemas/gweather.schemas                  \
 	    %{_sysconfdir}/gconf/schemas/mini-commander-global.schemas     \
 	    %{_sysconfdir}/gconf/schemas/mini-commander.schemas            \
 %if %{build_stickynotes}
@@ -167,6 +165,10 @@ if [ "$1" -gt 1 ]; then
     gconftool-2 --makefile-uninstall-rule 				\
 	    %{_sysconfdir}/gconf/schemas/battstat.schemas >& /dev/null || :
   fi
+  if [ -f %{_sysconfdir}/gconf/schemas/gweather.schemas ]; then
+    gconftool-2 --makefile-uninstall-rule 				\
+	    %{_sysconfdir}/gconf/schemas/gweather.schemas >& /dev/null || :
+  fi
   if [ -f %{_sysconfdir}/gconf/schemas/mixer.schemas ]; then
      gconftool-2 --makefile-uninstall-rule 				\
      	     %{_sysconfdir}/gconf/schemas/mixer.schemas >& /dev/null || :
@@ -181,7 +183,6 @@ if [ "$1" -eq 0 ]; then
 	    %{_sysconfdir}/gconf/schemas/cpufreq-applet.schemas            \
 	    %{_sysconfdir}/gconf/schemas/drivemount.schemas                \
 	    %{_sysconfdir}/gconf/schemas/geyes.schemas                     \
-	    %{_sysconfdir}/gconf/schemas/gweather.schemas                  \
 	    %{_sysconfdir}/gconf/schemas/mini-commander-global.schemas     \
 	    %{_sysconfdir}/gconf/schemas/mini-commander.schemas            \
 %if %{build_stickynotes}
@@ -241,6 +242,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Sep 22 2012 Kalev Lember <kalevlember at gmail.com> - 1:3.5.92-3
+- Remove gweather gconf schema handling
+
 * Sat Sep 22 2012 Kalev Lember <kalevlember at gmail.com> - 1:3.5.92-2
 - Update the icon cache scriptlets
 - Fix the build; add glib-compile-schemas scriptlets


More information about the scm-commits mailing list