(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 24 Apr 2020 06:33:27 +0000 (08:33 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 24 Apr 2020 06:33:27 +0000 (08:33 +0200)
lldb-experimental.spec

index 5f6bbc1..583b2f4 100644 (file)
@@ -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
 )