Resolves: #1947387
This commit is contained in:
parent
480743d9eb
commit
5c4e99aa53
@ -1,6 +1,13 @@
|
||||
# Run optional test
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_List_MoreUtils_XS_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_List_MoreUtils_XS_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-List-MoreUtils-XS
|
||||
Version: 0.430
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Provide compiled List::MoreUtils functions
|
||||
# Code from List-MoreUtils < 0.417 is GPL+ or Artistic
|
||||
# Anything after that is ASL 2.0
|
||||
@ -36,7 +43,9 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::Builder::Module)
|
||||
%if %{with perl_List_MoreUtils_XS_enables_optional_test}
|
||||
BuildRequires: perl(Test::LeakTrace)
|
||||
%endif
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Tie::Array)
|
||||
# Runtime
|
||||
@ -79,6 +88,9 @@ make test
|
||||
%{_mandir}/man3/List::MoreUtils::XS.3*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 08 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.430-3
|
||||
- Do not run optional test on RHEL (bug #1947387)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.430-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user