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:
Andreas Schneider 2017-04-04 09:50:16 +00:00 committed by Git OBS Bridge
parent 164e25203d
commit 29350a64ea
2 changed files with 12 additions and 6 deletions

View File

@ -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 Fri Mar 17 16:08:17 UTC 2017 - asn@cryptomilk.org

View File

@ -35,7 +35,7 @@ Name: rspamd
Version: 1.5.3 Version: 1.5.3
Release: 0 Release: 0
License: Apache-2.0 License: Apache-2.0
Summary: Fast, free and open-source spam filtering system Summary: Spam filtering system
Url: https://rspamd.com/ Url: https://rspamd.com/
Group: Productivity/Networking/Email/Utilities Group: Productivity/Networking/Email/Utilities
Source: https://rspamd.com/downloads/rspamd-%{version}.tar.xz Source: https://rspamd.com/downloads/rspamd-%{version}.tar.xz
@ -69,13 +69,13 @@ BuildRequires: pkgconfig(systemd)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %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 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 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 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 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 a header. Rspamd is designed to process hundreds of messages per second
simultaneously and has a number of features available. simultaneously and has a number of features available.
@ -146,7 +146,7 @@ mkdir -p \
%{buildroot}%{_localstatedir}/run/rspamd \ %{buildroot}%{_localstatedir}/run/rspamd \
%{buildroot}%{_localstatedir}/log/rspamd %{buildroot}%{_localstatedir}/log/rspamd
%if %{with systemd} %if %{with systemd}
%{__ln_s} -f %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%endif %endif
ln -s rspamd/librspamd-actrie.so %{buildroot}%{_libdir} ln -s rspamd/librspamd-actrie.so %{buildroot}%{_libdir}