rpms/gnome-mount/devel gnome-mount.spec,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 17 15:02:03 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/gnome-mount/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10370

Modified Files:
	gnome-mount.spec 
Log Message:
* Tue Jan 17 2006 John (J5) Palmieri <johnp at redhat.com> - 0.3-2
- Install the schema in the post



Index: gnome-mount.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-mount/devel/gnome-mount.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-mount.spec	12 Jan 2006 04:18:45 -0000	1.2
+++ gnome-mount.spec	17 Jan 2006 15:02:01 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: Mount replacement which uses HAL to do the mounting 
 Name: gnome-mount
 Version: 0.3
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/System
 Source: %{name}-%{version}.tar.gz
@@ -29,6 +29,13 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+SCHEMAS="gnome-mount.schemas"
+for S in $SCHEMAS; do
+  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
+done
+
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
@@ -41,6 +48,9 @@
 
 
 %changelog
+* Tue Jan 17 2006 John (J5) Palmieri <johnp at redhat.com> - 0.3-2
+- Install the schema in the post
+
 * Wed Jan 11 2006 Christopher Aillon <caillon at redhat.com> - 0.3-1
 - Update to 0.3
 




More information about the fedora-cvs-commits mailing list