]> git.pld-linux.org Git - packages/dspam.git/blame - dspam.spec
- update todo
[packages/dspam.git] / dspam.spec
CommitLineData
526e9159 1#
229005d4 2# TODO:
db5b0be0 3# - support for libdclassify
526e9159 4# - oracle driver
f357940a
ER
5# - messages from default install of cron with mysql driver
6# 3197: [10/25/2005 05:02:01] dlopen() failed: /usr/lib/libhash_drv.so: /usr/lib/libhash_drv.so: cannot open shared object file: No such file or directory
7# Memory fault
c66382e4
PS
8#
9# Conditional build:
f8aabeb4
JB
10%bcond_without mysql # disable MySQL storage driver
11%bcond_without pgsql # disable PostgreSQL storage driver
12%bcond_without sqlite # disable SQLite3 storage driver
13%bcond_without db # disable BerkeleyDB storage driver
14%bcond_without daemon # disable daemon mode
15#
782a8c09 16Summary: A library and Mail Delivery Agent for Bayesian spam filtering
be22be94 17Summary(pl): Biblioteka i MDA do bayesowskiego filtrowania spamu
782a8c09 18Name: dspam
6d570cb9 19Version: 3.6.0
db5b0be0 20Release: 0.3
782a8c09
AM
21License: GPL
22Group: Applications/Mail
23Source0: http://www.nuclearelephant.com/projects/dspam/sources/%{name}-%{version}.tar.gz
6d570cb9 24# Source0-md5: d9ee63a8cf67ea933d711b00851ce916
6d23db82 25Source1: %{name}.init
782a8c09 26URL: http://www.nuclearelephant.com/projects/dspam/
6d23db82
AM
27BuildRequires: autoconf
28BuildRequires: automake
29BuildRequires: libtool
db5b0be0 30BuildRequires: clamav-devel
db5b0be0 31%{?with_db:BuildRequires: db-devel}
526e9159 32%{?with_mysql:BuildRequires: mysql-devel}
f8aabeb4 33BuildRequires: openldap-devel
526e9159 34%{?with_pgsql:BuildRequires: postgresql-devel}
f8aabeb4 35BuildRequires: sed >= 4.0
526e9159 36%{?with_sqlite:BuildRequires: sqlite3-devel}
db5b0be0 37BuildRequires: zlib-devel
782a8c09
AM
38Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41DSPAM (as in De-Spam) is an open-source project to create a new kind
42of anti-spam mechanism, and is currently effective as both a
43server-side agent for UNIX email servers and a developer's library for
44mail clients, other anti-spam tools, and similar projects requiring
45drop-in spam filtering.
46
47The DSPAM agent masquerades as the email server's local delivery agent
48and filters/learns spams using an advanced Bayesian statistical
be22be94 49approach (based on Bayes's theorem of combined probabilities) which
782a8c09
AM
50provides an administratively maintenance-free, easy-learning Anti-Spam
51service custom tailored to each individual user's behavior. Advanced
52because on top of standard Bayesian filtering is also incorporated the
53use of Chained Tokens, de-obfuscation, and other enhancements. DSPAM
54works great with Sendmail and Exim, and should work well with any
55other MTA that supports an external local delivery agent (postfix,
56qmail, etc.)
57
be22be94
JB
58%description -l pl
59