[packages/mysql-shell] required versions from INSTALL

glen glen at pld-linux.org
Sun Jun 26 17:23:07 CEST 2016


commit 9c4912eb7cfa3c4caddda93964f5d1069cef25f2
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jun 26 18:22:42 2016 +0300

    required versions from INSTALL

 mysql-shell.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/mysql-shell.spec b/mysql-shell.spec
index 821041f..00c304b 100644
--- a/mysql-shell.spec
+++ b/mysql-shell.spec
@@ -16,15 +16,15 @@ Source0:	https://cdn.mysql.com/Downloads/%{name}-%{version}-src.tar.gz
 # Source0-md5:	b8e721b11a98e74539747204ae08ac64
 Group:		Applications/Databases
 URL:		http://dev.mysql.com/doc/refman/en/mysql-shell.html
-%{?with_boost:BuildRequires:  boost-devel >= 1.42}
+%{?with_boost:BuildRequires:	boost-devel >= 1.59}
 BuildRequires:	cmake >= 2.8
-#BuildRequires:	libedit-devel  FIXME only if -DWITH_EDITLINE=system
-%{?with_protobuf:BuildRequires:  protobuf-devel}
-BuildRequires:	python-devel
-BuildRequires:	mysql-devel
+BuildRequires:	mysql-devel >= 5.7
 BuildRequires:	openssl-devel
-#BuildRequires:  v8-devel
-#BuildRequires:  v8-python
+%{?with_protobuf:BuildRequires:	protobuf-devel >= 2.6.1}
+BuildRequires:	readline-devel
+%{?with_gtest:gtest-devel >= 1.7}
+BuildRequires:	python-devel >= 1:2.6
+%{?with_v8:BuildRequires:	v8-devel >= 3.28.71.19}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql-shell.git/commitdiff/9c4912eb7cfa3c4caddda93964f5d1069cef25f2



More information about the pld-cvs-commit mailing list