diff --git a/yelp.spec b/yelp.spec index b856a16..d1a7185 100644 --- a/yelp.spec +++ b/yelp.spec @@ -52,9 +52,10 @@ BuildRequires: GConf2-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gnome-doc-utils -%ifnarch s390 s390x ppc64 -BuildRequires: libbeagle-devel -%endif +# beagle search will be fixed in 2.13.3 +#%ifnarch s390 s390x ppc64 +#BuildRequires: libbeagle-devel +#%endif %description Yelp is the Gnome 2 help/documentation browser. It is designed @@ -68,7 +69,9 @@ one central tool. %patch3 -p1 -b .new-mimetype-for-docbook-xml %build +# beagle search will be fixed in 2.13.3 %configure \ + --disable-search \ --with-mozilla=mozilla \ --disable-man \ --disable-info \ @@ -118,7 +121,8 @@ fi %changelog * Wed Jan 18 2006 Matthias Clasen - 2.13.2-3 -- Enable search +- Disable search, since it doesn't compile against + current beagle * Thu Dec 15 2005 David Malcolm - 2.13.2-2 - Patched to include DocBook mimetype in desktop file, and added preun and post