Accepting request 485001 from home:jengelh:branches:server:mail
- Ensure description is neutral / contains no redundant pieces. Replace unnecessary %__-type macro indirections. OBS-URL: https://build.opensuse.org/request/show/485001 OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=3
This commit is contained in:
parent
164e25203d
commit
29350a64ea
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 18:48:46 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Ensure description is neutral. Replace unnecessary
|
||||
%__-type macro indirections.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 16:08:17 UTC 2017 - asn@cryptomilk.org
|
||||
|
||||
|
12
rspamd.spec
12
rspamd.spec
@ -35,7 +35,7 @@ Name: rspamd
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Fast, free and open-source spam filtering system
|
||||
Summary: Spam filtering system
|
||||
Url: https://rspamd.com/
|
||||
Group: Productivity/Networking/Email/Utilities
|
||||
Source: https://rspamd.com/downloads/rspamd-%{version}.tar.xz
|
||||
@ -69,13 +69,13 @@ BuildRequires: pkgconfig(systemd)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Rspamd is an advanced spam filtering system that allows evaluation of messages
|
||||
Rspamd is a spam filtering system that allows evaluation of messages
|
||||
by a number of rules including regular expressions, statistical analysis and
|
||||
custom services such as URL black lists. Each message is analysed by rspamd and
|
||||
given a `spam score`.
|
||||
given a "spam score".
|
||||
|
||||
According to this spam score and the user's settings rspamd recommends an
|
||||
action for the MTA to apply to the message- for example to pass, reject or add
|
||||
According to this spam score and the user's settings, rspamd recommends an
|
||||
action for the MTA to apply to the message, for example to pass, reject or add
|
||||
a header. Rspamd is designed to process hundreds of messages per second
|
||||
simultaneously and has a number of features available.
|
||||
|
||||
@ -146,7 +146,7 @@ mkdir -p \
|
||||
%{buildroot}%{_localstatedir}/run/rspamd \
|
||||
%{buildroot}%{_localstatedir}/log/rspamd
|
||||
%if %{with systemd}
|
||||
%{__ln_s} -f %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
%endif
|
||||
ln -s rspamd/librspamd-actrie.so %{buildroot}%{_libdir}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user