2024-01-06 09:17:45 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Mail-AuthenticationResults
|
2024-01-06 09:17:46 +01:00
|
|
|
Version: 2.20231031
|
|
|
|
Release: 1mamba
|
2024-01-06 09:17:45 +01:00
|
|
|
Summary: Mail::AuthenticationResults::Parser - Class for parsing Authentication Results Headers
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:17:46 +01:00
|
|
|
URL: https://www.cpan.org/
|
2024-01-06 09:17:45 +01:00
|
|
|
Source: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-%{version}.tar.gz
|
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: perl-Clone
|
|
|
|
BuildRequires: perl-JSON
|
2024-01-06 09:17:46 +01:00
|
|
|
BuildRequires: perl-Scalar-List-Utils
|
2024-01-06 09:17:45 +01:00
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:17:46 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 09:17:45 +01:00
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
Mail::AuthenticationResults::Parser - Class for parsing Authentication Results Headers.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Mail-AuthenticationResults-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
%make
|
|
|
|
%make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm -f $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc README README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:17:46 +01:00
|
|
|
* Wed Nov 01 2023 Automatic Build System <autodist@mambasoft.it> 2.20231031-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:17:46 +01:00
|
|
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 2.20230112-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:17:46 +01:00
|
|
|
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 2.20230112-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:17:45 +01:00
|
|
|
* Thu Oct 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.20210915-1mamba
|
|
|
|
- package created using the webbuild interface
|