Author: shadzik Date: Mon Nov 19 19:52:29 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 3.51.22r857 - fix configure and make but still doesn't link properly
---- Files affected: SPECS: mysql-connector-odbc.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/mysql-connector-odbc.spec diff -u SPECS/mysql-connector-odbc.spec:1.5 SPECS/mysql-connector-odbc.spec:1.6 --- SPECS/mysql-connector-odbc.spec:1.5 Wed Apr 11 01:18:44 2007 +++ SPECS/mysql-connector-odbc.spec Mon Nov 19 20:52:24 2007 @@ -1,5 +1,5 @@ # $Revision$, $Date$ -%define _ver 12 +%define _ver 22r857 Summary: MySQL Connector/ODBC - ODBC driver for MySQL Summary(pl.UTF-8): MySQL Connector/ODBC - sterownik ODBC dla MySQL Name: mysql-connector-odbc @@ -7,8 +7,9 @@ Release: 0.1 License: GPL Group: Libraries -Source0: http://sunsite.icm.edu.pl/mysql/Downloads/MyODBC3/%{name}-%{version}.%{_ver}.tar.gz -# Source0-md5: a484f590464fb823a8f821b2f1fd7fef +#Source0: http://sunsite.icm.edu.pl/mysql/Downloads/MyODBC3/%{name}-%{version}.%{_ver}.tar.gz +Source0: http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/Connector-ODBC/3.51/%{name}-%{version}.%{_ver}.tar.gz +# Source0-md5: 0147e833711c9ef70c03f57c2641ef9f URL: http://www.mysql.com/products/connector/odbc/ BuildRequires: autoconf BuildRequires: automake @@ -40,9 +41,11 @@ %{__aclocal} %{__autoconf} %{__automake} -%configure -%{__make} \ +%configure \ + --with-qt-includes=/usr/include/qt \ + --with-qt-libraries=%{_libdir}/qt \ --with-x=no +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -66,7 +69,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.5 2007-04-10 23:18:44 shadzik +Revision 1.6 2007-11-19 19:52:24 shadzik +- 3.51.22r857 +- fix configure and make but still doesn't link properly + +Revision 1.5 2007/04/10 23:18:44 shadzik - qt-devel epoch 1 Revision 1.4 2007/02/13 07:16:49 glen ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql-connector-odbc.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
