Enable search

This commit is contained in:
Matthias Clasen 2006-01-18 13:53:00 +00:00
parent e991c22ea7
commit a5fc86d44b

View File

@ -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 <mclasen@redhat.com> - 2.13.2-3
- Enable search
* 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
hooks to update-desktop-database (#175880)