SPECS (AC-branch): mysql.spec - rel.2 - build with federated engine

blues blues at pld-linux.org
Sat Dec 8 23:42:34 CET 2007


Author: blues                        Date: Sat Dec  8 22:42:34 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel.2 - build with federated engine

---- Files affected:
SPECS:
   mysql.spec (1.353.2.21 -> 1.353.2.21.2.1) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.353.2.21 SPECS/mysql.spec:1.353.2.21.2.1
--- SPECS/mysql.spec:1.353.2.21	Thu Dec  6 21:29:53 2007
+++ SPECS/mysql.spec	Sat Dec  8 23:42:28 2007
@@ -4,13 +4,14 @@
 # - http://bugs.mysql.com/bug.php?id=16470
 #
 # Conditional build:
-%bcond_with	bdb		# Berkeley DB 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	innodb		# InnoDB storage engine support
-%bcond_with	sphinx		# Sphinx storage engine support
 %bcond_without	raid		# Without raid
 %bcond_without	ssl		# Without OpenSSL
 %bcond_without	tcpd		# Without libwrap (tcp_wrappers) support
-%bcond_without	big_tables	# Support tables with more than 4G rows even on 32 bit platforms
+%bcond_with	bdb		# Berkeley DB support
+%bcond_with	sphinx		# Sphinx storage engine support
 #
 %include	/usr/lib/rpm/macros.perl
 #define	_snap	20060111
@@ -24,7 +25,7 @@
 Summary(zh_CN):	MySQLÊý¾Ý¿â·þÎñÆ÷
 Name:		mysql
 Version:	5.0.51
-Release:	1
+Release:	2
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 #Source0:	ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz
@@ -504,6 +505,7 @@
 	--with-unix-socket-path=/var/lib/mysql/mysql.sock \
 	--with-archive-storage-engine \
 	%{?with_sphinx:--with-sphinx-storage-engine} \
+	%{?with_federated:--with-federated-storage-engine} \
 	--with-vio \
 	--with-ndbcluster \
 	--without-readline \
@@ -945,6 +947,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.353.2.21.2.1  2007-12-08 22:42:28  blues
+- rel.2 - build with federated engine
+
 Revision 1.353.2.21  2007-12-06 20:29:53  glen
 - update to 5.0.51
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.353.2.21&r2=1.353.2.21.2.1&f=u



More information about the pld-cvs-commit mailing list