]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- sphinx storage engine (not finished)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 15 Mar 2007 14:17:39 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.368

mysql.spec

index de4208e13686d98b0c21ef8138edca7d4518727f..d056a26b9e31a2704d6ed0672b5ecd56852d02f5 100644 (file)
@@ -8,7 +8,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
@@ -31,6 +32,8 @@ Group:                Applications/Databases
 #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
@@ -438,7 +441,10 @@ This package contains the standard MySQL NDB CPC Daemon.
 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++
This page took 0.037739 seconds and 4 git commands to generate.