From 9c01094b83b4609b4341334b332f6521eba73ff4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: May 30 2017 23:20:57 +0000 Subject: Don't run ldc tests Signed-off-by: Igor Gnatenko --- diff --git a/meson.spec b/meson.spec index bcea7e4..de2b488 100644 --- a/meson.spec +++ b/meson.spec @@ -2,7 +2,7 @@ Name: meson Version: 0.40.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High productivity build system License: ASL 2.0 @@ -23,9 +23,12 @@ BuildRequires: gcc-objc++ BuildRequires: java-devel BuildRequires: mono-core mono-devel BuildRequires: rust -# No ldc as of RHEL7 -%if ! 0%{?rhel} && ! 0%{?_module_build} -BuildRequires: ldc +# No ldc as of RHEL7 and on non-ldc arches +%if ! 0%{?rhel} || 0%{?rhel} > 7 +# Since the build is noarch, we can't use %ifarch +#%%ifarch %%{ldc_arches} +#BuildRequires: ldc +#%%endif %endif # Various libs support BuildRequires: boost-devel @@ -94,6 +97,9 @@ export MESON_PRINT_TEST_OUTPUT=1 %{rpmmacrodir}/macros.%{name} %changelog +* Wed May 31 2017 Igor Gnatenko - 0.40.1-2 +- Don't run ldc tests + * Fri Apr 28 2017 Igor Gnatenko - 0.40.1-1 - Update to 0.40.1