From f7de043ca245f880596f1b0f01ae02e90659c807 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Nov 02 2005 18:41:17 +0000 Subject: - don't link to howl now that we aren't using it --- diff --git a/gnome-games-2.12.1-remove-howl.patch b/gnome-games-2.12.1-remove-howl.patch new file mode 100644 index 0000000..9f4f420 --- /dev/null +++ b/gnome-games-2.12.1-remove-howl.patch @@ -0,0 +1,16 @@ +--- gnome-games-2.12.1/configure.in.remove-howl 2005-11-02 13:18:39.000000000 -0500 ++++ gnome-games-2.12.1/configure.in 2005-11-02 13:19:00.000000000 -0500 +@@ -91,10 +91,9 @@ + AC_SUBST(GLADE_CFLAGS) + AC_SUBST(GLADE_LIBS) + +-## Flags for Howl. Use of this library is optional. +-PKG_CHECK_MODULES(HOWL, howl >= 0.9.6, [ HOWL_PRESENT="yes" ], +- [ CFLAGS="$CFLAGS -DNO_HOWL" +- HOWL_PRESENT="no" ]) ++HOWL_PRESENT="no" ++HOWL_CFLAGS="" ++HOWL_LIBS="" + AC_SUBST(HOWL_CFLAGS) + AC_SUBST(HOWL_LIBS) + diff --git a/gnome-games.spec b/gnome-games.spec index e3b4d94..4dd6379 100644 --- a/gnome-games.spec +++ b/gnome-games.spec @@ -22,7 +22,7 @@ Summary: GNOME games. Name: gnome-games Version: 2.12.1 -Release: 3 +Release: 4 Epoch: 1 License: LGPL Group: Amusements/Games @@ -50,6 +50,8 @@ BuildRequires: gettext # Needed by intltool BuildRequires: perl-XML-Parser +Patch0: gnome-games-2.12.1-remove-howl.patch + %description The gnome-games package includes some small games that come with the @@ -64,15 +66,19 @@ tar xjf %{SOURCE2} cp -f gnometris/sounds/gameover.wav gnobots2/bad.wav cp -f gnometris/sounds/gameover.wav gnibbles/sounds/pop.wav +%patch0 -p1 -b .remove-howl + %build +autoconf pushd gnome-games-extra-data-%{gnome_games_extra_data_version} %configure make popd +export CFLAGS="$RPM_OPT_FLAGS -DNO_HOWL" %configure --localstatedir=/var/lib -make +make %install @@ -202,6 +208,9 @@ scrollkeeper-update %changelog +* Wed Nov 2 2005 Ray Strode 1:2.12.1-4 +- don't link to howl now that we aren't using it + * Mon Oct 31 2005 Ray Strode 1:2.12.1-3 - rebuild