%global _empty_manifest_terminate_build 0 Name: perl-Mail-AuthenticationResults Version: 2.20210112 Release: 1 Summary: Object Oriented Authentication-Results Headers License: GPL-1.0-only or Artistic-1.0-Perl Group: Development/Libraries URL: http://search.cpan.org/dist/Mail-AuthenticationResults/ Source0: http://www.cpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-%{version}.tar.gz BuildArch: noarch 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(base) Requires: perl(Carp) Requires: perl(JSON) Requires: perl(Scalar::Util) Requires: perl(strict) Requires: perl(warnings) %description Object Oriented Authentication-Results email headers. %package help Summary : Object Oriented Authentication-Results Headers Provides: perl-Mail-AuthenticationResults-doc %description help Object Oriented Authentication-Results email headers. %prep %setup -q -n Mail-AuthenticationResults-%{version} %build export PERL_MM_OPT="" %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install export PERL_MM_OPT="" rm -rf $RPM_BUILD_ROOT 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/* pushd %{buildroot} touch filelist.lst if [ -d usr/bin ];then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ];then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ];then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib ];then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi popd mv %{buildroot}/filelist.lst . %check || : make test %clean rm -rf $RPM_BUILD_ROOT %files -f filelist.lst %defattr(-,root,root,-) %doc Changes dist.ini LICENSE README README.md weaver.ini %{perl_vendorlib}/* %files help %{_mandir}/* %changelog * Sun May 23 2021 Perl_Bot 2.20210112-1 - Specfile autogenerated by Perl_Bot