rebuilt with perl 5.36.0 [release 6.57-2mamba;Wed Apr 19 2023]
This commit is contained in:
parent
070150b15f
commit
c38a7138fa
@ -3,7 +3,7 @@
|
|||||||
Name: perl-Coro
|
Name: perl-Coro
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 6.57
|
Version: 6.57
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Coro - the only real threads in perl
|
Summary: Coro - the only real threads in perl
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -26,9 +26,11 @@ BuildRequires: perl-Event
|
|||||||
BuildRequires: perl-Guard
|
BuildRequires: perl-Guard
|
||||||
BuildRequires: perl-IO-AIO
|
BuildRequires: perl-IO-AIO
|
||||||
BuildRequires: perl-Net-HTTP
|
BuildRequires: perl-Net-HTTP
|
||||||
|
BuildRequires: perl-Scalar-List-Utils
|
||||||
BuildRequires: perl-common-sense
|
BuildRequires: perl-common-sense
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: perl-Canary-Stability
|
BuildRequires: perl-Canary-Stability
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
Requires: perl(AnyEvent)
|
Requires: perl(AnyEvent)
|
||||||
@ -53,7 +55,7 @@ sed -i -e '/^#!/ s|.*|#!%{__perl}|' eg/myhttpd Coro/jit-*-unix.pl
|
|||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -D_FORTIFY_SOURCE=0"
|
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -D_FORTIFY_SOURCE=0"
|
||||||
%endif
|
%endif
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS" </dev/null
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS" </dev/null
|
||||||
%make
|
%make
|
||||||
%ifnarch arm x86_64
|
%ifnarch arm x86_64
|
||||||
%make test
|
%make test
|
||||||
@ -81,6 +83,9 @@ chmod -R u+w %{buildroot}/*
|
|||||||
# README README.linux-glibc doc/* eg
|
# README README.linux-glibc doc/* eg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2023 Sdk Build System <sdk@mambasoft.it> 6.57-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.57-1mamba
|
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.57-1mamba
|
||||||
- update to 6.57
|
- update to 6.57
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user