Update to 1.20200726
This commit is contained in:
parent
67b7628c25
commit
457e7c083c
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ Mail-DKIM-0.37.tar.gz
|
||||
/Mail-DKIM-0.58.tar.gz
|
||||
/Mail-DKIM-1.20200513.1.tar.gz
|
||||
/Mail-DKIM-1.20200708.tar.gz
|
||||
/Mail-DKIM-1.20200724.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Mail-DKIM
|
||||
Version: 1.20200708
|
||||
Version: 1.20200724
|
||||
Release: 1%{?dist}
|
||||
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
||||
License: GPL+ or Artistic
|
||||
@ -43,12 +43,12 @@ Mail::SpamAssassin::Plugin::DKIM plugin.
|
||||
# Make the example scripts non-executable
|
||||
chmod -x scripts/*.pl
|
||||
# Use the real path in the shebang
|
||||
perl -pi -e 's|^#!/usr/bin/env perl|#!/usr/bin/perl|' scripts/arcverify.pl
|
||||
/usr/bin/perl -pi -e 's|^#!/usr/bin/env perl|#!/usr/bin/perl|' scripts/arcverify.pl
|
||||
# Remove dos-type line endings
|
||||
perl -pi -e 's/\r//' doc/qp1.txt
|
||||
/usr/bin/perl -pi -e 's/\r//' doc/qp1.txt
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
|
||||
@ -66,6 +66,9 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 26 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 1.20200726-1
|
||||
- Update to 1.20200726
|
||||
|
||||
* Sun Jul 12 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 1.20200708-1
|
||||
- Update to 1.20200708
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Mail-DKIM-1.20200708.tar.gz) = d9145bd11c206ee885ca378c3b65b1caf4da3f62b95b87c5c0666c69301c277bda0aa1faf31cdd61cd29504bff78c1f2b62ebae039a998a6da9dfa39667b2fc8
|
||||
SHA512 (Mail-DKIM-1.20200724.tar.gz) = 4d6f96ada894f3f1886b7d7e20c10a415ed04878847dd0dde752f9da532a76d95a81b3debbf5104459347f3081e655ffb56bc16392cf729f988e499b7d1e21ad
|
||||
|
Loading…
Reference in New Issue
Block a user