Don't run ldc tests
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
def5053fa5
commit
9c01094b83
14
meson.spec
14
meson.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: meson
|
Name: meson
|
||||||
Version: 0.40.1
|
Version: 0.40.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: High productivity build system
|
Summary: High productivity build system
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -23,9 +23,12 @@ BuildRequires: gcc-objc++
|
|||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: mono-core mono-devel
|
BuildRequires: mono-core mono-devel
|
||||||
BuildRequires: rust
|
BuildRequires: rust
|
||||||
# No ldc as of RHEL7
|
# No ldc as of RHEL7 and on non-ldc arches
|
||||||
%if ! 0%{?rhel} && ! 0%{?_module_build}
|
%if ! 0%{?rhel} || 0%{?rhel} > 7
|
||||||
BuildRequires: ldc
|
# Since the build is noarch, we can't use %ifarch
|
||||||
|
#%%ifarch %%{ldc_arches}
|
||||||
|
#BuildRequires: ldc
|
||||||
|
#%%endif
|
||||||
%endif
|
%endif
|
||||||
# Various libs support
|
# Various libs support
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
@ -94,6 +97,9 @@ export MESON_PRINT_TEST_OUTPUT=1
|
|||||||
%{rpmmacrodir}/macros.%{name}
|
%{rpmmacrodir}/macros.%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 31 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.40.1-2
|
||||||
|
- Don't run ldc tests
|
||||||
|
|
||||||
* Fri Apr 28 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.40.1-1
|
* Fri Apr 28 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.40.1-1
|
||||||
- Update to 0.40.1
|
- Update to 0.40.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user