From 974b6b99e32aa9a107283e0f84907518710f884b Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 21 Sep 2019 20:36:06 +0200 Subject: [PATCH] - C++ 11 and python 3 required now --- shaderc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shaderc.spec b/shaderc.spec index 451e3ac..171a893 100644 --- a/shaderc.spec +++ b/shaderc.spec @@ -7,9 +7,9 @@ Release: 1 License: Apache v2.0 Group: Libraries #Source0Download: https://github.com/google/shaderc/releases +# TODO: https://github.com/google/shaderc/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/google/shaderc/archive/v%{version}.tar.gz # Source0-md5: 8eb2b40712db2762a5cc40b568fd8ad9 -#Source0: https://github.com/google/shaderc/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: %{name}-system-libs.patch Patch1: %{name}-shared.patch URL: https://github.com/google/shaderc @@ -17,8 +17,9 @@ URL: https://github.com/google/shaderc #BuildRequires: asciidoctor BuildRequires: cmake >= 2.8.12 BuildRequires: glslang-devel >= 7.12.3352 -BuildRequires: python >= 2 -BuildRequires: spirv-tools +BuildRequires: libstdc++-devel >= 6:4.7 +BuildRequires: python3 >= 1:3 +BuildRequires: spirv-tools >= 1:2019.4 BuildRequires: spirv-tools-devel >= 1:2019.4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -- 2.44.0