- update to 2.13.144
- add bling patch from HEAD
This commit is contained in:
parent
96433ccadc
commit
6d3d8b9d47
@ -1,2 +1,2 @@
|
||||
metacity-2.13.89.0.2006.02.17.tar.bz2
|
||||
libcm-0.0.16.0.2006.02.16.tar.bz2
|
||||
libcm-0.0.16.0.2006.03.06.tar.bz2
|
||||
metacity-2.13.144.tar.bz2
|
||||
|
||||
@ -1,16 +1,15 @@
|
||||
%define gettext_package metacity
|
||||
|
||||
%define libcm_version 0.0.16
|
||||
%define libcm_snapshot_date 2006.02.16
|
||||
%define metacity_version 2.13.89
|
||||
%define metacity_snapshot_date 2006.02.17
|
||||
%define libcm_snapshot_date 2006.03.06
|
||||
%define metacity_version 2.13.144
|
||||
|
||||
Summary: Metacity window manager
|
||||
Name: metacity
|
||||
Version: %{metacity_version}.0.%{metacity_snapshot_date}
|
||||
Release: 2
|
||||
Version: %{metacity_version}
|
||||
Release: 1
|
||||
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
||||
Source0: metacity-%{metacity_version}.0.%{metacity_snapshot_date}.tar.bz2
|
||||
Source0: metacity-%{metacity_version}.tar.bz2
|
||||
Source1: libcm-%{libcm_version}.0.%{libcm_snapshot_date}.tar.bz2
|
||||
License: GPL
|
||||
Group: User Interface/Desktops
|
||||
@ -35,9 +34,9 @@ Requires: startup-notification >= 0.7
|
||||
Requires: redhat-artwork >= 0.62
|
||||
|
||||
Patch0: metacity-2.4.13.90-ctrlaltdel.patch
|
||||
Patch1: metacity-2.13.89.0.2006.02.16-static-cm.patch
|
||||
Patch2: metacity-2.13.89.0.2006.02.16-fix-type.patch
|
||||
Patch3: libcm-0.0.16.0.2006.02.16-include-glxext.patch
|
||||
Patch1: metacity-2.13.144-bling.patch
|
||||
Patch2: metacity-2.13.89.0.2006.02.16-static-cm.patch
|
||||
Patch3: metacity-2.13.89.0.2006.02.16-fix-type.patch
|
||||
|
||||
%description
|
||||
|
||||
@ -45,16 +44,13 @@ Metacity is a simple window manager that integrates nicely with
|
||||
GNOME 2.
|
||||
|
||||
%prep
|
||||
%setup -q -n metacity-%{metacity_version}.0.%{metacity_snapshot_date}
|
||||
%setup -D -T -a1 -n metacity-%{metacity_version}.0.%{metacity_snapshot_date}
|
||||
%setup -q -n metacity-%{metacity_version}
|
||||
%setup -D -T -a1 -n metacity-%{metacity_version}
|
||||
|
||||
%patch0 -p1 -b .ctrlaltdel
|
||||
%patch1 -p1 -b .static-cm
|
||||
%patch2 -p1 -b .fix-type
|
||||
|
||||
pushd libcm-%{libcm_version}.0.%{libcm_snapshot_date}
|
||||
%patch3 -p1 -b .include-glxext
|
||||
popd
|
||||
%patch1 -p1 -b .bling
|
||||
%patch2 -p1 -b .static-cm
|
||||
%patch3 -p1 -b .fix-type
|
||||
|
||||
%build
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -146,6 +142,10 @@ done
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 6 2006 Ray Strode <rstrode@redhat.com> - 2.13.144-1
|
||||
- update to 2.13.144
|
||||
- add bling patch from HEAD
|
||||
|
||||
* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> - 2.13.89.0.2006.02.17-2
|
||||
- disable compositor on s390 s390x and ppc64
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user