commit 7d935dd30843db97bdbc196fab5576f15d8e8c98 Author: CentOS Sources Date: Tue May 17 06:00:12 2022 -0400 import perl-Mail-AuthenticationResults-2.20210112-4.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..546fd0b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Mail-AuthenticationResults-2.20210112.tar.gz diff --git a/.perl-Mail-AuthenticationResults.metadata b/.perl-Mail-AuthenticationResults.metadata new file mode 100644 index 0000000..c4f59d0 --- /dev/null +++ b/.perl-Mail-AuthenticationResults.metadata @@ -0,0 +1 @@ +4296956590f5b65173a9ea01a0dafdac5ac8167e SOURCES/Mail-AuthenticationResults-2.20210112.tar.gz diff --git a/SPECS/perl-Mail-AuthenticationResults.spec b/SPECS/perl-Mail-AuthenticationResults.spec new file mode 100644 index 0000000..9f28e8c --- /dev/null +++ b/SPECS/perl-Mail-AuthenticationResults.spec @@ -0,0 +1,100 @@ +Name: perl-Mail-AuthenticationResults +Version: 2.20210112 +Release: 4%{?dist} +Summary: Object Oriented Authentication-Results Headers +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/Mail-AuthenticationResults/ +Source0: http://www.cpan.org/modules/by-module/Mail/Mail-AuthenticationResults-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: make +BuildRequires: perl >= 0:5.008 +BuildRequires: perl-generators +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(JSON) +BuildRequires: perl(lib) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(strict) +BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + + +%description +Object Oriented Authentication-Results email headers. + + +%prep +%setup -q -n Mail-AuthenticationResults-%{version} + + +%build +perl Makefile.PL INSTALLDIRS=vendor +%make_build + + +%install +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + + +%check +make test + + +%files +%license LICENSE +%doc Changes dist.ini README README.md +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 2.20210112-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 2.20210112-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.20210112-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jan 19 2021 Xavier Bachelot 2.20210112 +- Update to 2.20210112 (RHBZ#1915573) + +* Tue Aug 25 2020 Xavier Bachelot 1.20200824.1 +- Update to 1.20200824.1 (RHBZ#1871904) + +* Tue Jul 28 2020 Fedora Release Engineering - 1.20200331.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Jitka Plesnikova - 1.20200331.1-2 +- Perl 5.32 rebuild + +* Mon Apr 20 2020 Xavier Bachelot 1.20200331.1 +- Update to 1.20200331.1 (RHBZ#1825822) + +* Thu Jan 30 2020 Fedora Release Engineering - 1.20200108-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 09 2020 Xavier Bachelot 1.20200108-1 +- Update to 1.20200108 (RHBZ#1789387). + +* Fri Jul 26 2019 Fedora Release Engineering - 1.20180923-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Jitka Plesnikova - 1.20180923-3 +- Perl 5.30 rebuild + +* Mon Apr 15 2019 Xavier Bachelot 1.20180923-2 +- Review fixes. + +* Thu Apr 11 2019 Xavier Bachelot 1.20180923-1 +- Initial package.