Add filter for private test module perl(helpers)
This commit is contained in:
parent
001bfb3ab4
commit
a3dfb88afa
@ -2,7 +2,7 @@ Name: perl-Pod-Simple
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
Version: 3.45
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Framework for parsing POD documentation
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Pod-Simple
|
||||
@ -48,6 +48,8 @@ BuildRequires: perl(vars)
|
||||
|
||||
# Filter modules bundled for tests
|
||||
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}
|
||||
%global __requires_exclude %{__requires_exclude}|^perl\\(helpers\\)$
|
||||
|
||||
|
||||
%description
|
||||
Pod::Simple is a Perl library for parsing text in the POD (plain old
|
||||
@ -112,6 +114,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue May 16 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.45-2
|
||||
- Add filter for private test module perl(helpers)
|
||||
|
||||
* Tue May 16 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.45-1
|
||||
- 3.45 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user