From b1aacf6c153d609a5ac95d25f3c8e6123abf3021 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:13:32 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 4.03-2mamba;Sat Apr 15 2023] --- perl-JSON-XS.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/perl-JSON-XS.spec b/perl-JSON-XS.spec index 405f8ae..4d511a2 100644 --- a/perl-JSON-XS.spec +++ b/perl-JSON-XS.spec @@ -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,8 +30,9 @@ 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 4.03-2mamba +- rebuilt with perl 5.36.0 + * Sun Feb 21 2021 Automatic Build System 4.03-1mamba - automatic version update by autodist