SPECS: python-MySQLdb.spec - rel 2; enable SSL support.
arekm
arekm at pld-linux.org
Sat Jun 18 20:16:34 CEST 2005
Author: arekm Date: Sat Jun 18 18:16:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2; enable SSL support.
---- Files affected:
SPECS:
python-MySQLdb.spec (1.35 -> 1.36)
---- Diffs:
================================================================
Index: SPECS/python-MySQLdb.spec
diff -u SPECS/python-MySQLdb.spec:1.35 SPECS/python-MySQLdb.spec:1.36
--- SPECS/python-MySQLdb.spec:1.35 Mon Mar 7 00:24:50 2005
+++ SPECS/python-MySQLdb.spec Sat Jun 18 20:16:28 2005
@@ -3,7 +3,7 @@
Summary(pl): Interfejs Pythona do MySQL
Name: python-MySQLdb
Version: 1.2.0
-Release: 1
+Release: 2
License: GPL
Group: Libraries/Python
Source0: http://dl.sourceforge.net/mysql-python/MySQL-python-%{version}.tar.gz
@@ -31,7 +31,7 @@
%setup -q -n MySQL-python-%{version}
%build
-env CFLAGS="%{rpmcflags}" %{_bindir}/python setup.py build
+env CFLAGS="%{rpmcflags} -DHAVE_OPENSSL=1" %{_bindir}/python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
@@ -58,6 +58,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2005/06/18 18:16:28 arekm
+- rel 2; enable SSL support.
+
Revision 1.35 2005/03/06 23:24:50 charles
- rm obsolete BR: rpm-pythonprov
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-MySQLdb.spec?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list