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 18:01:37
Branch: HEAD Handle: 2007010817013600
Modified files:
openpkg-src/bacula bacula.spec
Log:
switch from SQLite 2 to SQLite 3
Summary:
Revision Changes Path
1.39 +4 -4 openpkg-src/bacula/bacula.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bacula/bacula.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 bacula.spec
--- openpkg-src/bacula/bacula.spec 4 Jan 2007 16:47:59 -0000 1.38
+++ openpkg-src/bacula/bacula.spec 8 Jan 2007 17:01:36 -0000 1.39
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 2.0.0
-Release: 20070104
+Release: 20070108
# package options
%option with_server yes
@@ -74,8 +74,8 @@
PreReq: tcpwrappers
%endif
%if "%{with_db_sqlite}" == "yes"
-BuildPreReq: sqlite, sqlite::with_v2 = yes
-PreReq: sqlite, sqlite::with_v2 = yes
+BuildPreReq: sqlite
+PreReq: sqlite
%endif
%if "%{with_db_mysql}" == "yes"
BuildPreReq: mysql
@@ -172,7 +172,7 @@
--with-tcp-wrappers=yes \
%endif
%if "%{with_db_sqlite}" == "yes"
- --with-sqlite=%{l_prefix} \
+ --with-sqlite3=%{l_prefix} \
%endif
%if "%{with_db_mysql}" == "yes"
--with-mysql=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]