From 215b8374c3969e5b9a2f8795156bbf219b2e08a3 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 20 Feb 2006 12:00:43 +0000 Subject: [PATCH] BuildRequires: glib2-devel >= 2.9.5 BuildRequires: libwnck-devel >= 2.10.0 BuildRequires: GConf2-devel >= 2.6.0 mock errors: checking for LIBDEVHELP... configure: error: Package requirements ( gthread-2.0 >= 2.6.0 gtk+-2.0 >= 2.6.0 libglade-2.0 >= 2.4.0 libwnck-1.0 >= 2.10.0 gconf-2.0 >= 2.6.0 ) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively you may set the LIBDEVHELP_CFLAGS and LIBDEVHELP_LIBS environment variables to avoid the need to call pkg-config. See the pkg-config man page for more details. error: Bad exit status from /var/tmp/rpm-tmp.60160 (%build) --- devhelp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devhelp.spec b/devhelp.spec index 4ac430d..0b7d59b 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -3,7 +3,7 @@ Summary: API document browser Name: devhelp Version: 0.11 -Release: 2 +Release: 3 License: GPL Group: Development/Tools Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/ @@ -24,6 +24,10 @@ BuildRequires: libglade2-devel >= 2.2.0 BuildRequires: mozilla-devel = %mozver BuildRequires: intltool BuildRequires: gettext +BuildRequires: glib2-devel >= 2.9.5 +BuildRequires: libwnck-devel >= 2.10.0 +BuildRequires: GConf2-devel >= 2.6.0 + %description An API document browser for GNOME 2.