diff --git a/Cpanel-JSON-XS-4.25.tar.gz b/Cpanel-JSON-XS-4.25.tar.gz deleted file mode 100644 index 0cb393361aa9290c29e72fed21999e0b41fee73c..0000000000000000000000000000000000000000 Binary files a/Cpanel-JSON-XS-4.25.tar.gz and /dev/null differ diff --git a/Cpanel-JSON-XS-4.37.tar.gz b/Cpanel-JSON-XS-4.37.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..436fa77ca7f8fa92223e7f69f90c725e1d47ab5c Binary files /dev/null and b/Cpanel-JSON-XS-4.37.tar.gz differ diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index ac7aeff642bf497eb23e0b31d671932384186bba..2d0e2ca91e8ec9886df8d4c8f1854ad34dff5a80 100644 --- a/perl-Cpanel-JSON-XS.spec +++ b/perl-Cpanel-JSON-XS.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-Cpanel-JSON-XS -Version: 4.25 +Version: 4.37 Release: 1 Summary: CPanel fork of JSON::XS, fast and correct serializing -License: GPL+ or Artistic or Perl +License: GPL-1.0-or-later or Artistic-1.0-Perl Group: Development/Libraries URL: https://metacpan.org/release/Cpanel-JSON-XS/ Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-%{version}.tar.gz @@ -32,24 +32,33 @@ Requires: perl(strict) Requires: perl(warnings) Requires: perl(XSLoader) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + + %description This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. + %package help Summary : CPanel fork of JSON::XS, fast and correct serializing Provides: perl-Cpanel-JSON-XS-doc + %description help This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. + + %prep %setup -q -n Cpanel-JSON-XS-%{version} + + %build export PERL_MM_OPT="" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} + %install export PERL_MM_OPT="" rm -rf $RPM_BUILD_ROOT @@ -78,20 +87,28 @@ if [ -d usr/lib ];then fi popd mv %{buildroot}/filelist.lst . + + %check make test + %clean rm -rf $RPM_BUILD_ROOT + %files -f filelist.lst %defattr(-,root,root,-) %doc Changes COPYING META.json README -%{perl_vendorarch}/auto/* -%{perl_vendorarch}/Cpanel* +#%%{perl_vendorarch}/auto/* +#%%{perl_vendorarch}/Cpanel* + %files help %{_mandir}/* %changelog +* Wed Jul 12 2023 leeffo - 4.37-1 +- upgrade to version 4.37 + * Mon Mar 08 2021 Perl_Bot 4.25-1 - Specfile autogenerated by Perl_Bot