Compare commits
1 Commits
master
...
master-ris
Author | SHA1 | Date | |
---|---|---|---|
687c6768ee |
@ -9,7 +9,7 @@
|
|||||||
Name: perl-JSON-MaybeXS
|
Name: perl-JSON-MaybeXS
|
||||||
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
||||||
Version: 1.004000
|
Version: 1.004000
|
||||||
Release: 1%{?dist}
|
Release: 1.0.riscv64%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/JSON-MaybeXS/
|
URL: http://search.cpan.org/dist/JSON-MaybeXS/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/JSON-MaybeXS-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/JSON-MaybeXS-%{version}.tar.gz
|
||||||
@ -33,7 +33,7 @@ BuildRequires: perl(File::Temp)
|
|||||||
# Module Runtime
|
# Module Runtime
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
|
#BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(Scalar::Util)
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
@ -45,7 +45,7 @@ BuildRequires: perl(JSON::XS) >= 3.0
|
|||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Cpanel::JSON::XS) >= 2.3310
|
#Requires: perl(Cpanel::JSON::XS) >= 2.3310
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module first checks to see if either Cpanel::JSON::XS or JSON::XS
|
This module first checks to see if either Cpanel::JSON::XS or JSON::XS
|
||||||
@ -82,6 +82,9 @@ make test
|
|||||||
%{_mandir}/man3/JSON::MaybeXS.3*
|
%{_mandir}/man3/JSON::MaybeXS.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 25 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.004000-1.0.riscv64
|
||||||
|
- Temporary one-time change to bootstrap package on riscv64 (RISC-V)
|
||||||
|
|
||||||
* Fri Apr 20 2018 Paul Howarth <paul@city-fan.org> - 1.004000-1
|
* Fri Apr 20 2018 Paul Howarth <paul@city-fan.org> - 1.004000-1
|
||||||
- Update to 1.004000
|
- Update to 1.004000
|
||||||
- Added true and false subs so they can be used via JSON::MaybeXS rather than
|
- Added true and false subs so they can be used via JSON::MaybeXS rather than
|
||||||
|
Loading…
Reference in New Issue
Block a user