|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Name: perl-JSON-Any
|
|
|
|
|
Summary: A meta-module to make working with JSON easier
|
|
|
|
|
Version: 1.32
|
|
|
|
|
Version: 1.33
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-Any-%{version}.tar.gz
|
|
|
|
|
URL: http://search.cpan.org/dist/JSON-Any/
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -23,8 +23,10 @@ BuildRequires: perl(JSON::PP)
|
|
|
|
|
BuildRequires: perl(JSON::Syck)
|
|
|
|
|
BuildRequires: perl(JSON::XS) >= 1.52
|
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
|
|
|
BuildRequires: perl(Test::Requires)
|
|
|
|
|
BuildRequires: perl(Test::Warnings)
|
|
|
|
|
BuildRequires: perl(Test::Without::Module)
|
|
|
|
|
|
|
|
|
|
Requires: perl(Carp)
|
|
|
|
@ -58,11 +60,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc CHANGES README
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Apr 20 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 1.33-1
|
|
|
|
|
- Update to 1.33
|
|
|
|
|
|
|
|
|
|
* Sun Nov 10 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 1.32-1
|
|
|
|
|
- Update to 1.32
|
|
|
|
|
|
|
|
|
|