File amavisd-milter.spec of Package amavisd-milter
#
# spec file for package
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%if 0%{?suse_version} < 1130
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%endif
Name: amavisd-milter
Version: 1.6.0
Release: 0
License: BSD-3-Clause
Summary: An amavis-milter replacement using AM.PDP
Url: http://amavisd-milter.sourceforge.net/
Group: Productivity/Networking/Security
Source: %{name}-%{version}.tar.xz
BuildRequires: xz
BuildRequires: sendmail-devel
%description
The amavisd-milter is a sendmail milter (mail filter) for amavisd-new
2.2.0 and above and sendmail 8.13.0 and above.
Instead of older amavis-milter helper program, full amavisd-new function-
ality is available, including adding spam and virus information header
fields, modifying Subject, adding address extensions and removing certain
recipients from delivery while delivering the same message to the rest.
For more informations you can visit amavisd-milter website:
http://amavisd-milter.sourceforge.net/
and SourceForge project:
http://sourceforge.net/projects/amavisd-milter
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root)
%{_sbindir}/amavisd-milter
%{_mandir}/man8/amavisd-milter*
%changelog