SPECS: dspam.spec - use debug instead of verbose, - updated switches.

gotar gotar at pld-linux.org
Tue Oct 11 16:40:43 CEST 2005


Author: gotar                        Date: Tue Oct 11 14:40:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use debug instead of verbose,
- updated switches.

---- Files affected:
SPECS:
   dspam.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/dspam.spec
diff -u SPECS/dspam.spec:1.38 SPECS/dspam.spec:1.39
--- SPECS/dspam.spec:1.38	Sat Aug 27 22:28:06 2005
+++ SPECS/dspam.spec	Tue Oct 11 16:40:35 2005
@@ -18,7 +18,6 @@
 %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
@@ -179,14 +178,11 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	%{?with_verbose: --enable-debug --enable-verbose-debug} \
+	%{?debug: --enable-debug --enable-bnr-debug --enable-verbose-debug} \
 	--enable-trusted-user-security \
-	--enable-bayesian-dobly \
-	--enable-chained-tokens \
-	--enable-experimental \
+	--enable-chi-square \
 	--enable-bias \
 	--enable-large-scale \
-	--enable-delivery-to-stdout \
 	--with-userdir=/var/lib/%{name} \
 	--with-dspam-home=/var/lib/%{name} \
 	--with-userdir-owner=none \
@@ -196,6 +192,7 @@
 	--with-signature-life=14 \
 	--disable-dependency-tracking \
 %if %{with mysql}
+	--enable-neural-networking \
 	--enable-daemon \
 	--enable-virtual-users \
 	--with-storage-driver=mysql_drv \
@@ -203,6 +200,7 @@
 	--with-mysql-libraries=%{_libdir}
 %endif
 %if %{with pgsql}
+	--enable-neural-networking \
 	--enable-daemon \
 	--enable-virtual-users \
 	--with-storage-driver=pgsql_drv \
@@ -370,6 +368,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2005/10/11 14:40:35  gotar
+- use debug instead of verbose,
+- updated switches.
+
 Revision 1.38  2005/08/27 20:28:06  arekm
 - add verbose bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dspam.spec?r1=1.38&r2=1.39&f=u




More information about the pld-cvs-commit mailing list