[packages/mysql] - rel 2; fix perconaserverclient -> mysqlclient in mysql_config, too

arekm arekm at pld-linux.org
Thu Apr 24 22:22:08 CEST 2014


commit caca288d7f62eea9c60fe508906fae4677d6e692
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Apr 24 22:22:03 2014 +0200

    - rel 2; fix perconaserverclient -> mysqlclient in mysql_config, too

 mysql.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 97c40d3..cde38f5 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		rel	1
+%define		rel	2
 %define		percona_rel	64.1
 %include	/usr/lib/rpm/macros.perl
 Summary:	MySQL: a very fast and reliable SQL database engine
@@ -496,7 +496,7 @@ Ten pakiet zawiera standardowego demona MySQL NDB CPC.
 
 # we want to use old, mysql compatible client library name
 find . -name CMakeLists.txt -exec sed -i -e 's#perconaserverclient#mysqlclient#g' "{}" ";"
-sed -i -e 's#perconaserverclient#mysqlclient#g' libmysql/libmysql.{ver.in,map}
+sed -i -e 's#perconaserverclient#mysqlclient#g' libmysql/libmysql.{ver.in,map} scripts/mysql_config.*
 
 %if %{with sphinx}
 # http://www.sphinxsearch.com/docs/manual-0.9.9.html#sphinxse-mysql51
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/caca288d7f62eea9c60fe508906fae4677d6e692



More information about the pld-cvs-commit mailing list