#2 Revert "rm unneeded include files"
Opened 4 years ago by eclipseo. Modified 4 years ago
rpms/ eclipseo/glslang master  into  rawhide

file modified
+5 -4
@@ -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 @@ 

  %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 @@ 

  

  %files devel

  %{_includedir}/glslang/

+ %{_includedir}/SPIRV/

  %{_libdir}/libHLSL.a

  %{_libdir}/libOGLCompiler.a

  %{_libdir}/libOSDependent.a
@@ -86,6 +84,9 @@ 

  %{_libdir}/cmake/*

  

  %changelog

+ * Sun Feb 02 2020 Robert-André Mauchin <zebob.m@gmail.com> -  8.13.3559-2

+ - Keep SPIRV include files

+ 

  * Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 8.13.3559-1

  - Update to latest git snapshot

  

This reverts commit e645d15.

These files are needed to build libshaderc.

Signed-off-by: Robert-André Mauchin zebob.m@gmail.com

Sorry for the accidental commits as PP, I thought I was on my fork.

rebased onto 6b32886

4 years ago

libshaderc should be using the files in the new location.