From 6b328860f22d97a167350e107896f33f663916a8 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Feb 02 2020 20:34:49 +0000 Subject: Revert "rm unneeded include files" This reverts commit e645d1559610a5e7582665dbbc2ed63401eabf41. These files are needed to build libshaderc. Signed-off-by: Robert-André Mauchin --- diff --git a/glslang.spec b/glslang.spec index 89b8f16..7a0fd74 100644 --- a/glslang.spec +++ b/glslang.spec @@ -5,7 +5,7 @@ Name: glslang Version: 8.13.3559 -Release: 1%{?gitrel}%{?dist} +Release: 2%{?gitrel}%{?dist} Summary: OpenGL and OpenGL ES shader front end and validator License: BSD and GPLv3+ and ASL 2.0 @@ -54,9 +54,6 @@ popd %install %{ninja_install} -C build -# we don't want them in here -rm -rf %{buildroot}%{_includedir}/SPIRV - %ifnarch s390x ppc64 %check pushd Test @@ -74,6 +71,7 @@ install -pm 0644 build/StandAlone/libglslang-default-resource-limits.a %{buildro %files devel %{_includedir}/glslang/ +%{_includedir}/SPIRV/ %{_libdir}/libHLSL.a %{_libdir}/libOGLCompiler.a %{_libdir}/libOSDependent.a @@ -86,6 +84,9 @@ install -pm 0644 build/StandAlone/libglslang-default-resource-limits.a %{buildro %{_libdir}/cmake/* %changelog +* Sun Feb 02 2020 Robert-André Mauchin - 8.13.3559-2 +- Keep SPIRV include files + * Wed Jan 29 2020 Dave Airlie - 8.13.3559-1 - Update to latest git snapshot