Accepting request 1058271 from home:weberho:qmailtoaster

- spamassassin-dqs version 1.4.0
  * Added support for SA 4.0.0+
  * Updated README.md

OBS-URL: https://build.opensuse.org/request/show/1058271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-SpamAssassin-Plugin-dqs?expand=0&rev=5
This commit is contained in:
Johannes Weberhofer 2023-01-13 16:00:23 +00:00 committed by Git OBS Bridge
parent 567a0036f3
commit 3dd5caa860
4 changed files with 26 additions and 15 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 13 13:35:49 UTC 2023 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- spamassassin-dqs version 1.4.0
* Added support for SA 4.0.0+
- spamassassin-dqs version 1.3.0
* Updated README.md
-------------------------------------------------------------------
Wed Nov 16 10:28:49 UTC 2022 - Johannes Weberhofer <jweberhofer@weberhofer.at>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-SpamAssassin-Plugin-dqs
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,16 @@
Name: perl-Mail-SpamAssassin-Plugin-dqs
Version: 1.2.2
Version: 1.4.0
Release: 0
Summary: SpamAssassin plugin for Spamhaus Data Query Service (DQS)
License: Apache-2.0
Group: Development/Libraries/Perl
URL: https://github.com/spamhaus/spamassassin-dqs/tags
Source0: https://github.com/spamhaus/spamassassin-dqs/archive/refs/tags/v%{version}.tar.gz
Source0: https://github.com/spamhaus/spamassassin-dqs/archive/refs/tags/v%{version}.tar.gz#/spamassassin-dqs-%{version}.tar.gz
Source1: README-SUSE.md
BuildRequires: spamassassin >= 3.4.1
Requires: spamassassin >= 3.4.1
BuildRequires: spamassassin >= 4.0.0
Requires: spamassassin >= 4.0.0
%{perl_requires}
%description
@ -45,25 +45,27 @@ registration procedure for a free DQS key is mandatory nevertheless.
%prep
%setup -q -n spamassassin-dqs-%{version}
sed -e 's|<config_directory>|%{perl_vendorlib}/Mail/SpamAssassin/Plugin|' -i sh.pre
sed -e 's|<config_directory>|%{perl_vendorlib}/Mail/SpamAssassin/Plugin|' -i "3.4.1+/sh.pre"
cp %{SOURCE1} .
%build
%install
install -D -p -m 0644 SH.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/SH.pm
install -D -p -m 0644 "3.4.1+/SH.pm" %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/SH.pm
mkdir -p %{buildroot}/%{_bindir}
install -m 0755 hbltest.sh %{buildroot}%{_bindir}/hbltest.sh
for FILE in sh.pre sh.cf sh_hbl.cf sh_hbl_scores.cf sh_scores.cf ; do
install -D -p -m 0644 $FILE %{buildroot}%{_sysconfdir}/mail/spamassassin/$FILE
install -m 0755 "3.4.1+/hbltest.sh" %{buildroot}%{_bindir}/hbltest.sh
install -D -p -m 0644 "3.4.1+/sh.pre" "%{buildroot}%{_sysconfdir}/mail/spamassassin/sh.pre"
for FILE in sh.cf sh_scores.cf sh_hbl.cf sh_hbl_scores.cf ; do
install -D -p -m 0644 "4.0.0+/$FILE" "%{buildroot}%{_sysconfdir}/mail/spamassassin/$FILE"
done
%check
# setup config files
mkdir tests
cp %{_sysconfdir}/mail/spamassassin/* tests/
for FILE in sh.pre sh.cf sh_scores.cf ; do
cp $FILE tests/
cp "3.4.1+/sh.pre" tests/
for FILE in sh.cf sh_scores.cf ; do
cp "4.0.0+/$FILE" tests/
done
sed -e 's|%{perl_vendorlib}|%{buildroot}%{perl_vendorlib}|' -i tests/sh.pre
# execute the tests

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a0e912d0eb4e24f3f07657e12d8fdd9785e1a36951deb19ddae3a020c2e0312
size 25532

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:209b33877122965ae2323884270a3d2f24b6838fabbeb87db150f4a132f6f561
size 22304