rebuilt with perl 5.36.0 [release 0.80-2mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:18:35 +01:00
parent 2f3f17df37
commit 6fa618c041

View File

@ -2,7 +2,7 @@
Name: perl-Mail-Sendmail
Version: 0.80
Release: 1mamba
Release: 2mamba
Summary: Mail::Sendmail - Simple platform independent mailer
Group: System/Libraries/Perl
Vendor: openmamba
@ -13,8 +13,10 @@ Source: https://cpan.metacpan.org/modules/by-module/Mail/Mail-Sendmail-%{
License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel >= %perl_major_ver
Requires: /usr/sbin/sendmail
@ -27,7 +29,9 @@ Mail::Sendmail - Simple platform independent mailer.
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%ifnarch arm aarch64
%make test
%endif
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -50,6 +54,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.80-2mamba
- rebuilt with perl 5.36.0
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.80-1mamba
- automatic version update by autodist