automatic update by autodist [release 1.03-1mamba;Sat Feb 01 2020]
This commit is contained in:
parent
24903eddf6
commit
4695a191ba
@ -1,6 +1,4 @@
|
|||||||
# perl-Test-Perl-Critic
|
# perl-Test-Perl-Critic
|
||||||
|
|
||||||
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the
|
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma.
|
||||||
Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate
|
|
||||||
convenience (at the expense of some flexibility), see the criticism pragma.
|
|
||||||
|
|
||||||
|
@ -1,26 +1,27 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Test-Perl-Critic
|
Name: perl-Test-Perl-Critic
|
||||||
Version: 1.02
|
Version: 1.03
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Test::Perl::Critic - Use Perl::Critic in test programs
|
Summary: Test::Perl::Critic - Use Perl::Critic in test programs
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: http://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Test-Perl-Critic-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Test-Perl-Critic-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: perl-MCE
|
||||||
|
BuildRequires: perl-Perl-Critic
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(English)
|
BuildRequires: perl(English)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl(Perl::Critic)
|
|
||||||
BuildRequires: perl(Perl::Critic::Utils)
|
|
||||||
BuildRequires: perl(Perl::Critic::Violation)
|
|
||||||
BuildRequires: perl(Test::Builder)
|
BuildRequires: perl(Test::Builder)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl-devel
|
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
Requires: perl(Carp)
|
Requires: perl(Carp)
|
||||||
Requires: perl(English)
|
Requires: perl(English)
|
||||||
@ -31,9 +32,7 @@ Requires: perl(Test::Builder)
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the
|
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma.
|
||||||
Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate
|
|
||||||
convenience (at the expense of some flexibility), see the criticism pragma.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Test-Perl-Critic-%{version}
|
%setup -q -n Test-Perl-Critic-%{version}
|
||||||
@ -59,5 +58,8 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 1.03-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.02-1mamba
|
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.02-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user