automatic version update by autodist [release 1.04-1mamba;Sat Feb 27 2021]
This commit is contained in:
parent
4695a191ba
commit
08c0a6721e
@ -1,21 +1,21 @@
|
|||||||
%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.03
|
Version: 1.04
|
||||||
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Test-Perl-Critic-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/Test/Test-Perl-Critic-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl-MCE
|
|
||||||
BuildRequires: perl-Perl-Critic
|
BuildRequires: perl-Perl-Critic
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl-MCE
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(English)
|
BuildRequires: perl(English)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -29,7 +29,6 @@ Requires: perl(Perl::Critic)
|
|||||||
Requires: perl(Perl::Critic::Utils)
|
Requires: perl(Perl::Critic::Utils)
|
||||||
Requires: perl(Perl::Critic::Violation)
|
Requires: perl(Perl::Critic::Violation)
|
||||||
Requires: perl(Test::Builder)
|
Requires: perl(Test::Builder)
|
||||||
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::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.
|
||||||
@ -58,6 +57,9 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 1.04-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 1.03-1mamba
|
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 1.03-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user