From 35498d029d0ceb75a15468715b3cb5025e1ed6b0 Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Wed, 3 Jan 2018 12:47:38 +0000 Subject: [PATCH] Exclude s390x and ppc64 from check section --- glslang.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glslang.spec b/glslang.spec index 5e3e887..f13dc7b 100644 --- a/glslang.spec +++ b/glslang.spec @@ -5,7 +5,7 @@ Name: glslang Version: 3.1 -Release: 0.2%{?gitrel}%{?dist} +Release: 0.3%{?gitrel}%{?dist} Summary: OpenGL and OpenGL ES shader front end and validator License: BSD and GPLv3+ and ASL 2.0 @@ -49,10 +49,12 @@ popd %install %{make_install} -C build +%ifnarch s390x ppc64 %check pushd Test ./runtests popd +%endif # Install libglslang-default-resource-limits.a install -pm 0644 build/StandAlone/libglslang-default-resource-limits.a %{buildroot}%{_libdir}/ @@ -74,6 +76,9 @@ install -pm 0644 build/StandAlone/libglslang-default-resource-limits.a %{buildro %{_libdir}/libglslang-default-resource-limits.a %changelog +* Wed Jan 03 2018 Leigh Scott - 3.1-0.3.20171028.git715c353 +- Exclude s390x and ppc64 from check section + * Wed Jan 03 2018 Leigh Scott - 3.1-0.2.20171028.git715c353 - Add check section to run tests - Split binaries into main package