]> git.pld-linux.org Git - packages/perl-JSON-MaybeXS.git/commitdiff
- updated to 1.004003 master auto/th/perl-JSON-MaybeXS-1.004003-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 May 2021 18:15:07 +0000 (20:15 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 May 2021 18:15:07 +0000 (20:15 +0200)
perl-JSON-MaybeXS.spec

index ab1796544139574a947439439735930adea19b03..19661b282b14d9420a50780c86437b7a740bffdb 100644 (file)
@@ -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*
This page took 0.096931 seconds and 4 git commands to generate.