f38
Petr Šabata 9 years ago
parent 0526035165
commit 1b08d6241e

1
.gitignore vendored

@ -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

@ -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

@ -1 +1 @@
3d2e5635e503919d4ccb3dbbf615ef64 Test-Strict-0.27.tar.gz
3db3c51b368a93bcd139037da33327c8 Test-Strict-0.28.tar.gz

Loading…
Cancel
Save