BR: perl(blib) for t/00-compile.t

This commit is contained in:
Paul Howarth 2020-03-10 11:56:28 +00:00
parent 88c8af4588
commit 7189151c4b
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-File-Find-Object
Version: 0.3.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Object oriented File::Find replacement
License: GPLv2+ or Artistic 2.0
URL: https://metacpan.org/release/File-Find-Object
@ -23,6 +23,7 @@ BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(blib)
BuildRequires: perl(File::Path)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
@ -63,6 +64,9 @@ make test
%{_mandir}/man3/File::Find::Object::Result.3*
%changelog
* Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 0.3.5-2
- BR: perl(blib) for t/00-compile.t
* Tue Jan 28 2020 Paul Howarth <paul@city-fan.org> - 0.3.5-1
- Update to 0.3.5
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD