8
0
forked from pool/perl-JSON-Any
Stephan Kulow
2013-11-26 09:08:39 +00:00
committed by Git OBS Bridge
parent c6a96d7573
commit b262e3b8b1
4 changed files with 36 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-JSON-Any
Version: 1.30
Version: 1.32
Release: 0
%define cpan_name JSON-Any
Summary: Wrapper Class for the various JSON classes.
@@ -29,13 +29,14 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl
Requires: perl-JSON
Requires: perl-YAML-Syck
BuildRequires: perl(JSON)
BuildRequires: perl(JSON::XS)
Requires: perl(JSON)
Requires: perl(JSON::XS)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Without::Module) >= 0.17
#BuildRequires: perl(Devel::StringInfo)
#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
#BuildRequires: perl(JSON)
#BuildRequires: perl(JSON::XS)
#BuildRequires: perl(Moose)
#BuildRequires: perl(namespace::autoclean)
%{perl_requires}
%description
@@ -59,6 +60,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README weaver.ini
%doc CHANGES LICENSE README weaver.ini xt
%changelog