!2 Package upgrade
From: @wk333 Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
97a3d85f58
Binary file not shown.
BIN
JSON-4.06.tar.gz
Normal file
BIN
JSON-4.06.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
%global rpm_version 2.97
|
%global rpm_version 4.06
|
||||||
%global temp_version_suffix 001
|
|
||||||
|
|
||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
Version: 2.97.001
|
Version: 4.06
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/JSON
|
URL: https://metacpan.org/release/JSON
|
||||||
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-%{rpm_version}%{?temp_version_suffix}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-%{rpm_version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: perl-generators perl perl(ExtUtils::MakeMaker) perl(Test::More)
|
BuildRequires: perl-generators perl perl(ExtUtils::MakeMaker) perl(Test::More)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
@ -31,7 +30,7 @@ to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n JSON-%{rpm_version}%{temp_version_suffix} -p1
|
%autosetup -n JSON-%{rpm_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
|
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
|
||||||
@ -56,6 +55,9 @@ make test
|
|||||||
%{_mandir}/man3/*3*
|
%{_mandir}/man3/*3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 4.06-1
|
||||||
|
- Upgrade to version 4.06
|
||||||
|
|
||||||
* Fri Nov 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.97.001-6
|
* Fri Nov 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.97.001-6
|
||||||
- Delete macro to solve build problem
|
- Delete macro to solve build problem
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user