]> git.pld-linux.org Git - packages/dspam.git/blame - dspam.spec
- up
[packages/dspam.git] / dspam.spec
CommitLineData
526e9159 1#
229005d4 2# TODO:
db5b0be0 3# - support for libdclassify
526e9159 4# - oracle driver
f357940a 5# - messages from default install of cron with mysql driver
f357940a 6# Memory fault
c66382e4
PS
7#
8# Conditional build:
f8aabeb4
JB
9%bcond_without mysql # disable MySQL storage driver
10%bcond_without pgsql # disable PostgreSQL storage driver
11%bcond_without sqlite # disable SQLite3 storage driver
12%bcond_without db # disable BerkeleyDB storage driver
13%bcond_without daemon # disable daemon mode
14#
782a8c09 15Summary: A library and Mail Delivery Agent for Bayesian spam filtering
be22be94 16Summary(pl): Biblioteka i MDA do bayesowskiego filtrowania spamu
782a8c09 17Name: dspam
12e3b69e 18Version: 3.6.3
68856c9b 19Release: 0.2
782a8c09
AM
20License: GPL
21Group: Applications/Mail
22Source0: http://www.nuclearelephant.com/projects/dspam/sources/%{name}-%{version}.tar.gz
12e3b69e 23# Source0-md5: db1aedb9677e6bf5c7a47a72d4f130e5
6d23db82 24Source1: %{name}.init
68856c9b 25Patch0: %{name}-mysql-runtime.patch
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