packages: mysql/mysql.spec - rel 0.6; feature set community; fix comment op...

arekm arekm at pld-linux.org
Fri Jan 28 20:49:36 CET 2011


Author: arekm                        Date: Fri Jan 28 19:49:36 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 0.6; feature set community; fix comment option

---- Files affected:
packages/mysql:
   mysql.spec (1.514 -> 1.515) 

---- Diffs:

================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.514 packages/mysql/mysql.spec:1.515
--- packages/mysql/mysql.spec:1.514	Fri Jan 28 20:08:26 2011
+++ packages/mysql/mysql.spec	Fri Jan 28 20:49:30 2011
@@ -37,7 +37,7 @@
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
 Version:	5.5.8
-Release:	0.5
+Release:	0.6
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
@@ -640,6 +640,7 @@
 cp -a %{SOURCE15} libmysql/libmysql.version
 
 %cmake \
+	-DFEATURE_SET="community" \
 	-DCMAKE_C_FLAGS_RELEASE="%{rpmcflags} -DNDEBUG" \
 	-DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DNDEBUG" \
 	-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
@@ -653,7 +654,7 @@
 	-DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
 %endif
 	-DWITH_ZLIB=system \
-	-DWITH_COMMENT="PLD Linux Distribution MySQL RPM" \
+	-DCOMPILATION_COMMENT="PLD/Linux Distribution MySQL RPM" \
 	-DWITH_LIBWRAP=%{?with_tcpd:ON}%{!?with_tcpd:OFF} \
 	-DCURSES_INCLUDE_PATH=/usr/include/ncurses \
 	-DMYSQL_UNIX_ADDR=/var/lib/%{name}/%{name}.sock \
@@ -1193,6 +1194,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.515  2011/01/28 19:49:30  arekm
+- rel 0.6; feature set community; fix comment option
+
 Revision 1.514  2011/01/28 19:08:26  arekm
 - add versioning script from fedora; add provides for libmysqlclient_r client; WITH_READLINE=OFF causes autodetection and in the end uses system readline (where =ON or =system still uses bundled one); add chain certs from fedora
 
================================================================

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



More information about the pld-cvs-commit mailing list