automatic version update by autodist [release 11.1.0-1mamba;Fri Jan 15 2021]
This commit is contained in:
parent
7b1483b490
commit
a60d6c65cc
11
glslang.spec
11
glslang.spec
@ -1,5 +1,5 @@
|
||||
Name: glslang
|
||||
Version: 8.13.3743
|
||||
Version: 11.1.0
|
||||
Release: 1mamba
|
||||
Summary: Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator
|
||||
Group: Development/Tools
|
||||
@ -65,6 +65,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libglslang.so.*
|
||||
%{_libdir}/libSPIRV.so
|
||||
%{_libdir}/libSPVRemapper.so
|
||||
%{_libdir}/libglslang-default-resource-limits.so
|
||||
@ -73,9 +74,8 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/SPIRV
|
||||
%{_includedir}/SPIRV/*
|
||||
%dir %{_includedir}/glslang
|
||||
%{_includedir}/glslang/build_info.h
|
||||
%dir %{_includedir}/glslang/Include
|
||||
%{_includedir}/glslang/Include/*.h
|
||||
%dir %{_includedir}/glslang/MachineIndependent
|
||||
@ -85,6 +85,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_includedir}/glslang/SPIRV/spirv.hpp
|
||||
%dir %{_includedir}/glslang/Public
|
||||
%{_includedir}/glslang/Public/*.h
|
||||
%dir %{_includedir}/glslang/HLSL
|
||||
%{_includedir}/glslang/HLSL/*.h
|
||||
%dir %{_includedir}/glslang/SPIRV
|
||||
%{_includedir}/glslang/SPIRV/*.h
|
||||
%{_libdir}/cmake/*.cmake
|
||||
@ -93,6 +95,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README-spirv-remap.txt README.md
|
||||
|
||||
%changelog
|
||||
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 30 2020 Automatic Build System <autodist@mambasoft.it> 8.13.3743-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user