automatic update by autodist [release 1.03-1mamba;Sat Feb 01 2020]

This commit is contained in:
Automatic Build System 2024-01-06 09:44:26 +01:00
parent 24903eddf6
commit 4695a191ba
2 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,4 @@
# perl-Test-Perl-Critic
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::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.

View File

@ -1,26 +1,27 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-Perl-Critic
Version: 1.02
Version: 1.03
Release: 1mamba
Summary: Test::Perl::Critic - Use Perl::Critic in test programs
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: gil <puntogil@libero.it>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Test-Perl-Critic-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-MCE
BuildRequires: perl-Perl-Critic
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(ExtUtils::MakeMaker)
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::More)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
Requires: perl(Carp)
Requires: perl(English)
@ -31,9 +32,7 @@ Requires: perl(Test::Builder)
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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::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.
%prep
%setup -q -n Test-Perl-Critic-%{version}
@ -59,5 +58,8 @@ chmod -R u+w %{buildroot}/*
%doc Changes LICENSE README
%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
- package created by autospec