From cbbd9999cd174aca2fb84fc7982a15ede604a87d Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 24 Apr 2020 08:33:27 +0200 Subject: [PATCH] --- lldb-experimental.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 5f6bbc1..583b2f4 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -12,7 +12,7 @@ %endif Name: lldb-experimental Version: 11.0.0 -Release: 0.20200424snap1%{?dist} +Release: 0.20200424snap2%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -75,7 +75,8 @@ test -d ../$REF/ && OPTS="$OPTS --reference ../$REF" git clone --depth 10000 --single-branch $OPTS https://github.com/llvm/llvm-project.git . %if %{use_jankratochvil_dwz} || %{use_jankratochvil_rust} git remote remove jankratochvil || : -git remote add jankratochvil git://git.jankratochvil.net/lldb +#git remote add jankratochvil git://git.jankratochvil.net/lldb +git remote add jankratochvil https://github.com/jankratochvil/llvm-project.git git fetch jankratochvil git config user.email jankratochvil@copr.fedorainfracloud.org git config user.name jankratochvil @@ -172,7 +173,7 @@ done rm -fv %{buildroot}%{_libdir}/*.a ### python: fix liblldb.so -> liblldb.so.7 symlink target -(cd %{buildroot}%{pkg_prefix}/lib/python*/site-packages/lldb/ +(cd %{buildroot}%{pkg_prefix}/%{_lib}/python*/site-packages/lldb/ ln -vsf "$(dirname $(readlink _lldb.so))/$(readlink $(readlink _lldb.so))" _lldb.so ) -- 1.8.3.1