|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-Strict
|
|
|
|
|
Version: 0.27
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.28
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Check syntax, presence of use strict/warnings, and test coverage
|
|
|
|
@ -8,6 +8,8 @@ Source: http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Test-Strict-
|
|
|
|
|
Url: http://search.cpan.org/dist/Test-Strict
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Build
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
@ -47,15 +49,18 @@ make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
find . -type f -name '*.list' -exec rm -f {} +
|
|
|
|
|
find . -type f -name '*.list' -delete
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README Changes
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 05 2015 Petr Šabata <contyk@redhat.com> - 0.28-1
|
|
|
|
|
- 0.28 bump
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|