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: 08-Jan-2007 19:18:40
Branch: HEAD Handle: 2007010818184000
Modified files:
openpkg-src/dspam dspam.spec
Log:
switch from SQLite version 2 to version 3
Summary:
Revision Changes Path
1.51 +4 -4 openpkg-src/dspam/dspam.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dspam/dspam.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 dspam.spec
--- openpkg-src/dspam/dspam.spec 1 Jan 2007 17:37:35 -0000 1.50
+++ openpkg-src/dspam/dspam.spec 8 Jan 2007 18:18:40 -0000 1.51
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 3.6.8
-Release: 20061027
+Release: 20070108
# list of sources
Source0:
http://dspam.nuclearelephant.com/sources/dspam-%{version}.tar.gz
@@ -43,8 +43,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: sqlite, sqlite::with_v2 = yes
-PreReq: sqlite, sqlite::with_v2 = yes
+BuildPreReq: sqlite
+PreReq: sqlite
AutoReq: no
AutoReqProv: no
@@ -88,7 +88,7 @@
--with-dspam-owner="`%{l_shtool} echo -e %u`" \
--with-dspam-group="`%{l_shtool} echo -e %g`" \
--with-logdir=%{l_prefix}/var/dspam \
- --with-storage-driver="sqlite_drv" \
+ --with-storage-driver="sqlite3_drv" \
--with-sqlite-includes=%{l_prefix}/include \
--with-sqlite-libraries=%{l_prefix}/lib \
--disable-homedir \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]