Depend of Data::Dumper

This commit is contained in:
Petr Písař 2012-06-01 15:24:12 +02:00
parent b1d1a8b592
commit d7ddedb582

View File

@ -1,6 +1,6 @@
Name: perl-JSON-PP
Version: 2.27200
Release: 3%{?dist}
Release: 4%{?dist}
Summary: JSON::XS compatible pure-Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,12 +10,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tie::IxHash)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Data::Dumper)
Conflicts: perl-JSON < 2.50
%description
@ -54,6 +56,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/JSON::PP::Boolean.3pm*
%changelog
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.27200-4
- Depend of Data::Dumper
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.27200-3
- Add buildreqs for perl core modules, which might be dual-lived