Correct the URL and the dependencies
This commit is contained in:
parent
5b0705dd3c
commit
ef42f23dcd
@ -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@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@city-fan.org> - 2.27200-241
|
||||
- BR: perl(base), perl(constant) and perl(lib)
|
||||
- Install to vendor directories
|
||||
|
Loading…
Reference in New Issue
Block a user