rpms/yelp/devel yelp.spec,1.43,1.44

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 13:53:03 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/yelp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12142

Modified Files:
	yelp.spec 
Log Message:
Enable search



Index: yelp.spec
===================================================================
RCS file: /cvs/dist/rpms/yelp/devel/yelp.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- yelp.spec	16 Dec 2005 17:42:38 -0000	1.43
+++ yelp.spec	18 Jan 2006 13:53:00 -0000	1.44
@@ -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: 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 @@
 %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 @@
 %{_datadir}/yelp
 
 %changelog
+* Wed Jan 18 2006 Matthias Clasen <mclasen at redhat.com> - 2.13.2-3
+- Enable search
+
 * Thu Dec 15 2005 David Malcolm <dmalcolm at 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)




More information about the fedora-cvs-commits mailing list