From eb1d98bddce0de975e4bbf97faf84d49ffeb3ff4a0bbef53db689bab7f0249ff Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Jul 2011 11:34:48 +0000 Subject: [PATCH] Accepting request 75842 from home:vuntz:branches:GNOME:Apps Do not build with useless gnome support OBS-URL: https://build.opensuse.org/request/show/75842 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gbrainy?expand=0&rev=38 --- gbrainy.changes | 8 ++++++++ gbrainy.spec | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gbrainy.changes b/gbrainy.changes index 1b66bf3..6f60f78 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 8 10:59:45 CEST 2011 - vuntz@opensuse.org + +- Do not build with useless GNOME support (which adds a dependency + on gnome-sharp2, for no big reason), see bgo#654225: + + Remove gnome-sharp2 BuildRequires. + + Pass --disable-gnome to configure. + ------------------------------------------------------------------- Sat Jul 2 09:34:59 CEST 2011 - vuntz@opensuse.org diff --git a/gbrainy.spec b/gbrainy.spec index c205ad5..a1f4c6c 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -37,13 +37,12 @@ BuildRequires: translation-update-upstream Group: Amusements/Games/Logic Summary: A brain teaser game and trainer %if 0%{?suse_version} -BuildRequires: gnome-sharp2 BuildRequires: update-desktop-files %else %define suse_update_desktop_file true %endif %if 0%{?fedora_version} -BuildRequires: gnome-sharp-devel gtk-sharp2-devel +BuildRequires: gtk-sharp2-devel %endif Recommends: %{name}-lang # For the help system to work, we require a ghelp:// URI handler. @@ -75,7 +74,9 @@ translation-update-upstream %build export MONO_SHARED_DIR=/var/tmp -%configure --disable-static +%configure \ + --disable-static \ + --disable-gnome make %install