rebuilt with perl 5.36.0 [release 4.03-2mamba;Sat Apr 15 2023]
This commit is contained in:
parent
e8194d3e02
commit
b1aacf6c15
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: perl-JSON-XS
|
Name: perl-JSON-XS
|
||||||
Version: 4.03
|
Version: 4.03
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: JSON::XS - JSON serialising/deserialising, done correctly and fast
|
Summary: JSON::XS - JSON serialising/deserialising, done correctly and fast
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,12 +13,15 @@ Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-%{ve
|
|||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-Encode
|
||||||
|
BuildRequires: perl-Types-Serialiser
|
||||||
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-Types-Serialiser
|
BuildRequires: perl-Types-Serialiser
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JSON::XS - JSON serialising/deserialising, done correctly and fast.
|
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}
|
%setup -q -n JSON-XS-%{version}
|
||||||
|
|
||||||
%build
|
%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
|
||||||
%make test
|
%make test
|
||||||
|
|
||||||
@ -46,6 +50,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -56,6 +62,9 @@ done
|
|||||||
# %doc README
|
# %doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 4.03-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user