Updating link to change in openSUSE:Factory/mutter revision 16.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=d204f8de5b403796c2605ff023386286
This commit is contained in:
OBS User buildservice-autocommit
2010-09-13 11:19:51 +00:00
committed by Git OBS Bridge
parent 432b227874
commit f76be8bac8
6 changed files with 1210 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package mutter (Version 2.29.1)
# spec file for package mutter (Version 2.31.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,10 +22,9 @@ Name: mutter
BuildRequires: clutter-devel
BuildRequires: fdupes
BuildRequires: gconf2-devel
BuildRequires: gir-repository
BuildRequires: gnome-doc-utils-devel
BuildRequires: gobject-introspection-devel
BuildRequires: gtk2-devel
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: libcanberra-devel
BuildRequires: startup-notification-devel
@@ -33,12 +32,12 @@ BuildRequires: update-desktop-files
BuildRequires: zenity
License: GPLv2+
Group: System/GUI/GNOME
Version: 2.29.1
Version: 2.31.5
Release: 1
Summary: Window and compositing manager based on Clutter
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM mutter-gcc45.patch bgo#606719 dimstar@opensuse.org -- Fix build with GCC 4.5
Patch1: mutter-gcc45.patch
# PATCH-FIX-UPSTREAM mutter-gdk-cairo.patch dimstar@opensuse.org -- Replace GDK drawing API with cairo, upstream git commit 08cfdcd & 0839c1
Patch0: mutter-gdk-cairo.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: zenity
@@ -66,13 +65,14 @@ to develop applications that require these.
%lang_package
%prep
%setup -q
%patch1 -p1
%patch0 -p1
%build
%configure \
--libexecdir=%{_libexecdir}/%{name} \
--disable-static \
--disable-schemas-install
--disable-schemas-install \
--with-gtk=3.0
%__make %{?jobs:-j%jobs}
%install