* Tue Jan 21 2025 Jean-Philippe Pialasse <jpp@koozali.org> 4.10-2.sme
- provides JSON::backportPP::Boolean
This commit is contained in:
parent
8c3845f656
commit
4fed4edccd
@ -1 +0,0 @@
|
||||
sme11
|
@ -1,6 +1,6 @@
|
||||
Name: perl-JSON
|
||||
Version: 4.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -16,6 +16,8 @@ BuildRequires: perl(Test::More)
|
||||
Requires: perl(JSON::XS) >= 2.34
|
||||
Requires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
# not detected by perl prov
|
||||
Provides: perl(JSON::backportPP::Boolean)
|
||||
|
||||
%description
|
||||
This module is a thin wrapper for JSON::XS-compatible modules with a few
|
||||
@ -58,5 +60,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 21 2025 Jean-Philippe Pialasse <jpp@koozali.org> 4.10-2.sme
|
||||
- provides JSON::backportPP::Boolean
|
||||
|
||||
* Tue Jan 21 2025 Koozali 4.10-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
Loading…
x
Reference in New Issue
Block a user