2.15.21
This commit is contained in:
parent
df19e9c643
commit
4d09c22b5c
14
.cvsignore
14
.cvsignore
@ -1,13 +1 @@
|
||||
libcm-0.0.17.tar.gz
|
||||
metacity-2.15.0.20060331.tar.gz
|
||||
libcm-0.0.18.tar.gz
|
||||
libcm-0.0.19.tar.gz
|
||||
metacity-2.15.0.apr13-2006.tar.gz
|
||||
metacity-2.14.3.tar.bz2
|
||||
metacity-2.15.2.tar.bz2
|
||||
libcm-0.0.21.tar.gz
|
||||
metacity-2.15.3.tar.bz2
|
||||
libcm-0.0.22.tar.gz
|
||||
metacity-2.15.5-jun1-2006.tar.gz
|
||||
metacity-2.15.5-jun6-2006.tar.gz
|
||||
metacity-2.15.13.tar.gz
|
||||
metacity-2.15.21.tar.bz2
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%define gettext_package metacity
|
||||
|
||||
%define metacity_version 2.15.13
|
||||
%define metacity_version 2.15.21
|
||||
|
||||
%define metacity_filename metacity-%{metacity_version}
|
||||
|
||||
Summary: Metacity window manager
|
||||
Name: metacity
|
||||
Version: %{metacity_version}
|
||||
Release: 2
|
||||
Release: 1%{?dist}
|
||||
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
||||
Source0: %{metacity_filename}.tar.gz
|
||||
Source0: %{metacity_filename}.tar.bz2
|
||||
License: GPL
|
||||
Group: User Interface/Desktops
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -18,8 +18,7 @@ BuildRequires: pango-devel >= 1.2.0
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: GConf2-devel >= 2.2.0
|
||||
BuildRequires: desktop-file-utils >= 0.3
|
||||
BuildRequires: libglade2-devel >= 2.0.0
|
||||
BuildRequires: intltool >= 0.35
|
||||
BuildRequires: libglade2-devel >= 2.0.0BuildRequires: intltool >= 0.35
|
||||
BuildRequires: startup-notification-devel >= 0.7
|
||||
BuildRequires: libtool automake autoconf gettext
|
||||
BuildRequires: xorg-x11-proto-devel >= 7.0-13
|
||||
@ -91,6 +90,15 @@ for S in $SCHEMAS; do
|
||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
||||
done
|
||||
|
||||
%preun
|
||||
if [ "$1" -eq 0 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="metacity.schemas"
|
||||
for S in $SCHEMAS; do
|
||||
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
||||
done
|
||||
fi
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{gettext_package}.lang
|
||||
@ -109,6 +117,10 @@ done
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.21-1.fc6
|
||||
- Update to 2.15.21
|
||||
- Uninstall gconf schemas in %%preun
|
||||
|
||||
* Mon Aug 7 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.13-2
|
||||
- Remove leftover snapshot string.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user