diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec index 9c90d6948d5245c7bc16cee78bb939b313ae924e..53c9b80691b1e20412bf639869b312dd32a9a6db 100644 --- a/perl-JSON-MaybeXS.spec +++ b/perl-JSON-MaybeXS.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-JSON-MaybeXS Version: 1.004003 -Release: 1 +Release: 2 Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP License: Perl License or Artistic-1.0 Group: Development/Libraries @@ -17,6 +17,8 @@ BuildRequires: perl(JSON::PP) >= 2.27300 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Needs) >= 0.002005 +BuildRequires: perl-devel + Requires: perl(Carp) Requires: perl(Cpanel::JSON::XS) >= 2.3310 Requires: perl(JSON::PP) >= 2.27300 @@ -83,5 +85,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Dec 15 2023 ChenYanpan - 1.004003-2 +- Add BuildRequires perl-devel, for fixing build failed + * Mon Mar 08 2021 Perl_Bot 1.004003-1 - Specfile autogenerated by Perl_Bot