Exclude s390x and ppc64 from check section

This commit is contained in:
leigh123linux 2018-01-03 12:47:38 +00:00
parent c64a2302fe
commit 35498d029d
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: glslang Name: glslang
Version: 3.1 Version: 3.1
Release: 0.2%{?gitrel}%{?dist} Release: 0.3%{?gitrel}%{?dist}
Summary: OpenGL and OpenGL ES shader front end and validator Summary: OpenGL and OpenGL ES shader front end and validator
License: BSD and GPLv3+ and ASL 2.0 License: BSD and GPLv3+ and ASL 2.0
@ -49,10 +49,12 @@ popd
%install %install
%{make_install} -C build %{make_install} -C build
%ifnarch s390x ppc64
%check %check
pushd Test pushd Test
./runtests ./runtests
popd popd
%endif
# Install libglslang-default-resource-limits.a # Install libglslang-default-resource-limits.a
install -pm 0644 build/StandAlone/libglslang-default-resource-limits.a %{buildroot}%{_libdir}/ 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 %{_libdir}/libglslang-default-resource-limits.a
%changelog %changelog
* Wed Jan 03 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.1-0.3.20171028.git715c353
- Exclude s390x and ppc64 from check section
* Wed Jan 03 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.1-0.2.20171028.git715c353 * Wed Jan 03 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.1-0.2.20171028.git715c353
- Add check section to run tests - Add check section to run tests
- Split binaries into main package - Split binaries into main package