]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- rel 2; up to percona rel 30.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 4 Mar 2013 20:14:59 +0000 (21:14 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 4 Mar 2013 20:14:59 +0000 (21:14 +0100)
mysql.spec

index 98652412306e5fa07e8b65fefd308b423cdc609d..2809f448b61b7f39920d51e81f2aa1b8975e89a0 100644 (file)
@@ -23,7 +23,7 @@
 %bcond_with    tests           # FIXME: don't run correctly
 %bcond_with    ndb             # NDB is now a separate product, this here is broken, so disable it
 
-%define        percona_rel     29.4
+%define        percona_rel     30.0
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
 Summary(de.UTF-8):     MySQL: ist eine SQL-Datenbank
@@ -35,13 +35,13 @@ Summary(uk.UTF-8):  MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.5.29
-Release:       1
+Release:       2
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
 # Source0:     http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/%{name}-%{version}.tar.gz
 Source0:       http://www.percona.com/redir/downloads/Percona-Server-5.5/LATEST/source/Percona-Server-%{version}-rel%{percona_rel}.tar.gz
-# Source0-md5: 97cb6a5875bc05b7c32031e45332f615
+# Source0-md5: 1fc27244d4b7ee02b9bf267602959856
 Source100:     http://sphinxsearch.com/files/sphinx-2.0.6-release.tar.gz
 # Source100-md5:       de6be5ee20b1bfafa2a0cea7155a8331
 Source1:       %{name}.init
@@ -544,6 +544,7 @@ cp -a %{SOURCE15} libmysql/libmysql.version
        -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
 %endif
        -DWITH_ZLIB=system \
+       -DWITH_PAM=ON \
        -DCOMPILATION_COMMENT="PLD/Linux Distribution MySQL RPM" \
        -DWITH_LIBWRAP=%{?with_tcpd:ON}%{!?with_tcpd:OFF} \
        -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \
This page took 0.037514 seconds and 4 git commands to generate.