summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2012-09-22 17:54:16 +0200
committerKalev Lember <kalevlember@gmail.com>2012-09-22 17:58:12 +0200
commit9ae72cb089f07951770afd4d76e3765afcf5bcdf (patch)
treea9c0d190449a0ca6805c433965522376f4862cfc
parent84e411c28605528faf743736d00955cb0e2e3dbd (diff)
downloadgnome-applets-9ae72cb089f07951770afd4d76e3765afcf5bcdf.tar.gz
gnome-applets-9ae72cb089f07951770afd4d76e3765afcf5bcdf.tar.xz
gnome-applets-9ae72cb089f07951770afd4d76e3765afcf5bcdf.zip
Remove gweather gconf schema handling
-rw-r--r--gnome-applets.spec12
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@gmail.com> - 1:3.5.92-3
+- Remove gweather gconf schema handling
+
* Sat Sep 22 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.5.92-2
- Update the icon cache scriptlets
- Fix the build; add glib-compile-schemas scriptlets