From a5fc86d44b7773ee2c7bce2b8919727966640243 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jan 18 2006 13:53:00 +0000 Subject: Enable search --- diff --git a/yelp.spec b/yelp.spec index 02b18fd..3e0f5b5 100644 --- a/yelp.spec +++ b/yelp.spec @@ -13,7 +13,7 @@ Summary: A system documentation reader from the Gnome project. Name: yelp Version: 2.13.2 -Release: 2 +Release: 3 Source: %{name}-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=319096 Patch1: yelp-2.12.1-fedora-docs.patch @@ -51,6 +51,7 @@ BuildRequires: fontconfig BuildRequires: GConf2-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gnome-doc-utils +BuildRequires: libbeagle %description Yelp is the Gnome 2 help/documentation browser. It is designed @@ -64,7 +65,12 @@ one central tool. %patch3 -p1 -b .new-mimetype-for-docbook-xml %build -%configure --with-mozilla=mozilla --disable-man --disable-info --disable-schemas-install +%configure \ + --enable-search \ + --with-mozilla=mozilla \ + --disable-man \ + --disable-info \ + --disable-schemas-install make %install @@ -109,6 +115,9 @@ fi %{_datadir}/yelp %changelog +* Wed Jan 18 2006 Matthias Clasen - 2.13.2-3 +- Enable search + * Thu Dec 15 2005 David Malcolm - 2.13.2-2 - Patched to include DocBook mimetype in desktop file, and added preun and post hooks to update-desktop-database (#175880)