Disable extra test in RHEL builds
Based on: https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1
This commit is contained in:
parent
47601ce8b1
commit
102ebafc20
@ -1,9 +1,13 @@
|
|||||||
# Run extra tests
|
# Run extra tests
|
||||||
|
%if ! (0%{?rhel})
|
||||||
%bcond_without perl_List_MoreUtils_XS_enables_extra_test
|
%bcond_without perl_List_MoreUtils_XS_enables_extra_test
|
||||||
|
%else
|
||||||
|
%bcond_with perl_List_MoreUtils_XS_enables_extra_test
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: perl-List-MoreUtils-XS
|
Name: perl-List-MoreUtils-XS
|
||||||
Version: 0.430
|
Version: 0.430
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Provide compiled List::MoreUtils functions
|
Summary: Provide compiled List::MoreUtils functions
|
||||||
# Code from List-MoreUtils < 0.417 is GPL-1.0-or-later OR Artistic-1.0-Perl
|
# Code from List-MoreUtils < 0.417 is GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
# Anything after that is Apache-2.0
|
# Anything after that is Apache-2.0
|
||||||
@ -84,6 +88,10 @@ make test
|
|||||||
%{_mandir}/man3/List::MoreUtils::XS.3*
|
%{_mandir}/man3/List::MoreUtils::XS.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2023 Paul Howarth <paul@city-fan.org> - 0.430-9
|
||||||
|
- Disable extra test in RHEL builds (based on
|
||||||
|
https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1)
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.430-8
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.430-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user