summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorparagn <paragn@fedoraproject.org>2010-10-26 16:04:23 +0530
committerparagn <paragn@fedoraproject.org>2010-10-26 16:04:23 +0530
commitdf1a333d8959271111da05350fef33b09cc4966f (patch)
tree0322b691480b143ca74a0049be45fde594618ada
parent3c5e79b032574b670de6d5f40ae2aa5af642dba2 (diff)
downloadmetacity-df1a333d8959271111da05350fef33b09cc4966f.tar.gz
metacity-df1a333d8959271111da05350fef33b09cc4966f.tar.xz
metacity-df1a333d8959271111da05350fef33b09cc4966f.zip
- Gconf2 scriptlet accepts schema file names without file extension.
-rw-r--r--metacity.spec11
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)