update to 1.20200907 [release 1.20200907-1mamba;Thu Oct 28 2021]
This commit is contained in:
parent
33683940d5
commit
4931a64b7e
@ -1,4 +1,4 @@
|
|||||||
# perl-Mail-DKIM
|
# perl-Mail-DKIM
|
||||||
|
|
||||||
Signs/verifies Internet mail with DKIM/DomainKey signatures.
|
Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures.
|
||||||
|
|
||||||
|
@ -1,27 +1,29 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Mail-DKIM
|
Name: perl-Mail-DKIM
|
||||||
Version: 0.40
|
Version: 1.20200907
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures
|
Summary: Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://metacpan.org/pod/Mail::DKIM
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/J/JA/JASLONG/Mail-DKIM-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-Crypt-OpenSSL-RSA
|
BuildRequires: perl-Crypt-OpenSSL-RSA
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-Mail-AuthenticationResults
|
||||||
BuildRequires: perl-Mail-Tools
|
BuildRequires: perl-Mail-Tools
|
||||||
BuildRequires: perl-Net-DNS
|
BuildRequires: perl-Net-DNS
|
||||||
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: perl-Net-DNS-Resolver-Mock
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Signs/verifies Internet mail with DKIM/DomainKey signatures.
|
Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Mail-DKIM-%{version}
|
%setup -q -n Mail-DKIM-%{version}
|
||||||
@ -52,6 +54,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20200907-1mamba
|
||||||
|
- update to 1.20200907
|
||||||
|
|
||||||
* Thu Feb 21 2013 Automatic Build System <autodist@mambasoft.it> 0.40-1mamba
|
* Thu Feb 21 2013 Automatic Build System <autodist@mambasoft.it> 0.40-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user