OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Jun-2006 21:02:15
Branch: HEAD Handle: 2006061420021200
Modified files:
openpkg-src/python-db python-db.spec
Log:
modifying package: python-db-2.4 20060611 -> 20060614
Summary:
Revision Changes Path
1.10 +5 -5 openpkg-src/python-db/python-db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/python-db/python-db.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 python-db.spec
--- openpkg-src/python-db/python-db.spec 11 Jun 2006 19:59:18 -0000
1.9
+++ openpkg-src/python-db/python-db.spec 14 Jun 2006 19:02:12 -0000
1.10
@@ -26,8 +26,8 @@
# package version
%define V_python 2.4
-%define V_pysqlite_major 2.2
-%define V_pysqlite 2.2.2
+%define V_pysqlite_major 2.3
+%define V_pysqlite 2.3.0
%define V_psycopg2 2.0.2
%define V_dcoracle2 1.2
%define V_mysql_python 1.2.1_p2
@@ -43,7 +43,7 @@
Group: Language
License: GPL
Version: %{V_python}
-Release: 20060611
+Release: 20060614
# package options
%option with_sqlite yes
@@ -124,8 +124,8 @@
%if "%{with_sqlite}" == "yes"
( cd pysqlite-%{V_pysqlite}
%{l_shtool} subst \
- -e 's;/usr/local/include;%{l_prefix}/include;' \
- -e 's;/usr/local/lib;%{l_prefix}/lib;' \
+ -e 's;/usr/include;%{l_prefix}/include;' \
+ -e 's;/usr/lib;%{l_prefix}/lib;' \
setup.cfg
%{l_prefix}/bin/python setup.py build
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]