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
|
||||
Epoch: 1
|
||||
Version: 6.57
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Coro - the only real threads in perl
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -26,9 +26,11 @@ BuildRequires: perl-Event
|
||||
BuildRequires: perl-Guard
|
||||
BuildRequires: perl-IO-AIO
|
||||
BuildRequires: perl-Net-HTTP
|
||||
BuildRequires: perl-Scalar-List-Utils
|
||||
BuildRequires: perl-common-sense
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-Canary-Stability
|
||||
Requires: perl >= %perl_major_ver
|
||||
Requires: perl(AnyEvent)
|
||||
@ -43,7 +45,7 @@ This module collection manages continuations in general, most often in the form
|
||||
|
||||
%prep
|
||||
%setup -q -n Coro-%{version}
|
||||
%patch0 -p1
|
||||
%patch 0 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
sed -i -e '/^#!/ s|.*|#!%{__perl}|' eg/myhttpd Coro/jit-*-unix.pl
|
||||
@ -53,7 +55,7 @@ sed -i -e '/^#!/ s|.*|#!%{__perl}|' eg/myhttpd Coro/jit-*-unix.pl
|
||||
%ifarch %{arm}
|
||||
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -D_FORTIFY_SOURCE=0"
|
||||
%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
|
||||
%ifnarch arm x86_64
|
||||
%make test
|
||||
@ -81,6 +83,9 @@ chmod -R u+w %{buildroot}/*
|
||||
# README README.linux-glibc doc/* eg
|
||||
|
||||
%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
|
||||
- update to 6.57
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user