Disable search

This commit is contained in:
Matthias Clasen 2006-01-18 14:44:15 +00:00
parent 5800d8598b
commit 881dfd2a78

View File

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