Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 687c6768ee
Temporary one-time change to bootstrap package on riscv64 (RISC-V)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-25 12:14:32 +02:00
1 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
Name: perl-JSON-MaybeXS
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
Version: 1.004000
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/JSON-MaybeXS/
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
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
#BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
BuildRequires: perl(Exporter)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
@ -45,7 +45,7 @@ BuildRequires: perl(JSON::XS) >= 3.0
BuildRequires: perl(Test::More) >= 0.88
# Runtime
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
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*
%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
- Update to 1.004000
- Added true and false subs so they can be used via JSON::MaybeXS rather than