2.91.4
This commit is contained in:
parent
abcbb331cf
commit
264d242dbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ mutter-2.31.5.tar.bz2
|
|||||||
/mutter-2.91.1.tar.bz2
|
/mutter-2.91.1.tar.bz2
|
||||||
/mutter-2.91.2.tar.bz2
|
/mutter-2.91.2.tar.bz2
|
||||||
/mutter-2.91.3.tar.bz2
|
/mutter-2.91.3.tar.bz2
|
||||||
|
/mutter-2.91.4.tar.bz2
|
||||||
|
15
mutter.spec
15
mutter.spec
@ -1,6 +1,6 @@
|
|||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 2.91.3
|
Version: 2.91.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -11,7 +11,7 @@ Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.91/%{name}-%{vers
|
|||||||
BuildRequires: clutter-devel >= 1.5.8
|
BuildRequires: clutter-devel >= 1.5.8
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: gtk3-devel >= 2.91.0
|
BuildRequires: gtk3-devel >= 2.99.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -92,7 +92,7 @@ rm -rf %{buildroot}/%{_libdir}/*.la
|
|||||||
# Mutter contains a .desktop file so we just need to validate it
|
# Mutter contains a .desktop file so we just need to validate it
|
||||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
if [ "$1" -gt 1 ]; then
|
if [ "$1" -gt 1 ]; then
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
gconftool-2 --makefile-uninstall-rule \
|
||||||
@ -100,7 +100,7 @@ if [ "$1" -gt 1 ]; then
|
|||||||
> /dev/null || :
|
> /dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
gconftool-2 --makefile-uninstall-rule \
|
||||||
@ -108,7 +108,7 @@ if [ "$1" -eq 0 ]; then
|
|||||||
> /dev/null || :
|
> /dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
gconftool-2 --makefile-install-rule \
|
gconftool-2 --makefile-install-rule \
|
||||||
@ -142,6 +142,9 @@ gconftool-2 --makefile-install-rule \
|
|||||||
%doc %{_mandir}/man1/mutter-window-demo.1.gz
|
%doc %{_mandir}/man1/mutter-window-demo.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
|
||||||
|
- Update to 2.91.4
|
||||||
|
|
||||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
|
||||||
- Rebuild against new gtk
|
- Rebuild against new gtk
|
||||||
- Drop no longer needed %%clean etc
|
- Drop no longer needed %%clean etc
|
||||||
|
Loading…
Reference in New Issue
Block a user