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