- Gconf2 scriptlet accepts schema file names without file extension.

This commit is contained in:
paragn 2010-10-26 16:04:23 +05:30
parent 3c5e79b032
commit df1a333d89

View File

@ -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)