rpms/gimmie/devel .cvsignore, 1.2, 1.3 gimmie.spec, 1.1, 1.2 sources, 1.2, 1.3

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Fri Mar 2 01:25:51 UTC 2007


Author: deji

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

Modified Files:
	.cvsignore gimmie.spec sources 
Log Message:
* Thu Mar 01 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.4-1
- New release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gimmie/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Feb 2007 22:03:45 -0000	1.2
+++ .cvsignore	2 Mar 2007 01:25:18 -0000	1.3
@@ -1 +1 @@
-gimmie-0.2.3.tar.gz
+gimmie-0.2.4.tar.gz


Index: gimmie.spec
===================================================================
RCS file: /cvs/extras/rpms/gimmie/devel/gimmie.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimmie.spec	13 Feb 2007 22:03:45 -0000	1.1
+++ gimmie.spec	2 Mar 2007 01:25:18 -0000	1.2
@@ -2,8 +2,8 @@
 
 Summary: Gnome panel revisited
 Name: gimmie
-Version: 0.2.3
-Release: 2%{?dist}
+Version: 0.2.4
+Release: 1%{?dist}
 License: LGPL
 Group: Applications/Engineering
 URL: http://beatnik.infogami.com/Gimmie
@@ -18,6 +18,10 @@
 Requires: gnome-python2-applet, gnome-python2-libegg
 Requires: gnome-python2-gnomekeyring, python-sexy, PyXML
 
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(preun): GConf2
+
 %description
 Gimmie is an elegant way to think about how you use your desktop computer. 
 
@@ -32,6 +36,7 @@
 										
 %install
 rm -rf %{buildroot}
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make DESTDIR=%{buildroot} install
 
 %find_lang gimmie
@@ -39,10 +44,31 @@
 %clean
 rm -rf %{buildroot}
 
+%pre
+if [ "$1" -gt 1 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/gimmie.schemas >/dev/null || :
+    killall -HUP gconfd-2 || :
+fi
+
 %post
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule \
+  %{_sysconfdir}/gconf/schemas/gimmie.schemas > /dev/null || :
+killall -HUP gconfd-2 || :
+
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
+%preun
+if [ "$1" -eq 0 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/gimmie.schemas > /dev/null || :
+    killall -HUP gconfd-2 || :
+fi
+
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -53,11 +79,16 @@
 %{_bindir}/gimmie
 %{_datadir}/icons/hicolor/*/apps/gimmie.*
 %{_datadir}/pixmaps/gimmie.png
+%{_datadir}/gnome-2.0/ui/GNOME_GimmieApplet.xml
 %{_libdir}/bonobo/servers/GNOME_GimmieApplet.server
 %{_libexecdir}/gimmie_applet
+%{_sysconfdir}/gconf/schemas/gimmie.schemas
 %{python_sitearch}/gimmie/
 
 %changelog
+* Thu Mar 01 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.4-1
+- New release
+
 * Tue Feb 13 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.3-2
 - Add more BRs
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gimmie/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Feb 2007 22:03:46 -0000	1.2
+++ sources	2 Mar 2007 01:25:18 -0000	1.3
@@ -1 +1 @@
-294b9aa65247dc1f467424d15b1c247c  gimmie-0.2.3.tar.gz
+fd7362e15cc0d057aa4ab720d438bce1  gimmie-0.2.4.tar.gz




More information about the fedora-extras-commits mailing list