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