summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2006-10-21 01:28:51 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2006-10-21 01:28:51 +0000
commitb951af24f943e1266dca0754f940d0e41abb3441 (patch)
tree3faed7fc13f89ce5a3e3dc14c2ecafc757a92d11 /metacity.spec
parent3b4bf4bdca9b2a4f23d952954b95dfd11a0e5559 (diff)
downloadmetacity-b951af24f943e1266dca0754f940d0e41abb3441.tar.gz
metacity-b951af24f943e1266dca0754f940d0e41abb3441.tar.xz
metacity-b951af24f943e1266dca0754f940d0e41abb3441.zip
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec17
1 files changed, 7 insertions, 10 deletions
diff --git a/metacity.spec b/metacity.spec
index d2b91fa..fb4c16b 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -1,6 +1,6 @@
%define gettext_package metacity
-%define metacity_version 2.16.0
+%define metacity_version 2.17.1
%define metacity_filename metacity-%{metacity_version}
@@ -34,9 +34,6 @@ Requires(post): GConf2 >= 2.14
Requires(pre): GConf2 >= 2.14
Requires(preun): GConf2 >= 2.14
-Patch2: metacity-2.16.0-losing-focus.patch
-Patch3: metacity-2.16.0-currenttime-fixes.patch
-
%description
Metacity is a simple window manager that integrates nicely with
@@ -45,9 +42,6 @@ GNOME 2.
%prep
%setup -q -n %{metacity_filename}
-%patch2 -p0 -b .losing-focus
-%patch3 -p1 -b .currenttime-fixes
-
%build
rm -rf $RPM_BUILD_ROOT
@@ -91,18 +85,18 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null || :
%pre
if [ "$1" -gt 1 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
+ gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null || :
fi
%preun
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
+ gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null || :
fi
%postun -p /sbin/ldconfig
@@ -123,6 +117,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
+- Update to 2.17.1
+
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-7
- Fix scripts according to packaging guidelines