trim silly source URL

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/shaderc?expand=0&rev=14
This commit is contained in:
Jan Engelhardt 2020-08-17 11:50:09 +00:00 committed by Git OBS Bridge
parent 28fffee4c1
commit 1d0508a3f2

View File

@ -26,7 +26,7 @@ Group: Development/Tools/Other
URL: https://github.com/google/shaderc
#Git-Clone: https://github.com/google/shaderc
Source: https://github.com/google/shaderc/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source: https://github.com/google/shaderc/archive/%name-%version.tar.gz
Patch1: 0001-Use-system-third-party-libs.patch
BuildRequires: c++_compiler
BuildRequires: cmake
@ -65,7 +65,7 @@ Shaderc wraps around core functionality in glslang and SPIRV-Tools
%prep
%autosetup -p1
echo "\"%{version}\"" > glslc/src/build-version.inc
echo "\"%version\"" >glslc/src/build-version.inc
%build
%cmake -DSHADERC_SKIP_TESTS=ON