Author: glen Date: Mon May 17 13:43:36 2010 GMT Module: packages Tag: HEAD ---- Log message: - lib64 fix
---- Files affected: packages/mysql-proxy: mysql-proxy.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/mysql-proxy/mysql-proxy.spec diff -u packages/mysql-proxy/mysql-proxy.spec:1.20 packages/mysql-proxy/mysql-proxy.spec:1.21 --- packages/mysql-proxy/mysql-proxy.spec:1.20 Sun May 16 16:50:02 2010 +++ packages/mysql-proxy/mysql-proxy.spec Mon May 17 15:43:31 2010 @@ -17,7 +17,7 @@ Summary(pl.UTF-8): Proxy MySQL Name: mysql-proxy Version: 0.8.0 -Release: 0.1 +Release: 0.2 License: GPL Group: Applications/Networking Source0: http://launchpad.net/mysql-proxy/0.8/%{version}/+download/%{name}-%{version}.tar.gz @@ -34,6 +34,7 @@ BuildRequires: mysql-devel BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.268 +BuildRequires: sed >= 4.0 %if %{with tests} BuildRequires: check BuildRequires: lua51 @@ -70,6 +71,9 @@ %prep %setup -q +sed -i -e 's/g_build_filename(base_dir, "lib"/g_build_filename(base_dir, "%{_lib}"/g' src/chassis.c +sed -i -e 's/g_build_filename(srv->base_dir, "lib"/g_build_filename(srv->base_dir, "%{_lib}"/g' src/chassis.c + %build %{__libtoolize} %{__aclocal} -I m4 @@ -191,6 +195,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2010/05/17 13:43:31 glen +- lib64 fix + Revision 1.20 2010/05/16 14:50:02 sparky - BR: pkgconfig ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql-proxy/mysql-proxy.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
