diff --git a/.gitignore b/.gitignore index 0910bf5..5300ccd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ Test-Strict-0.13.tar.gz /Test-Strict-0.24.tar.gz /Test-Strict-0.26.tar.gz /Test-Strict-0.27.tar.gz +/Test-Strict-0.28.tar.gz diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index 9d2ce75..ba5016f 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -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 - 0.28-1 +- 0.28 bump + * Thu Jun 18 2015 Fedora Release Engineering - 0.27-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 9863a7c..ea7168d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d2e5635e503919d4ccb3dbbf615ef64 Test-Strict-0.27.tar.gz +3db3c51b368a93bcd139037da33327c8 Test-Strict-0.28.tar.gz