[packages/proxysql] up to 1.4.1

glen glen at pld-linux.org
Tue Aug 8 10:35:12 CEST 2017


commit dec9504786cf920ca85c8ae3e0c219a906c714c8
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Aug 8 11:34:38 2017 +0300

    up to 1.4.1
    
    disabled bundled deps disable for now,
    first need to get package being usable

 proxysql.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/proxysql.spec b/proxysql.spec
index e6da187..f822f5b 100644
--- a/proxysql.spec
+++ b/proxysql.spec
@@ -1,13 +1,13 @@
 Summary:	A high-performance MySQL proxy
 Name:		proxysql
-Version:	1.3.7
+Version:	1.4.1
 Release:	0.1
 # The entire source code is GPLv3+ except deps/re2 and deps/jemalloc which is BSD
 # and deps/mariadb-connector-c which is LGPLv2+
 License:	GPLv3+ and LGPLv2+ and BSD
 Group:		Development/Tools
 Source0:	https://github.com/sysown/proxysql/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	0698bb3f4daec5f80dacdf5011f6ac80
+# Source0-md5:	ce4f12a3ac4861dd223fbbfed56cecdd
 Source1:	%{name}.service
 Source2:	%{name}.1
 Patch0:		%{name}_debundle_libconfig_libdaemon_sqlite3.patch
@@ -33,13 +33,13 @@ proxy for MySQL and forks (like Percona Server and MariaDB).
 
 %prep
 %setup -q
-%patch0 -p1
-
-rm -r deps/libconfig deps/libdaemon deps/sqlite3
+#%patch0 -p1
+#rm -r deps/libconfig deps/libdaemon deps/sqlite3
 
 %build
-%configure
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" 
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/proxysql.git/commitdiff/dec9504786cf920ca85c8ae3e0c219a906c714c8



More information about the pld-cvs-commit mailing list