rebuilt with perl 5.36.0 [release 4.03-2mamba;Sat Apr 15 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:13:32 +01:00
parent e8194d3e02
commit b1aacf6c15

View File

@ -2,7 +2,7 @@
Name: perl-JSON-XS
Version: 4.03
Release: 1mamba
Release: 2mamba
Summary: JSON::XS - JSON serialising/deserialising, done correctly and fast
Group: System/Libraries/Perl
Vendor: openmamba
@ -13,12 +13,15 @@ Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-%{ve
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-Encode
BuildRequires: perl-Types-Serialiser
BuildRequires: perl-common-sense
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-Types-Serialiser
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
JSON::XS - JSON serialising/deserialising, done correctly and fast.
@ -27,7 +30,8 @@ JSON::XS - JSON serialising/deserialising, done correctly and fast.
%setup -q -n JSON-XS-%{version}
%build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__perl} Makefile.PL PREFIX=%{_prefix} \
INSTALLDIRS=vendor OPTIMIZE="%{optflags}" PERL_CANARY_STABILITY_NOPROMPT=1
%make
%make test
@ -46,6 +50,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -56,6 +62,9 @@ done
# %doc README
%changelog
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 4.03-2mamba
- rebuilt with perl 5.36.0
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 4.03-1mamba
- automatic version update by autodist