From cc6ffb04e549e1b0f5479b9afa82857a4f007eb2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jul 13 2010 16:59:01 +0000 Subject: - Run glib-compile-schemas --- diff --git a/gnome-shell.spec b/gnome-shell.spec index 26d8a7f..0e00cae 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -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 - 2.31.5-5 +- Run glib-compile-schemas + * Tue Jul 13 2010 Colin Walters - 2.31.5-4 - Bless stuff in files section