From df1a333d8959271111da05350fef33b09cc4966f Mon Sep 17 00:00:00 2001 From: paragn Date: Tue, 26 Oct 2010 16:04:23 +0530 Subject: [PATCH] - Gconf2 scriptlet accepts schema file names without file extension. --- metacity.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/metacity.spec b/metacity.spec index 62f5e96..7c0200f 100644 --- a/metacity.spec +++ b/metacity.spec @@ -3,7 +3,7 @@ Summary: Unobtrusive window manager Name: metacity Version: 2.30.3 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.30/metacity-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=558723 @@ -181,13 +181,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %post /sbin/ldconfig -%gconf_schema_upgrade metacity.schemas +%gconf_schema_upgrade metacity %pre -%gconf_schema_prepare metacity.schemas +%gconf_schema_prepare metacity %preun -%gconf_schema_remove metacity.schemas +%gconf_schema_remove metacity %postun -p /sbin/ldconfig @@ -218,6 +218,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Tue Oct 26 2010 Parag Nemade - 2.30.3-3 +- Gconf2 scriptlet accepts schema file names without file extension. + * Mon Oct 18 2010 Parag Nemade - 2.30.3-2 - Merge-review cleanup (#226138)