[packages/perl-JSON-MaybeXS] - updated to 1.004003
qboosh
qboosh at pld-linux.org
Fri May 21 20:12:46 CEST 2021
commit a785247bad64dfcda943a735f9741a458e86f705
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri May 21 20:15:07 2021 +0200
- updated to 1.004003
perl-JSON-MaybeXS.spec | 34 ++++++++++++++++++++++------------
1 file changed, 22 insertions(+), 12 deletions(-)
---
diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index ab17965..19661b2 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -5,17 +5,29 @@
%define pdir JSON
%define pnam MaybeXS
Summary: JSON::MaybeXS - Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
+Summary(pl.UTF-8): JSON::MaybeXS - używanie Cpanel::JSON::XS, a w przypadku braku JSON::XS lub JSON::PP
Name: perl-JSON-MaybeXS
-Version: 1.004000
+Version: 1.004003
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/JSON/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: db61fb5515f8e2f19709a317e26dde42
-URL: http://search.cpan.org/dist/JSON-MaybeXS/
+# Source0-md5: e46181e34588428d317932744597a7ab
+URL: https://metacpan.org/release/JSON-MaybeXS
+BuildRequires: perl-ExtUtils-MakeMaker
BuildRequires: perl-devel >= 1:5.8.0
+%if %{with tests}
+BuildRequires: perl-JSON-PP >= 2.27300
+BuildRequires: perl-JSON-XS >= 3.0
+BuildRequires: perl-Scalar-List-Utils
+BuildRequires: perl-Test-Needs >= 0.002006
+BuildRequires: perl-Test-Simple >= 0.88
+%endif
BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
+# not packaged yet
+#Suggests: perl-Cpanel-JSON-XS >= 2.3310
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,13 +37,11 @@ is already loaded, in which case it uses that module. Otherwise it
tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order,
and either uses the first module it finds or throws an error.
-It then exports the encode_json and decode_json functions from the
-loaded module, along with a JSON constant that returns the class name
-for calling new on.
-
-If you're writing fresh code rather than replacing JSON.pm usage, you
-might want to pass options as constructor args rather than calling
-mutators, so we provide our own new method that supports that.
+%description -l pl.UTF-8
+Ten moduł najpierw sprawdza, czy moduł Cpanel::JSON::XS lub JSON::XS
+jest już załadowany, wtedy używa tego modułu. W przeciwnym wypadku
+próbuje załadować po kolei Cpanel::JSON::XS, JSON::XS oraz JSON::PP i
+używa pierwszego znalezionego modułu lub rzuca błąd.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -55,5 +65,5 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes README
-%{perl_vendorlib}/JSON/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/JSON/MaybeXS.pm
+%{_mandir}/man3/JSON::MaybeXS.3pm*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-JSON-MaybeXS.git/commitdiff/a785247bad64dfcda943a735f9741a458e86f705
More information about the pld-cvs-commit
mailing list