2024-01-06 09:13:31 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-JSON-XS
|
2024-01-06 09:13:31 +01:00
|
|
|
Version: 4.03
|
2024-01-06 09:13:32 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 09:13:31 +01:00
|
|
|
Summary: JSON::XS - JSON serialising/deserialising, done correctly and fast
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:13:31 +01:00
|
|
|
URL: https://www.cpan.org
|
2024-01-06 09:13:31 +01:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz
|
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 09:13:32 +01:00
|
|
|
BuildRequires: libperl
|
|
|
|
BuildRequires: perl-Encode
|
|
|
|
BuildRequires: perl-Types-Serialiser
|
2024-01-06 09:13:31 +01:00
|
|
|
BuildRequires: perl-common-sense
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:13:32 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 09:13:31 +01:00
|
|
|
BuildRequires: perl-Types-Serialiser
|
2024-01-06 09:13:31 +01:00
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
JSON::XS - JSON serialising/deserialising, done correctly and fast.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n JSON-XS-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 09:13:32 +01:00
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} \
|
|
|
|
INSTALLDIRS=vendor OPTIMIZE="%{optflags}" PERL_CANARY_STABILITY_NOPROMPT=1
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
%make
|
|
|
|
%make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm -f $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
2024-01-06 09:13:32 +01:00
|
|
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:13:32 +01:00
|
|
|
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 4.03-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 4.03-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 4.02-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 3.04-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.01-2mamba
|
|
|
|
- rebuilt with perl 5.24
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
* Sat Oct 04 2014 Automatic Build System <autodist@mambasoft.it> 3.01-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:13:31 +01:00
|
|
|
* Sun Jun 09 2013 Automatic Build System <autodist@mambasoft.it> 2.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.33-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|