OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Feb-2004 09:55:28
Branch: HEAD Handle: 2004022608552700
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
Removed files:
openpkg-src/perl-dbi perl-dbi.patch
Log:
modifying package: perl-dbi-5.8.3 20040224 -> 20040226
Summary:
Revision Changes Path
1.7 +0 -175 openpkg-src/perl-dbi/perl-dbi.patch
1.94 +6 -5 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
rm -f openpkg-src/perl-dbi/perl-dbi.patch <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.93 -r1.94 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 24 Feb 2004 19:04:05 -0000 1.93
+++ openpkg-src/perl-dbi/perl-dbi.spec 26 Feb 2004 08:55:27 -0000 1.94
@@ -31,7 +31,7 @@
%define V_dbd_sprite 0.47
%define V_dbd_sqlite 0.31
%define V_dbd_mysql 2.9003
-%define V_dbd_pgsql 1.31
+%define V_dbd_pgsql 1.32
%define V_dbd_oracle 1.15
%define V_dbd_odbc 1.07
@@ -46,7 +46,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040224
+Release: 20040226
# package options
%option with_dbd_mysql no
@@ -64,7 +64,6 @@
Source6: http://www.cpan.org/modules/by-module/DBD/DBD-Pg-%{V_dbd_pgsql}.tar.gz
Source7:
http://www.cpan.org/modules/by-module/DBD/DBD-Oracle-%{V_dbd_oracle}.tar.gz
Source8:
http://www.cpan.org/modules/by-module/DBD/DBD-ODBC-%{V_dbd_odbc}.tar.gz
-Patch0: perl-dbi.patch
# build information
Prefix: %{l_prefix}
@@ -159,7 +158,6 @@
%setup -q -T -D -a 6
%setup -q -T -D -a 7
%setup -q -T -D -a 8
- %patch -p0
%build
@@ -184,7 +182,10 @@
%if "%{with_dbd_pgsql}" == "yes"
# build DBD::Pg
( cd DBD-Pg-%{V_dbd_pgsql}
- %{l_shtool} subst -e 's;-lpq;-lpq -lssl -lcrypto -lcrypt;' Makefile.PL
+ %{l_shtool} subst \
+ -e 's;/include;/include/postgresql;' \
+ -e 's;-lpq;-lpq -lssl -lcrypto -lcrypt;' \
+ Makefile.PL
POSTGRES_HOME=%{l_prefix}
export POSTGRES_HOME
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]