]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- rel 2; fix perconaserverclient -> mysqlclient in mysql_config, too auto/th/mysql-5.6.16-64.1.2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Apr 2014 20:22:03 +0000 (22:22 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Apr 2014 20:22:03 +0000 (22:22 +0200)
mysql.spec

index 97c40d34ae57ed6d4b615dc3cf0bf0c04b8182c0..cde38f567ff07155a411822accc0315296653921 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                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
This page took 0.214462 seconds and 4 git commands to generate.