SPECS: dspam.spec - add verbose bcond
arekm
arekm at pld-linux.org
Sat Aug 27 22:28:11 CEST 2005
Author: arekm Date: Sat Aug 27 20:28:11 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add verbose bcond
---- Files affected:
SPECS:
dspam.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/dspam.spec
diff -u SPECS/dspam.spec:1.37 SPECS/dspam.spec:1.38
--- SPECS/dspam.spec:1.37 Wed Aug 10 15:48:34 2005
+++ SPECS/dspam.spec Sat Aug 27 22:28:06 2005
@@ -18,6 +18,7 @@
%bcond_with pgsql # enable PostgreSQL storage driver (disable sqlite/mysql driver)
%bcond_with sqlite # enable SQLite3 storage driver
%bcond_with daemon
+%bcond_with verbose
%if %{with mysql} && %{with pgsql}
%undefine with_pgsql
@@ -178,6 +179,7 @@
%{__autoconf}
%{__automake}
%configure \
+ %{?with_verbose: --enable-debug --enable-verbose-debug} \
--enable-trusted-user-security \
--enable-bayesian-dobly \
--enable-chained-tokens \
@@ -368,6 +370,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2005/08/27 20:28:06 arekm
+- add verbose bcond
+
Revision 1.37 2005/08/10 13:48:34 glen
- make it possible to have all db backend bconds on at same time (for future)
- fixes to make vim syntax work properly
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dspam.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list