rpms/gnome-shell/devel gnome-shell.spec,1.43,1.44

Colin Walters walters at fedoraproject.org
Tue Jul 13 16:59:01 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/gnome-shell/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6623

Modified Files:
	gnome-shell.spec 
Log Message:
* Tue Jul 13 2010 Colin Walters <walters at verbum.org> - 2.31.5-5
- Run glib-compile-schemas



Index: gnome-shell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-shell/devel/gnome-shell.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- gnome-shell.spec	13 Jul 2010 13:57:29 -0000	1.43
+++ gnome-shell.spec	13 Jul 2010 16:59:01 -0000	1.44
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        2.31.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -114,6 +114,7 @@ if [ "$1" -eq 0 ]; then
     %{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
     > /dev/null || :
 fi
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -121,7 +122,13 @@ gconftool-2 --makefile-install-rule \
     %{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
   > /dev/null || :
 
+%posttrans
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
+
 %changelog
+* Tue Jul 13 2010 Colin Walters <walters at verbum.org> - 2.31.5-5
+- Run glib-compile-schemas
+
 * Tue Jul 13 2010 Colin Walters <walters at megatron> - 2.31.5-4
 - Bless stuff in files section
 



More information about the scm-commits mailing list