Compare commits

..

No commits in common. "c8-stream-5.3" and "c8-stream-5.32" have entirely different histories.

View File

@ -8,7 +8,7 @@
Name: perl-Pod-Perldoc
# let's overwrite the module from perl.srpm
Version: 3.28.01
Release: 442%{?dist}
Release: 443%{?dist}
Summary: Look up Perl documentation in Pod format
License: GPL+ or Artistic
URL: https://metacpan.org/release/Pod-Perldoc
@ -57,6 +57,8 @@ BuildRequires: perl(Pod::Text::Termcap)
BuildRequires: perl(vars)
# Tests:
BuildRequires: perl(blib)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(Test::More)
# Optional tests:
%if !%{defined perl_bootstrap}
@ -120,6 +122,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Nov 12 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.28.01-443
- Specify all dependencies
* Fri Aug 16 2019 Petr Pisar <ppisar@redhat.com> - 3.28.01-442
- Build-require blib module for tests (bug #1739463)