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