From b3d4b9664dc9ad442b614a4cb35d6e951c985db9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 31 2019 09:45:32 +0000 Subject: import perl-Mail-DKIM-0.39-8.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30ee63e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Mail-DKIM-0.39.tar.gz diff --git a/.perl-Mail-DKIM.metadata b/.perl-Mail-DKIM.metadata new file mode 100644 index 0000000..eec1422 --- /dev/null +++ b/.perl-Mail-DKIM.metadata @@ -0,0 +1 @@ +910966a7dac98fae9d2f73907080ca8bbc6087c5 SOURCES/Mail-DKIM-0.39.tar.gz diff --git a/SPECS/perl-Mail-DKIM.spec b/SPECS/perl-Mail-DKIM.spec new file mode 100644 index 0000000..5849327 --- /dev/null +++ b/SPECS/perl-Mail-DKIM.spec @@ -0,0 +1,118 @@ +Name: perl-Mail-DKIM +Version: 0.39 +Release: 8%{?dist} +Summary: Sign and verify Internet mail with DKIM/DomainKey signatures +Group: Development/Libraries +License: (GPL+ or Artistic) and GPL and Copyright Only +URL: http://dkimproxy.sourceforge.net/ +Source0: http://search.cpan.org/CPAN/authors/id/J/JA/JASLONG/Mail-DKIM-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(Crypt::OpenSSL::RSA) +BuildRequires: perl(Digest::SHA) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Mail::Address) +BuildRequires: perl(MIME::Base64) +BuildRequires: perl(Net::DNS) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Simple) +BuildRequires: perl(warnings) +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 RFC 4871 (for DKIM) and RFC 4870 (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 sample_mime_lite.pl + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + +chmod -R u+w %{buildroot}/* + +%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 HACKING.DKIM README TODO scripts sample_mime_lite.pl +%{perl_vendorlib}/* +%{_mandir}/man3/*.3* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 0.39-8 +- Mass rebuild 2013-12-27 + +* Wed Aug 07 2013 Petr Šabata - 0.39-7.1 +- Add a few more missing build-time deps +- Correct the licence tag +- Modernize the spec a bit +- Package the example scripts in their directory + +* Wed Nov 21 2012 Petr Šabata - 0.39-7 +- Add missing build dependencies +- Drop command macros + +* Fri Jul 20 2012 Fedora Release Engineering - 0.39-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jun 15 2012 Petr Pisar - 0.39-5 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.39-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jul 19 2011 Petr Sabata - 0.39-3 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.39-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Dec 5 2010 Nick Bebout - 0.39-1 +- Update to 0.39 to fix bug # 659003 + +* Mon May 03 2010 Marcela Maslanova - 0.37-3 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 0.37-2 +- rebuild against perl 5.10.1 + +* Wed Sep 9 2009 Warren Togami - 0.37-1 +- 0.37 + +* Sun Jul 26 2009 Fedora Release Engineering - 0.33-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jun 10 2009 Kyle VanderBeek - 0.33-2 +- Revise network-driven testing exclusions. + +* Wed Jun 10 2009 Kyle VanderBeek - 0.33-1 +- Update to 0.33 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.32-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jun 23 2008 Kyle VanderBeek - 0.32-3 +- Disable some tests that require network access and fail inside koji + +* Wed Jun 18 2008 Kyle VanderBeek - 0.32-2 +- Make example scripts non-executable to avoid dep detection bloat. + +* Tue Jun 17 2008 Kyle VanderBeek - 0.32-1 +- Initial version. +