head	1.19;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.14
	OPENPKG_E1_MP:1.14
	OPENPKG_E1_MP_2_STABLE:1.13.2.2
	OPENPKG_E1_FP:1.13.2.2
	OPENPKG_2_STABLE_MP:1.13
	OPENPKG_2_STABLE_20061018:1.13.2.2
	OPENPKG_2_STABLE:1.13.0.2
	OPENPKG_CW_FP:1.3;
locks; strict;
comment	@-- @;


1.19
date	2009.06.30.20.20.46;	author rse;	state Exp;
branches;
next	1.18;
commitid	mW7f5wxeUG4f4VTt;

1.18
date	2009.04.18.13.11.49;	author rse;	state Exp;
branches;
next	1.17;
commitid	4pHXU27WTIGCZuKt;

1.17
date	2008.06.07.21.54.21;	author rse;	state Exp;
branches;
next	1.16;
commitid	U1huSIhaoD9z446t;

1.16
date	2008.01.01.14.56.43;	author rse;	state Exp;
branches;
next	1.15;
commitid	B8esaHJHoduuKILs;

1.15
date	2007.02.23.07.51.02;	author rse;	state Exp;
branches;
next	1.14;
commitid	UnzCMI94d9lVvA7s;

1.14
date	2007.01.01.17.39.06;	author rse;	state Exp;
branches;
next	1.13;
commitid	BicZD6VUl7GuqP0s;

1.13
date	2006.10.14.08.09.58;	author rse;	state Exp;
branches
	1.13.2.1;
next	1.12;
commitid	q9VqQbGg4fItRCQr;

1.12
date	2006.10.13.17.29.22;	author thl;	state Exp;
branches;
next	1.11;
commitid	q5GSxzsSDX29XxQr;

1.11
date	2006.05.24.18.52.02;	author rse;	state Exp;
branches;
next	1.10;
commitid	2sKuWvpXDlTeZiyr;

1.10
date	2006.01.01.13.15.36;	author rse;	state Exp;
branches;
next	1.9;
commitid	otZG8yKMCw1JFTfr;

1.9
date	2005.10.27.06.41.06;	author rse;	state Exp;
branches;
next	1.8;

1.8
date	2005.10.11.06.50.23;	author rse;	state Exp;
branches;
next	1.7;

1.7
date	2005.09.29.11.22.39;	author thl;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.22.08.28.15;	author rse;	state Exp;
branches;
next	1.5;

1.5
date	2005.08.30.05.38.34;	author rse;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.24.11.19.14;	author rse;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.01.10.51.21;	author rse;	state Exp;
branches;
next	1.2;

1.2
date	2004.12.27.15.46.06;	author rse;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.27.11.37.29;	author rse;	state Exp;
branches;
next	;

1.13.2.1
date	2006.10.14.08.09.58;	author rse;	state dead;
branches;
next	1.13.2.2;
commitid	iZxwRSmmWscPXUQr;

1.13.2.2
date	2006.10.16.14.51.49;	author rse;	state Exp;
branches;
next	;
commitid	iZxwRSmmWscPXUQr;


desc
@@


1.19
log
@switch to the new SourceForge.net website functionality where we can find all files (again)
@
text
@##
##  libdbi.spec -- OpenPKG RPM Package Specification
##  Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/>
##
##  Permission to use, copy, modify, and distribute this software for
##  any purpose with or without fee is hereby granted, provided that
##  the above copyright notice and this permission notice appear in all
##  copies.
##
##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
##  SUCH DAMAGE.
##

#   package version
%define       V_dbi         0.8.3
%define       V_dbi_drivers 0.8.3-1

#   package information
Name:         libdbi
Summary:      Database Independent (DBI) Abstraction Layer for C
URL:          http://libdbi.sourceforge.net/
Vendor:       David A. Parker
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        EVAL
Group:        Database
License:      LGPL
Version:      %{V_dbi}
Release:      20080607

#   package options
%option       with_sqlite  yes
%option       with_mysql   no
%option       with_pgsql   no

#   list of sources
Source0:      http://switch.dl.sourceforge.net/sourceforge/libdbi/libdbi-%{V_dbi}.tar.gz
Source1:      http://switch.dl.sourceforge.net/sourceforge/libdbi-drivers/libdbi-drivers-%{V_dbi_drivers}.tar.gz
Patch0:       libdbi.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20040130
PreReq:       OpenPKG, openpkg >= 20040130
%if "%{with_sqlite}" == "yes"
BuildPreReq:  sqlite
PreReq:       sqlite
%endif
%if "%{with_mysql}" == "yes"
BuildPreReq:  mysql, openssl
PreReq:       mysql, openssl
%endif
%if "%{with_pgsql}" == "yes"
BuildPreReq:  postgresql, openssl
PreReq:       postgresql, openssl
%endif
AutoReq:      no
AutoReqProv:  no

%description
    libdbi implements a database-independent abstraction layer in C,
    similar to the DBI/DBD layer in Perl. Writing one generic set of
    code, programmers can leverage the power of multiple databases and
    multiple simultaneous database connections by using this framework.
    Currently the SQLite, MySQL, and PostgreSQL RDBMS are supported.

%track
    prog libdbi = {
        version   = %{V_dbi}
        url       = http://sourceforge.net/projects/libdbi/files/
        regex     = libdbi-(__VER__)\.tar\.gz
    }
    prog libdbi:drivers = {
        version   = %{V_dbi_drivers}
        url       = http://sourceforge.net/projects/libdbi-drivers/files/
        regex     = libdbi-drivers-(__VER__)\.tar\.gz
    }

%prep
    %setup -q -c
    %setup -q -D -T -a 1
    %patch -p0

%build
    ( cd libdbi-[0-9]*
      CC="%{l_cc}" \
      CFLAGS="%{l_cflags -O}" \
      CPPFLAGS="%{l_cppflags}" \
      LDFLAGS="%{l_ldflags}" \
      ./configure \
          --prefix=%{l_prefix} \
          --disable-shared
      %{l_make} %{l_mflags -O}
    ) || exit $?
    ( cd libdbi-drivers-*
      LIBS=""
%if "%{with_mysql}" == "yes"
      LIBS="$LIBS -lssl -lcrypto -lm"
%endif
%if "%{with_pgsql}" == "yes"
      LIBS="$LIBS -lssl -lcrypto -lcrypt"
%endif
      LIBS="$LIBS `pwd`/../libdbi-%{V_dbi}/src/.libs/libdbi.a"
      CC="%{l_cc}" \
      CFLAGS="%{l_cflags -O}" \
      CPPFLAGS="%{l_cppflags}" \
      LDFLAGS="%{l_ldflags}" \
      LIBS="$LIBS" \
      ./configure \
          --prefix=%{l_prefix} \
          --with-dbi-incdir=`pwd`/../libdbi-%{V_dbi}/include \
          --with-dbi-libdir=`pwd`/../libdbi-%{V_dbi}/src \
%if "%{with_sqlite}" == "yes"
          --with-sqlite3 \
          --with-sqlite3-dir=%{l_prefix} \
          --with-sqlite3-incdir=%{l_prefix}/include \
          --with-sqlite3-libdir=%{l_prefix}/lib \
%endif
%if "%{with_mysql}" == "yes"
          --with-mysql \
          --with-mysql-dir=%{l_prefix} \
          --with-mysql-incdir=%{l_prefix}/include \
          --with-mysql-libdir=%{l_prefix}/lib/mysql \
%endif
%if "%{with_pgsql}" == "yes"
          --with-pgsql \
          --with-pgsql-dir=%{l_prefix} \
          --with-pgsql-incdir=%{l_prefix}/include/postgresql \
          --with-pgsql-libdir=%{l_prefix}/lib \
%endif
          --disable-static \
          --enable-shared
      %{l_make} %{l_mflags -O}
    ) || exit $?

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/share/libdbi
    ( cd libdbi-[0-9]*
      %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
    ) || exit $?
    ( cd libdbi-drivers-*
      %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
    ) || exit $?
    rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
    rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/libdbi
    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
        %{l_files_std} \
        '%doc %{l_prefix}/share/libdbi/*.pdf'

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

@


1.18
log
@bump years in copyright messages
@
text
@d81 1
a81 1
        url       = http://prdownloads.sourceforge.net/libdbi/
d86 1
a86 1
        url       = http://prdownloads.sourceforge.net/libdbi-drivers/
@


1.17
log
@upgrading package: libdbi 0.8.2 -> 0.8.3
@
text
@d3 1
a3 1
##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
@


1.16
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d25 2
a26 2
%define       V_dbi         0.8.2
%define       V_dbi_drivers 0.8.2-1
d39 1
a39 1
Release:      20080101
d123 1
a152 2
      mv $RPM_BUILD_ROOT%{l_prefix}/share/doc/libdbi-*/*.pdf \
         $RPM_BUILD_ROOT%{l_prefix}/share/libdbi/
a155 2
      mv $RPM_BUILD_ROOT%{l_prefix}/share/doc/libdbi-drivers/*.pdf \
         $RPM_BUILD_ROOT%{l_prefix}/share/libdbi/
d158 1
@


1.15
log
@upgrading package: libdbi 0.8.1 -> 0.8.2
@
text
@d3 1
a3 2
##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
d39 1
a39 1
Release:      20070223
@


1.14
log
@Welcome Year 2007!
@
text
@d26 2
a27 2
%define       V_dbi         0.8.1
%define       V_dbi_drivers 0.8.1a
d40 1
a40 1
Release:      20061014
d158 1
a158 1
      mv $RPM_BUILD_ROOT%{l_prefix}/share/doc/libdbi-drivers-*/*.pdf \
@


1.13
log
@switch from SQLite 2 to SQLite 3 driver
@
text
@d3 2
a4 2
##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
@


1.13.2.1
log
@file libdbi.spec was added on branch OPENPKG_2_STABLE on 2006-10-16 14:51:49 +0000
@
text
@d1 171
@


1.13.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 171
##
##  libdbi.spec -- OpenPKG RPM Package Specification
##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
##
##  Permission to use, copy, modify, and distribute this software for
##  any purpose with or without fee is hereby granted, provided that
##  the above copyright notice and this permission notice appear in all
##  copies.
##
##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
##  SUCH DAMAGE.
##

#   package version
%define       V_dbi         0.8.1
%define       V_dbi_drivers 0.8.1a

#   package information
Name:         libdbi
Summary:      Database Independent (DBI) Abstraction Layer for C
URL:          http://libdbi.sourceforge.net/
Vendor:       David A. Parker
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        EVAL
Group:        Database
License:      LGPL
Version:      %{V_dbi}
Release:      2.20061018

#   package options
%option       with_sqlite  yes
%option       with_mysql   no
%option       with_pgsql   no

#   list of sources
Source0:      http://switch.dl.sourceforge.net/sourceforge/libdbi/libdbi-%{V_dbi}.tar.gz
Source1:      http://switch.dl.sourceforge.net/sourceforge/libdbi-drivers/libdbi-drivers-%{V_dbi_drivers}.tar.gz
Patch0:       libdbi.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 2.20061018
PreReq:       OpenPKG, openpkg >= 2.20061018
%if "%{with_sqlite}" == "yes"
BuildPreReq:  sqlite
PreReq:       sqlite
%endif
%if "%{with_mysql}" == "yes"
BuildPreReq:  mysql, openssl
PreReq:       mysql, openssl
%endif
%if "%{with_pgsql}" == "yes"
BuildPreReq:  postgresql, openssl
PreReq:       postgresql, openssl
%endif
AutoReq:      no
AutoReqProv:  no

%description
    libdbi implements a database-independent abstraction layer in C,
    similar to the DBI/DBD layer in Perl. Writing one generic set of
    code, programmers can leverage the power of multiple databases and
    multiple simultaneous database connections by using this framework.
    Currently the SQLite, MySQL, and PostgreSQL RDBMS are supported.

%track
    prog libdbi = {
        version   = %{V_dbi}
        url       = http://prdownloads.sourceforge.net/libdbi/
        regex     = libdbi-(__VER__)\.tar\.gz
    }
    prog libdbi:drivers = {
        version   = %{V_dbi_drivers}
        url       = http://prdownloads.sourceforge.net/libdbi-drivers/
        regex     = libdbi-drivers-(__VER__)\.tar\.gz
    }

%prep
    %setup -q -c
    %setup -q -D -T -a 1
    %patch -p0

%build
    ( cd libdbi-[0-9]*
      CC="%{l_cc}" \
      CFLAGS="%{l_cflags -O}" \
      CPPFLAGS="%{l_cppflags}" \
      LDFLAGS="%{l_ldflags}" \
      ./configure \
          --prefix=%{l_prefix} \
          --disable-shared
      %{l_make} %{l_mflags -O}
    ) || exit $?
    ( cd libdbi-drivers-*
      LIBS=""
%if "%{with_mysql}" == "yes"
      LIBS="$LIBS -lssl -lcrypto -lm"
%endif
%if "%{with_pgsql}" == "yes"
      LIBS="$LIBS -lssl -lcrypto -lcrypt"
%endif
      LIBS="$LIBS `pwd`/../libdbi-%{V_dbi}/src/.libs/libdbi.a"
      CC="%{l_cc}" \
      CFLAGS="%{l_cflags -O}" \
      CPPFLAGS="%{l_cppflags}" \
      LDFLAGS="%{l_ldflags}" \
      LIBS="$LIBS" \
      ./configure \
          --prefix=%{l_prefix} \
          --with-dbi-incdir=`pwd`/../libdbi-%{V_dbi}/include \
%if "%{with_sqlite}" == "yes"
          --with-sqlite3 \
          --with-sqlite3-dir=%{l_prefix} \
          --with-sqlite3-incdir=%{l_prefix}/include \
          --with-sqlite3-libdir=%{l_prefix}/lib \
%endif
%if "%{with_mysql}" == "yes"
          --with-mysql \
          --with-mysql-dir=%{l_prefix} \
          --with-mysql-incdir=%{l_prefix}/include \
          --with-mysql-libdir=%{l_prefix}/lib/mysql \
%endif
%if "%{with_pgsql}" == "yes"
          --with-pgsql \
          --with-pgsql-dir=%{l_prefix} \
          --with-pgsql-incdir=%{l_prefix}/include/postgresql \
          --with-pgsql-libdir=%{l_prefix}/lib \
%endif
          --disable-static \
          --enable-shared
      %{l_make} %{l_mflags -O}
    ) || exit $?

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/share/libdbi
    ( cd libdbi-[0-9]*
      %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
      mv $RPM_BUILD_ROOT%{l_prefix}/share/doc/libdbi-*/*.pdf \
         $RPM_BUILD_ROOT%{l_prefix}/share/libdbi/
    ) || exit $?
    ( cd libdbi-drivers-*
      %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
      mv $RPM_BUILD_ROOT%{l_prefix}/share/doc/libdbi-drivers-*/*.pdf \
         $RPM_BUILD_ROOT%{l_prefix}/share/libdbi/
    ) || exit $?
    rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
        %{l_files_std} \
        '%doc %{l_prefix}/share/libdbi/*.pdf'

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

@


1.12
log
@new world order for "Packager" and "Distribution" headers
@
text
@d40 1
a40 1
Release:      20061013
d125 4
a128 4
          --with-sqlite \
          --with-sqlite-dir=%{l_prefix} \
          --with-sqlite-incdir=%{l_prefix}/include \
          --with-sqlite-libdir=%{l_prefix}/lib \
@


1.11
log
@SourceForge switched their URLs again and the canonical osdn.dl.sf.net no longer is available, hence switch to switch.dl.sf.net, one of the longest available and hopefully still long available mirrors
@
text
@d34 2
a35 2
Packager:     OpenPKG
Distribution: OpenPKG
d40 1
a40 1
Release:      20060524
@


1.10
log
@adjust copyrights for new year 2006
@
text
@d40 1
a40 1
Release:      20051027
d48 2
a49 2
Source0:      http://osdn.dl.sourceforge.net/sourceforge/libdbi/libdbi-%{V_dbi}.tar.gz
Source1:      http://osdn.dl.sourceforge.net/sourceforge/libdbi-drivers/libdbi-drivers-%{V_dbi_drivers}.tar.gz
@


1.9
log
@modifying package: libdbi-0.8.1 20051011 -> 20051027
@
text
@d3 2
a4 2
##  Copyright (c) 2000-2005 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2005 Ralf S. Engelschall <http://engelschall.com/>
@


1.8
log
@remove CFLAGS fiddling to allow it building
@
text
@d27 1
a27 1
%define       V_dbi_drivers 0.8.1
d40 1
a40 1
Release:      20051011
d97 1
a97 1
    ( cd libdbi-%{V_dbi}
d107 1
a107 1
    ( cd libdbi-drivers-%{V_dbi_drivers}
d151 1
a151 1
    ( cd libdbi-%{V_dbi}
d156 1
a156 1
    ( cd libdbi-drivers-%{V_dbi_drivers}
@


1.7
log
@upgrading package: libdbi 0.8.0 -> 0.8.1
@
text
@d40 1
a40 1
Release:      20050929
d50 1
d94 1
@


1.6
log
@modifying package: libdbi-0.8.0 20050830 -> 20050922
@
text
@d26 1
a26 1
%define       V_dbi         0.8.0
d40 1
a40 1
Release:      20050922
@


1.5
log
@upgrading package: libdbi 0.7.2 -> 0.8.0
@
text
@d27 1
a27 1
%define       V_dbi_drivers 0.8.0
d40 1
a40 1
Release:      20050830
@


1.4
log
@Adjust the copyright declaration in this (RSE's) copy of the OpenPKG
source code now that the fork point for C&W was established (CVS tag
OPENPKG_CW_FP), the shared copyright agreement between RSE and C&W is
no longer active (as C&W no longer officially sponsors OpenPKG) and the
new shared copyright from RSE can be taken over by the newly established
juristic entity OpenPKG Foundation e.V. (instead of the non-juristic
entity OpenPKG Project).
@
text
@d26 2
a27 2
%define       V_dbi         0.7.2
%define       V_dbi_drivers 0.7.1
d40 1
a40 1
Release:      20041227
@


1.3
log
@Happy New Year 2005
@
text
@d2 3
a4 4
##  libdbi.spec -- OpenPKG RPM Specification
##  Copyright (c) 2000-2005 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2005 Ralf S. Engelschall <rse@@engelschall.com>
##  Copyright (c) 2000-2005 Cable & Wireless <http://www.cw.com/>
d34 1
a34 1
Packager:     The OpenPKG Project
@


1.2
log
@fix run-time by linking in the framework library
@
text
@d3 3
a5 3
##  Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2004 Ralf S. Engelschall <rse@@engelschall.com>
##  Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
@


1.1
log
@new package: libdbi 0.7.2 (Database Independent (DBI) Abstraction Layer for C)
@
text
@d114 1
@

