]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- use debug instead of verbose,
authorTomasz Pala <gotar@pld-linux.org>
Tue, 11 Oct 2005 14:40:35 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated switches.

Changed files:
    dspam.spec -> 1.39

dspam.spec

index e10763efbb8d5ca50db82d312ba01e1fe3e47029..5ec7a0fd299c38421a45409ce7cc23a04c03fb3b 100644 (file)
@@ -17,7 +17,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
@@ -178,14 +177,11 @@ sed -i -e 's#\-static##g' src/Makefile* src/*/Makefile*
 %{__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 \
@@ -195,6 +191,7 @@ sed -i -e 's#\-static##g' src/Makefile* src/*/Makefile*
        --with-signature-life=14 \
        --disable-dependency-tracking \
 %if %{with mysql}
+       --enable-neural-networking \
        --enable-daemon \
        --enable-virtual-users \
        --with-storage-driver=mysql_drv \
@@ -202,6 +199,7 @@ sed -i -e 's#\-static##g' src/Makefile* src/*/Makefile*
        --with-mysql-libraries=%{_libdir}
 %endif
 %if %{with pgsql}
+       --enable-neural-networking \
        --enable-daemon \
        --enable-virtual-users \
        --with-storage-driver=pgsql_drv \
This page took 0.073678 seconds and 4 git commands to generate.