SPECS: mysql.spec - rel.3 - build with federated storage engine

blues blues at pld-linux.org
Sat Dec 8 23:46:32 CET 2007


Author: blues                        Date: Sat Dec  8 22:46:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel.3 - build with federated storage engine

---- Files affected:
SPECS:
   mysql.spec (1.392 -> 1.393) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.392 SPECS/mysql.spec:1.393
--- SPECS/mysql.spec:1.392	Sat Nov 24 20:35:21 2007
+++ SPECS/mysql.spec	Sat Dec  8 23:46:26 2007
@@ -12,13 +12,14 @@
 #   /usr/share/mysql/mysqld_multi.server
 #
 # Conditional build:
-%bcond_without	innodb		# Without InnoDB storage engine support
-%bcond_with	sphinx		# Without Sphinx storage engine support
-%bcond_without	raid		# Without raid
-%bcond_without	ssl		# Without OpenSSL
-%bcond_without	tcpd		# Without libwrap (tcp_wrappers) support
+%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
 #
 %include	/usr/lib/rpm/macros.perl
 Summary:	MySQL: a very fast and reliable SQL database engine
@@ -31,7 +32,7 @@
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
 Version:	5.1.22
-Release:	2
+Release:	3
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 #Source0:	http://mysql.dataphone.se/Downloads/MySQL-5.1/%{name}-%{version}-beta.tar.gz
@@ -518,6 +519,7 @@
 	--with-named-thread-libs="-lpthread" \
 	--with-unix-socket-path=/var/lib/mysql/mysql.sock \
 	--with-archive-storage-engine \
+	%{?with_federated:--with-federated-storage-engine} \
 	--with-fast-mutexes \
 	--with-vio \
 	--with-ndbcluster \
@@ -1031,6 +1033,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.393  2007-12-08 22:46:26  blues
+- rel.3 - build with federated storage engine
+
 Revision 1.392  2007-11-24 19:35:21  arekm
 - rel 2; drop tmp database from init script; add mysql_logrotate back
 
================================================================

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



More information about the pld-cvs-commit mailing list