From 5800d8598b8d703ff7f60999677aaa13689111b2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Jan 2006 14:15:47 +0000 Subject: [PATCH] Fix requires --- yelp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yelp.spec b/yelp.spec index 3e0f5b5..b856a16 100644 --- a/yelp.spec +++ b/yelp.spec @@ -51,7 +51,10 @@ BuildRequires: fontconfig BuildRequires: GConf2-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gnome-doc-utils -BuildRequires: libbeagle + +%ifnarch s390 s390x ppc64 +BuildRequires: libbeagle-devel +%endif %description Yelp is the Gnome 2 help/documentation browser. It is designed @@ -66,7 +69,6 @@ one central tool. %build %configure \ - --enable-search \ --with-mozilla=mozilla \ --disable-man \ --disable-info \