[perl-JSON-PP] Correct the URL and the dependencies

Petr Šabata psabata at fedoraproject.org
Mon Nov 19 18:20:56 UTC 2012


commit ef42f23dcd34e75d8bc71ba9d4ce72589cc3a68a
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Nov 19 19:20:51 2012 +0100

    Correct the URL and the dependencies

 perl-JSON-PP.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec
index 496f052..cf6e7b8 100644
--- a/perl-JSON-PP.spec
+++ b/perl-JSON-PP.spec
@@ -1,10 +1,10 @@
 Name:		perl-JSON-PP
 Version:	2.27200
-Release:	241%{?dist}
+Release:	242%{?dist}
 Summary:	JSON::XS compatible pure-Perl module
 License:	GPL+ or Artistic
 Group:		Development/Libraries
-URL:		http://search.cpan.org/dist/CPAN-Meta-YAML/
+URL:		http://search.cpan.org/dist/JSON-PP/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-PP-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
@@ -12,10 +12,12 @@ BuildRequires:	perl(base)
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(constant)
 BuildRequires:	perl(Data::Dumper)
+BuildRequires:	perl(Encode)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(Getopt::Long)
 BuildRequires:	perl(lib)
+BuildRequires:	perl(Math::BigFloat)
+BuildRequires:	perl(Math::BigInt)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Tie::IxHash)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -56,6 +58,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
 %changelog
+* Mon Nov 19 2012 Petr Šabata <contyk at redhat.com> - 2.27200-242
+- Correct the URL
+- Add a few missing buildtime dependencies
+- Drop Getopt::Long dep; json_pp isn't tested
+
 * Tue Aug 28 2012 Paul Howarth <paul at city-fan.org> - 2.27200-241
 - BR: perl(base), perl(constant) and perl(lib)
 - Install to vendor directories


More information about the scm-commits mailing list