SPECS: mysql.spec - sphinx storage engine (not finished)

glen glen at pld-linux.org
Thu Mar 15 15:17:44 CET 2007


Author: glen                         Date: Thu Mar 15 14:17:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sphinx storage engine (not finished)

---- Files affected:
SPECS:
   mysql.spec (1.367 -> 1.368) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.367 SPECS/mysql.spec:1.368
--- SPECS/mysql.spec:1.367	Fri Mar  9 15:16:19 2007
+++ SPECS/mysql.spec	Thu Mar 15 15:17:39 2007
@@ -9,7 +9,8 @@
 # - Using NDB Cluster... could not find sci transporter in /{include, lib}
 #
 # Conditional build:
-%bcond_without	innodb		# Without InnoDB support
+%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
@@ -32,6 +33,8 @@
 #Source0:	http://mysql.dataphone.se/Downloads/MySQL-5.1/%{name}-%{version}-beta.tar.gz
 Source0:	http://mysql.mirrors.cybercity.dk/Downloads/MySQL-5.1/%{name}-%{version}-beta.tar.gz
 # Source0-md5:	fb6fd4d26335245f679572f65c299762
+Source100:	http://www.sphinxsearch.com/downloads/sphinx-0.9.7-rc2.tar.gz
+# Source100-md5:	65daf0feb7e276fb3de0aba82cff1d3e
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Source3:	%{name}.logrotate
@@ -439,7 +442,10 @@
 Ten pakiet zawiera standardowego demona MySQL NDB CPC.
 
 %prep
-%setup -q -n %{name}-%{version}-beta
+%setup -q -n %{name}-%{version}-beta %{?with_sphinx:-a100}
+%if %{with sphinx}
+mv sphinx-*/mysqlse storage/sphinx
+%endif
 %patch0 -p1
 #%{?with_tcpd:%patch1 -p1}  # WHATS PURPOSE OF THIS PATCH?
 #%patch2 -p1 # NEEDS CHECK, which exact program needs -lc++
@@ -976,6 +982,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.368  2007/03/15 14:17:39  glen
+- sphinx storage engine (not finished)
+
 Revision 1.367  2007/03/09 14:16:19  glen
 - rel 2; init now works
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.367&r2=1.368&f=u



More information about the pld-cvs-commit mailing list