[metacity] - Gconf2 scriptlet accepts schema file names without file extension.

paragn paragn at fedoraproject.org
Tue Oct 26 10:34:34 UTC 2010


commit df1a333d8959271111da05350fef33b09cc4966f
Author: paragn <paragn at fedoraproject.org>
Date:   Tue Oct 26 16:04:23 2010 +0530

    - Gconf2 scriptlet accepts schema file names without file extension.

 metacity.spec |   11 +++++++----
 1 files 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 <paragn AT fedoraproject.org> - 2.30.3-3
+- Gconf2 scriptlet accepts schema file names without file extension.
+
 * Mon Oct 18 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.3-2
 - Merge-review cleanup (#226138)
 


More information about the scm-commits mailing list