Disable optional test on RHEL

f38
Jitka Plesnikova 4 years ago
parent eba4cc7f0d
commit ebd4bdcc40

@ -1,6 +1,13 @@
# Run optional test
%if ! (0%{?rhel})
%bcond_without perl_Devel_CheckLib_enables_optional_test
%else
%bcond_with perl_Devel_CheckLib_enables_optional_test
%endif
Name: perl-Devel-CheckLib Name: perl-Devel-CheckLib
Version: 1.14 Version: 1.14
Release: 4%{?dist} Release: 5%{?dist}
Summary: Check that a library is available Summary: Check that a library is available
License: GPL+ or Artistic License: GPL+ or Artistic
@ -26,7 +33,9 @@ BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
# Optional tests # Optional tests
%if %{with perl_Devel_CheckLib_enables_optional_test}
BuildRequires: perl(Mock::Config) BuildRequires: perl(Mock::Config)
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -57,6 +66,9 @@ make test
%changelog %changelog
* Thu Dec 10 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.14-5
- Disable optional test on RHEL
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-4 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save