|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Code-TidyAll
|
|
|
|
|
Version: 0.65
|
|
|
|
|
Version: 0.67
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Engine for tidyall, your all-in-one code tidier and validator
|
|
|
|
|
# lib/Test/Code/TidyAll.pm: GPL+ or Artistic
|
|
|
|
@ -17,8 +17,8 @@ Source1: README.nodejs_plugins
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
@ -58,7 +58,7 @@ BuildRequires: perl(Path::Tiny) >= 0.098
|
|
|
|
|
# Not used for tests - perl(Pod::Tidy)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Scope::Guard)
|
|
|
|
|
BuildRequires: perl(Specio) >= 0.30
|
|
|
|
|
BuildRequires: perl(Specio) >= 0.40
|
|
|
|
|
BuildRequires: perl(Specio::Declare)
|
|
|
|
|
BuildRequires: perl(Specio::Library::Builtins)
|
|
|
|
|
BuildRequires: perl(Specio::Library::Numeric)
|
|
|
|
@ -78,7 +78,9 @@ BuildRequires: perl(autodie)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Test::Class::Most)
|
|
|
|
|
# Not used for tests - perl(Test::CPAN::Meta::JSON)
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(Test::Warnings)
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: aspell
|
|
|
|
@ -122,6 +124,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 19 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.67-1
|
|
|
|
|
- 0.67 bump
|
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Petr Pisar <ppisar@redhat.com> - 0.65-1
|
|
|
|
|
- 0.65 bump
|
|
|
|
|
|
|
|
|
|