]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- rel 4; don't try to fix symlinks that are correct now auto/th/mysql-5.6.14-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Nov 2013 09:18:55 +0000 (10:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Nov 2013 09:18:55 +0000 (10:18 +0100)
mysql.spec

index 6cd648127aafd53da512727bc91888b7aa8b6e9c..53dfb892d3a8560665d54a15a3f704983d3df3e3 100644 (file)
@@ -35,7 +35,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.6.14
-Release:       3
+Release:       4
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
@@ -606,10 +606,6 @@ install -p %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-cpc
 cp -a %{SOURCE12} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-cpc
 %endif
 
-# symlinks point to the .so file, fix it
-ln -sf libmysqlclient.so.18 $RPM_BUILD_ROOT%{_libdir}/libmysqlclient_r.so.18
-ln -sf libmysqlclient.so.18.0.0 $RPM_BUILD_ROOT%{_libdir}/libmysqlclient_r.so.18.0.0
-
 sed -i -e 's,/usr//usr,%{_prefix},g' $RPM_BUILD_ROOT%{_bindir}/mysql_config
 sed -i -e '/libs/s/$ldflags//' $RPM_BUILD_ROOT%{_bindir}/mysql_config
 sed -i -e '/libs/s/-lprobes_mysql//' $RPM_BUILD_ROOT%{_bindir}/mysql_config
This page took 0.062017 seconds and 4 git commands to generate.