automatic version update by autodist [release 12.3.1-1mamba;Sat Jul 22 2023]
This commit is contained in:
parent
1b19a0a9d4
commit
78b463b852
11
glslang.spec
11
glslang.spec
@ -1,5 +1,5 @@
|
|||||||
Name: glslang
|
Name: glslang
|
||||||
Version: 12.2.0
|
Version: 12.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator
|
Summary: Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -57,7 +57,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/glslangValidator
|
%{_bindir}/glslang
|
||||||
%{_bindir}/spirv-remap
|
%{_bindir}/spirv-remap
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
@ -66,7 +66,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libHLSL.so.*
|
%{_libdir}/libHLSL.so.*
|
||||||
%{_libdir}/libSPIRV.so.*
|
%{_libdir}/libSPIRV.so.*
|
||||||
%{_libdir}/libSPVRemapper.so.*
|
%{_libdir}/libSPVRemapper.so.*
|
||||||
%{_libdir}/libglslang-default-resource-limits.so.*
|
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -86,9 +85,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/glslang/HLSL/*.h
|
%{_includedir}/glslang/HLSL/*.h
|
||||||
%dir %{_includedir}/glslang/SPIRV
|
%dir %{_includedir}/glslang/SPIRV
|
||||||
%{_includedir}/glslang/SPIRV/*.h
|
%{_includedir}/glslang/SPIRV/*.h
|
||||||
|
%{_libdir}/libglslang-default-resource-limits.a
|
||||||
%{_libdir}/libSPIRV.so
|
%{_libdir}/libSPIRV.so
|
||||||
%{_libdir}/libSPVRemapper.so
|
%{_libdir}/libSPVRemapper.so
|
||||||
%{_libdir}/libglslang-default-resource-limits.so
|
#%{_libdir}/libglslang-default-resource-limits.so
|
||||||
%{_libdir}/libglslang.so
|
%{_libdir}/libglslang.so
|
||||||
%{_libdir}/libHLSL.so
|
%{_libdir}/libHLSL.so
|
||||||
%{_libdir}/cmake/*.cmake
|
%{_libdir}/cmake/*.cmake
|
||||||
@ -97,6 +97,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README-spirv-remap.txt README.md
|
%doc README-spirv-remap.txt README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 12.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 12.2.0-1mamba
|
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 12.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user