Add perl(blib) for tests
This commit is contained in:
parent
a877ad8c01
commit
5713f67b26
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Test-FailWarnings
|
Name: perl-Test-FailWarnings
|
||||||
Version: 0.008
|
Version: 0.008
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: Add test failures if warnings are caught
|
Summary: Add test failures if warnings are caught
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
@ -8,8 +8,9 @@ URL: https://metacpan.org/release/Test-FailWarnings
|
|||||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -19,6 +20,7 @@ BuildRequires: perl(Cwd)
|
|||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(Test::More) >= 0.86
|
BuildRequires: perl(Test::More) >= 0.86
|
||||||
# Tests:
|
# Tests:
|
||||||
|
BuildRequires: perl(blib)
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.12
|
BuildRequires: perl(Capture::Tiny) >= 0.12
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
@ -59,6 +61,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-19
|
||||||
|
- Add perl(blib) for tests
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-18
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-18
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user