Name: shaderc Version: 2020.3 Release: slava0 Summary: A collection of tools, libraries and tests for shader compilation. License: Apache Group: System/Libraries Url: https://github.com/google/shaderc Source: %name-%version.tar.gz %description A collection of tools, libraries and tests for shader compilation. At the moment it includes: glslc, a command line compiler for GLSL/HLSL to SPIR-V, and libshaderc, a library API for accessing glslc functionality. %prep %setup -n %name-%version %build %cmake -DCMAKE_BUILD_TYPE=Release -DSHADERC_SKIP_TESTS=ON -DSHADERC_ENABLE_TESTS=OFF \ -DSHADERC_SPIRV_TOOLS_DIR=/usr/share/cmake/SPIRV-Tools %cmake_build %install %cmakeinstall_std %files %_bindir/* %_libdir/* %_datadir/* %_sysconfdir/* %doc README.md CONTRIBUTING.md LICENSE LICENSES doc/*.md %changelog * Thu Nov 19 2020 Viacheslav Dikonov 2020.3-slava0 - ALTLinux build