]> git.pld-linux.org Git - packages/dspam.git/blame - dspam.spec
- sed to place driver to config for -driver- packages
[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
6d570cb9 18Version: 3.6.0
f0445c01 19Release: 0.5
782a8c09
AM
20License: GPL
21Group: Applications/Mail
22Source0: http://www.nuclearelephant.com/projects/dspam/sources/%{name}-%{version}.tar.gz
6d570cb9 23# Source0-md5: d9ee63a8cf67ea933d711b00851ce916
6d23db82 24Source1: %{name}.init
782a8c09 25URL: http://www.nuclearelephant.com/projects/dspam/
6d23db82
AM
26BuildRequires: autoconf
27BuildRequires: automake
28BuildRequires: libtool
db5b0be0 29BuildRequires: clamav-devel
db5b0be0 30%{?with_db:BuildRequires: db-devel}
526e9159 31%{?with_mysql:BuildRequires: mysql-devel}
f8aabeb4 32BuildRequires: openldap-devel
526e9159 33%{?with_pgsql:BuildRequires: postgresql-devel}
f8aabeb4 34BuildRequires: sed >= 4.0
526e9159 35%{?with_sqlite:BuildRequires: sqlite3-devel}
db5b0be0 36BuildRequires: zlib-devel
782a8c09
AM
37Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40DSPAM (as in De-Spam) is an open-source project to create a new kind
41of anti-spam mechanism, and is currently effective as both a
42server-side agent for UNIX email servers and a developer's library for
43mail clients, other anti-spam tools, and similar projects requiring
44drop-in spam filtering.
45
46The DSPAM agent masquerades as the email server's local delivery agent
47and filters/learns spams using an advanced Bayesian statistical
be22be94 48approach (based on Bayes's theorem of combined probabilities) which
782a8c09
AM
49provides an administratively maintenance-free, easy-learning Anti-Spam
50service custom tailored to each individual user's behavior. Advanced
51because on top of standard Bayesian filtering is also incorporated the
52use of Chained Tokens, de-obfuscation, and other enhancements. DSPAM
53works great with Sendmail and Exim, and should work well with any
54other MTA that supports an external local delivery agent (postfix,
55qmail, etc.)
56
be22be94
JB
57%description -l pl
58