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:
parent
567a0036f3
commit
3dd5caa860
@ -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>
|
Wed Nov 16 10:28:49 UTC 2022 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mail-SpamAssassin-Plugin-dqs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Mail-SpamAssassin-Plugin-dqs
|
Name: perl-Mail-SpamAssassin-Plugin-dqs
|
||||||
Version: 1.2.2
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SpamAssassin plugin for Spamhaus Data Query Service (DQS)
|
Summary: SpamAssassin plugin for Spamhaus Data Query Service (DQS)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
URL: https://github.com/spamhaus/spamassassin-dqs/tags
|
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
|
Source1: README-SUSE.md
|
||||||
BuildRequires: spamassassin >= 3.4.1
|
BuildRequires: spamassassin >= 4.0.0
|
||||||
Requires: spamassassin >= 3.4.1
|
Requires: spamassassin >= 4.0.0
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,25 +45,27 @@ registration procedure for a free DQS key is mandatory nevertheless.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n spamassassin-dqs-%{version}
|
%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} .
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%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}
|
mkdir -p %{buildroot}/%{_bindir}
|
||||||
install -m 0755 hbltest.sh %{buildroot}%{_bindir}/hbltest.sh
|
install -m 0755 "3.4.1+/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 "3.4.1+/sh.pre" "%{buildroot}%{_sysconfdir}/mail/spamassassin/sh.pre"
|
||||||
install -D -p -m 0644 $FILE %{buildroot}%{_sysconfdir}/mail/spamassassin/$FILE
|
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
|
done
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# setup config files
|
# setup config files
|
||||||
mkdir tests
|
mkdir tests
|
||||||
cp %{_sysconfdir}/mail/spamassassin/* tests/
|
cp %{_sysconfdir}/mail/spamassassin/* tests/
|
||||||
for FILE in sh.pre sh.cf sh_scores.cf ; do
|
cp "3.4.1+/sh.pre" tests/
|
||||||
cp $FILE tests/
|
for FILE in sh.cf sh_scores.cf ; do
|
||||||
|
cp "4.0.0+/$FILE" tests/
|
||||||
done
|
done
|
||||||
sed -e 's|%{perl_vendorlib}|%{buildroot}%{perl_vendorlib}|' -i tests/sh.pre
|
sed -e 's|%{perl_vendorlib}|%{buildroot}%{perl_vendorlib}|' -i tests/sh.pre
|
||||||
# execute the tests
|
# execute the tests
|
||||||
|
3
spamassassin-dqs-1.4.0.tar.gz
Normal file
3
spamassassin-dqs-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a0e912d0eb4e24f3f07657e12d8fdd9785e1a36951deb19ddae3a020c2e0312
|
||||||
|
size 25532
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:209b33877122965ae2323884270a3d2f24b6838fabbeb87db150f4a132f6f561
|
|
||||||
size 22304
|
|
Loading…
Reference in New Issue
Block a user