|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-Strict
|
|
|
|
|
Version: 0.39
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.40
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Check syntax, presence of use strict/warnings, and test coverage
|
|
|
|
@ -10,8 +10,8 @@ BuildArch: noarch
|
|
|
|
|
# Build
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
@ -61,6 +61,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-1
|
|
|
|
|
- 0.40 bump
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.39-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|