Accepting request 96337 from home:vuntz:branches:GNOME:Factory

Drop clutter 1.10 patch

OBS-URL: https://build.opensuse.org/request/show/96337
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=76
This commit is contained in:
2011-12-12 11:48:43 +00:00
committed by Git OBS Bridge
parent bccdf7b1d5
commit 3ad6fe9b58
3 changed files with 10 additions and 33 deletions

View File

@@ -40,8 +40,6 @@ Version: 3.3.2
Release: 1
Summary: Window and compositing manager based on Clutter
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM mutter-clutter-1.10.patch bgo#664028 dimstar@opensuse.org -- Fix build with clutter 1.10
Patch0: mutter-clutter-1.10.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: zenity
@@ -67,7 +65,6 @@ to develop applications that require these.
%lang_package
%prep
%setup -q
%patch0 -p1
translation-update-upstream
%if 0%{?BUILD_FROM_VCS}
@@ -78,7 +75,8 @@ translation-update-upstream
%configure \
--libexecdir=%{_libexecdir}/%{name} \
--disable-static \
--disable-schemas-install
--disable-schemas-install \
--enable-compile-warnings=maximum
%__make %{?jobs:-j%jobs} V=1
%install