import perl-Mail-DKIM-0.54-1.el8
This commit is contained in:
commit
baab1300ce
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/Mail-DKIM-0.54.tar.gz
|
1
.perl-Mail-DKIM.metadata
Normal file
1
.perl-Mail-DKIM.metadata
Normal file
@ -0,0 +1 @@
|
||||
c9200ab75cb670e5da942272e98b9c9ab1e81513 SOURCES/Mail-DKIM-0.54.tar.gz
|
193
SPECS/perl-Mail-DKIM.spec
Normal file
193
SPECS/perl-Mail-DKIM.spec
Normal file
@ -0,0 +1,193 @@
|
||||
Name: perl-Mail-DKIM
|
||||
Version: 0.54
|
||||
Release: 1%{?dist}
|
||||
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
||||
License: GPL+ or Artistic
|
||||
URL: http://dkimproxy.sourceforge.net/
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Crypt::OpenSSL::RSA) >= 0.24
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Mail::Address)
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
BuildRequires: perl(Net::DNS)
|
||||
BuildRequires: perl(Net::DNS::Resolver::Mock)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Simple)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(YAML::XS)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
This module implements the various components of the DKIM and DomainKeys
|
||||
message-signing and verifying standards for Internet mail. It currently
|
||||
tries to implement RFC4871 (for DKIM) and RFC4870 (DomainKeys).
|
||||
|
||||
It is required if you wish to enable DKIM checking in SpamAssassin via the
|
||||
Mail::SpamAssassin::Plugin::DKIM plugin.
|
||||
|
||||
%prep
|
||||
%setup -q -n Mail-DKIM-%{version}
|
||||
# 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|#!%{__perl}|' scripts/arcverify.pl
|
||||
# Remove dos-type line endings
|
||||
perl -pi -e 's/\r//' doc/qp1.txt
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
# Conditionally disable tests that require DNS lookups
|
||||
%{?!_with_network_tests: rm t/policy.t t/public_key.t }
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc ChangeLog Changes doc HACKING.DKIM README.md TODO scripts/*.pl
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 21 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 0.54-1
|
||||
- Update to 0.54
|
||||
- Fix shebang path in scripts/arcverify.pl
|
||||
- Fix line endings in doc/qp1.txt
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.53-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.53-2
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Mon Jun 18 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.53-1
|
||||
- 0.53 bump
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.52-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 31 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.52-1
|
||||
- 0.52 bump
|
||||
|
||||
* Wed Jan 10 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.50-1
|
||||
- 0.50 bump
|
||||
|
||||
* Thu Oct 19 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.44-1
|
||||
- 0.44 bump
|
||||
|
||||
* Thu Oct 12 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.43-1
|
||||
- 0.43 bump
|
||||
|
||||
* Fri Aug 11 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.42-1
|
||||
- 0.42 bump
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue Jun 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.41-1
|
||||
- 0.41 bump
|
||||
|
||||
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-11
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.40-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-9
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.40-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-6
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-5
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.40-2
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* Tue May 21 2013 Nick Bebout <nb@fedoraproject.org> - 0.40-1
|
||||
- Update to 0.40
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.39-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Nov 21 2012 Petr Šabata <contyk@redhat.com> - 0.39-7
|
||||
- Add missing build dependencies
|
||||
- Drop command macros
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.39-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 0.39-5
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.39-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.39-3
|
||||
- Perl mass rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.39-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Dec 5 2010 Nick Bebout <nb@fedoraproject.org> - 0.39-1
|
||||
- Update to 0.39 to fix bug # 659003
|
||||
|
||||
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.37-3
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.37-2
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
* Wed Sep 9 2009 Warren Togami <wtogami@redhat.com> - 0.37-1
|
||||
- 0.37
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Jun 10 2009 Kyle VanderBeek <kylev@kylev.com> - 0.33-2
|
||||
- Revise network-driven testing exclusions.
|
||||
|
||||
* Wed Jun 10 2009 Kyle VanderBeek <kylev@kylev.com> - 0.33-1
|
||||
- Update to 0.33
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Mon Jun 23 2008 Kyle VanderBeek <kylev@kylev.com> - 0.32-3
|
||||
- Disable some tests that require network access and fail inside koji
|
||||
|
||||
* Wed Jun 18 2008 Kyle VanderBeek <kylev@kylev.com> - 0.32-2
|
||||
- Make example scripts non-executable to avoid dep detection bloat.
|
||||
|
||||
* Tue Jun 17 2008 Kyle VanderBeek <kylev@kylev.com> - 0.32-1
|
||||
- Initial version.
|
||||
|
Loading…
Reference in New Issue
Block a user