|
|
@ -1,9 +1,9 @@
|
|
|
|
Name: perl-JSON-Any
|
|
|
|
Name: perl-JSON-Any
|
|
|
|
Summary: A meta-module to make working with JSON easier
|
|
|
|
Summary: A meta-module to make working with JSON easier
|
|
|
|
Version: 1.34
|
|
|
|
Version: 1.35
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/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/
|
|
|
|
URL: http://search.cpan.org/dist/JSON-Any/
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
@ -17,9 +17,11 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
BuildRequires: perl(JSON)
|
|
|
|
BuildRequires: perl(JSON)
|
|
|
|
# Not in Fedora
|
|
|
|
# Not in Fedora
|
|
|
|
# BuildRequires: perl(JSON::DWIW)
|
|
|
|
# BuildRequires: perl(JSON::DWIW)
|
|
|
|
|
|
|
|
BuildRequires: perl(JSON::MaybeXS)
|
|
|
|
BuildRequires: perl(JSON::PP)
|
|
|
|
BuildRequires: perl(JSON::PP)
|
|
|
|
BuildRequires: perl(JSON::Syck)
|
|
|
|
BuildRequires: perl(JSON::Syck)
|
|
|
|
BuildRequires: perl(JSON::XS) >= 1.52
|
|
|
|
BuildRequires: perl(JSON::XS) >= 1.52
|
|
|
|
|
|
|
|
BuildRequires: perl(namespace::clean)
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
|
@ -63,6 +65,10 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 1.35-1
|
|
|
|
|
|
|
|
- Update to 1.35
|
|
|
|
|
|
|
|
- Drop Group (no longer used)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.34-2
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.34-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|