Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-06 16:07:41 +02:00
parent 04ebd44c72
commit 8388e1d7e6

View File

@ -5,7 +5,11 @@
%bcond_with perl_Unicode_UTF8_enables_Module_Install_ReadmeFromPod
%endif
# Run optional test
%if ! (0%{?rhel})
%bcond_without perl_Unicode_UTF8_enables_optional_test
%else
%bcond_with perl_Unicode_UTF8_enables_optional_test
%endif
Summary: Encoding and decoding of UTF-8 encoding form
Name: perl-Unicode-UTF8