X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=mysql.spec;h=109ac89cb5767f5dc8dd2ece914dff3c151a4c6a;hb=8347fb84b4ee468c7f5815cb61866499568a4873;hp=6f003ef7894c70dbea709d72c0d733f7df4388ad;hpb=c5d480746c834c25afaeb3f41dc1cad520d6cd62;p=packages%2Fmysql.git diff --git a/mysql.spec b/mysql.spec index 6f003ef..109ac89 100644 --- a/mysql.spec +++ b/mysql.spec @@ -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 31.1 +%define percona_rel 61.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 @@ -34,16 +34,16 @@ Summary(ru.UTF-8): MySQL - быстрый SQL-сервер Summary(uk.UTF-8): MySQL - швидкий SQL-сервер Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql -Version: 5.5.33 -Release: 1 +Version: 5.6.13 +Release: 0.1 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: 4a1c053dbdda4bb643f7ab13a9776f34 -Source100: http://www.sphinxsearch.com/files/sphinx-2.0.9-release.tar.gz -# Source100-md5: b5a2ff137c00d8490a5e1107bd0b5903 +Source0: http://www.percona.com/redir/downloads/Percona-Server-5.6/LATEST/source/Percona-Server-%{version}-rel%{percona_rel}.tar.gz +# Source0-md5: 25a6d313e98ce3f759aa08288941e748 +Source100: http://www.sphinxsearch.com/files/sphinx-2.1.2-release.tar.gz +# Source100-md5: 3e828fa58e2e6049f02aa6aef3009d48 Source1: %{name}.init Source2: %{name}.sysconfig Source3: %{name}.logrotate @@ -520,7 +520,7 @@ cp -a %{SOURCE15} libmysql/libmysql.version -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \ -DCOMPILATION_COMMENT="TLD Linux MySQL RPM" \ -DCURSES_INCLUDE_PATH=/usr/include/ncurses \ - %{!?with_systemtap:-DENABLE_DTRACE=OFF} \ + %{!?with_systemtap:-DENABLE_DTRACE=ON} \ -DFEATURE_SET="community" \ -DINSTALL_LAYOUT=RPM \ -DINSTALL_LIBDIR=%{_lib} \