0.53 bump
This commit is contained in:
parent
9e0818926c
commit
e3aa786b93
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ Mail-DKIM-0.37.tar.gz
|
||||
/Mail-DKIM-0.44.tar.gz
|
||||
/Mail-DKIM-0.50.tar.gz
|
||||
/Mail-DKIM-0.52.tar.gz
|
||||
/Mail-DKIM-0.53.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Mail-DKIM
|
||||
Version: 0.52
|
||||
Release: 2%{?dist}
|
||||
Version: 0.53
|
||||
Release: 1%{?dist}
|
||||
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -8,16 +8,15 @@ 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: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Crypt::OpenSSL::RSA)
|
||||
BuildRequires: perl(Crypt::OpenSSL::RSA) >= 0.24
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Mail::Address)
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
@ -28,7 +27,7 @@ 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))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
This module implements the various components of the DKIM and DomainKeys
|
||||
@ -44,15 +43,13 @@ Mail::SpamAssassin::Plugin::DKIM plugin.
|
||||
chmod -x scripts/*.pl
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
# Conditionally disable tests that require DNS lookups
|
||||
@ -60,12 +57,14 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
make test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog Changes doc HACKING.DKIM README.md TODO scripts/*.pl
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Mail-DKIM-0.52.tar.gz) = 2283e7f2dadfa8fd371d20b56841a434f26bfa37066fd11b1c83d2b96b967be2d90f258913c1653f605677f7b2623adab1352f4e8c740c3bb8b2ad041bc0ceca
|
||||
SHA512 (Mail-DKIM-0.53.tar.gz) = d670dafa3408338f9b59629dbd6038e087e1c6a51e9b5dd49fc459110a40d434b68ab75d6b7e065eb261c1bb13c273542a2d3d8034ee32c33b06c0b225f0a7b3
|
||||
|
Loading…
Reference in New Issue
Block a user