!3 update to version 4.37
From: @leeffo Reviewed-by: @wk333 Signed-off-by: @wk333
This commit is contained in:
commit
dc77114dc6
Binary file not shown.
BIN
Cpanel-JSON-XS-4.37.tar.gz
Normal file
BIN
Cpanel-JSON-XS-4.37.tar.gz
Normal file
Binary file not shown.
@ -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 <liweiganga@uniontech.com> - 4.37-1
|
||||
- upgrade to version 4.37
|
||||
|
||||
* Mon Mar 08 2021 Perl_Bot <Perl_Bot@openeuler.org> 4.25-1
|
||||
- Specfile autogenerated by Perl_Bot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user