Author: arekm Date: Thu Mar 10 09:53:35 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 4; libmysqlservices moved to main server package
---- Files affected: packages/mysql: mysql.spec (1.533 -> 1.534) ---- Diffs: ================================================================ Index: packages/mysql/mysql.spec diff -u packages/mysql/mysql.spec:1.533 packages/mysql/mysql.spec:1.534 --- packages/mysql/mysql.spec:1.533 Thu Mar 10 10:27:40 2011 +++ packages/mysql/mysql.spec Thu Mar 10 10:53:30 2011 @@ -37,7 +37,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.5.9 -Release: 3 +Release: 4 License: GPL + MySQL FLOSS Exception Group: Applications/Databases # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads @@ -775,6 +775,7 @@ %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +/sbin/ldconfig /sbin/chkconfig --add mysql %service mysql restart @@ -786,6 +787,7 @@ %postun [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +/sbin/ldconfig if [ "$1" = "0" ]; then %userremove mysql @@ -982,6 +984,8 @@ %if %{with sphinx} %attr(755,root,root) %{_libdir}/%{name}/plugin/sphinx.so %endif +# for plugins +%attr(755,root,root) %attr(755,root,root) %{_libdir}/libmysqlservices.so %{_mandir}/man1/innochecksum.1* %{_mandir}/man1/my_print_defaults.1* %{_mandir}/man1/myisamchk.1* @@ -1120,8 +1124,6 @@ %attr(755,root,root) %{_bindir}/mysql_config %attr(755,root,root) %{_libdir}/libmysqlclient.so %attr(755,root,root) %{_libdir}/libmysqlclient_r.so -# what's this? -%attr(755,root,root) %{_libdir}/libmysqlservices.so %if %{with ndb} %attr(755,root,root) %{_libdir}/libndbclient.so %endif @@ -1218,6 +1220,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.534 2011/03/10 09:53:30 arekm +- rel 4; libmysqlservices moved to main server package + Revision 1.533 2011/03/10 09:27:40 arekm - rel 3; pld cmake macro sets build type to PLD which causes mysql to be built with Debug build type. Force sane build type. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.533&r2=1.534&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
