packages: mysql/mysql.spec - sphinx builds; enable

glen glen at pld-linux.org
Sun Jul 25 02:59:16 CEST 2010


Author: glen                         Date: Sun Jul 25 00:59:16 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- sphinx builds; enable

---- Files affected:
packages/mysql:
   mysql.spec (1.488 -> 1.489) 

---- Diffs:

================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.488 packages/mysql/mysql.spec:1.489
--- packages/mysql/mysql.spec:1.488	Sun Jul 25 02:47:09 2010
+++ packages/mysql/mysql.spec	Sun Jul 25 02:59:10 2010
@@ -11,14 +11,14 @@
 #     (profiling disabled temporaily to workaround this)
 #
 # Conditional build:
+%bcond_with	autodeps	# BR packages needed only for resolving deps
 %bcond_without	innodb		# InnoDB storage engine support
 %bcond_without	big_tables	# Support tables with more than 4G rows even on 32 bit platforms
 %bcond_without	federated	# Federated storage engine support
 %bcond_without	raid		# RAID support
 %bcond_without	ssl		# OpenSSL support
 %bcond_without	tcpd		# libwrap (tcp_wrappers) support
-%bcond_with	autodeps	# BR packages needed only for resolving deps
-%bcond_with		sphinx		# Sphinx storage engine support
+%bcond_without	sphinx		# Sphinx storage engine support
 %bcond_with	tests		# FIXME: don't run correctly
 %bcond_with	ndb		# NDB is now a separate product, this here is broken, so disable it
 #
@@ -876,7 +876,7 @@
 %dir %{_libdir}/mysql/plugin
 %attr(755,root,root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so
 %if %{with sphinx}
-#%attr(755,root,root) %{_libdir}/mysql/plugin/sphinx.so
+%attr(755,root,root) %{_libdir}/mysql/plugin/sphinx.so
 %endif
 %{_mandir}/man1/innochecksum.1*
 %{_mandir}/man1/my_print_defaults.1*
@@ -1123,6 +1123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.489  2010/07/25 00:59:10  glen
+- sphinx builds; enable
+
 Revision 1.488  2010/07/25 00:47:09  glen
 - disable ndbcluster by bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.488&r2=1.489&f=u



More information about the pld-cvs-commit mailing list