rpms/yelp/devel yelp.spec,1.45,1.46

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 14:44:18 UTC 2006


Author: mclasen

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

Modified Files:
	yelp.spec 
Log Message:
Disable search



Index: yelp.spec
===================================================================
RCS file: /cvs/dist/rpms/yelp/devel/yelp.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- yelp.spec	18 Jan 2006 14:15:47 -0000	1.45
+++ yelp.spec	18 Jan 2006 14:44:15 -0000	1.46
@@ -52,9 +52,10 @@
 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 @@
 %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 @@
 
 %changelog
 * Wed Jan 18 2006 Matthias Clasen <mclasen at 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 at redhat.com> - 2.13.2-2
 - Patched to include DocBook mimetype in desktop file, and added preun and post




More information about the fedora-cvs-commits mailing list