@ -1,11 +1,11 @@
Name: perl-JSON-Any
Name: perl-JSON-Any
Version: 1.19
Version: 1.2 1
Release: 4 %{?dist}
Release: 1 %{?dist}
Summary: A meta-module to make working with JSON easier
Summary: A meta-module to make working with JSON easier
License: GPL+ or Artistic
License: GPL+ or Artistic
Group: Development/Libraries
Group: Development/Libraries
URL: http://search.cpan.org/dist/JSON-Any/
URL: http://search.cpan.org/dist/JSON-Any/
Source0: http://www.cpan.org /authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN /authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -17,9 +17,9 @@ Requires: perl(JSON::XS)
# core
# core
BuildRequires: perl(Carp)
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
# testing
# testing
BuildRequires: perl(Test::More) >= 0.6 2
BuildRequires: perl(Test::More) >= 0.4 2
BuildRequires: perl(JSON::XS) >= 1.52
BuildRequires: perl(JSON::XS) >= 1.52
# optional tests -- JSON::Any can handle any of the following to actually do
# optional tests -- JSON::Any can handle any of the following to actually do
# the JSON parsing. We use JSON::XS above, as it's both already in Fedora and
# the JSON parsing. We use JSON::XS above, as it's both already in Fedora and
@ -31,6 +31,12 @@ BuildRequires: perl(JSON)
BuildRequires: perl(JSON::Syck)
BuildRequires: perl(JSON::Syck)
### auto-added reqs!
Requires: perl(Carp)
### auto-added brs!
BuildRequires: perl(CPAN)
%description
%description
JSON::Any provides a coherent API to bring together the various JSON modules
JSON::Any provides a coherent API to bring together the various JSON modules
currently on CPAN.
currently on CPAN.
@ -72,6 +78,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%{_mandir}/man3/*
%changelog
%changelog
* Tue Aug 11 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.21-1
- auto-update to 1.21 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- altered br on perl(Test::More) (0.62 => 0.42)
- added a new br on CPAN (inc::Module::AutoInstall found)
- added a new req on perl(Carp) (version 0)
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-4
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild