From 829ce8864bd00a42e40114d8cf600488bac9f0ff Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 24 Apr 2020 08:45:31 +0200 Subject: [PATCH] --- lldb-experimental.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 583b2f4..bed8823 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -12,7 +12,7 @@ %endif Name: lldb-experimental Version: 11.0.0 -Release: 0.20200424snap2%{?dist} +Release: 0.20200424snap3%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -64,7 +64,7 @@ The package contains header files for %{name}. %prep %setup -q -c -T -OPTS="" +OPTS="--depth 10000" %if !0%{?rhel:1} || 0%{?rhel} > 7 OPTS="$OPTS --no-tags" %endif @@ -72,12 +72,12 @@ REF="reference" # RHEL-7 does not support: --reference-if-able test -d ../$REF/ && OPTS="$OPTS --reference ../$REF" # 2500 = 1 month in 2019 -git clone --depth 10000 --single-branch $OPTS https://github.com/llvm/llvm-project.git . +git clone --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 https://github.com/jankratochvil/llvm-project.git -git fetch jankratochvil +git fetch $OPTS jankratochvil git config user.email jankratochvil@copr.fedorainfracloud.org git config user.name jankratochvil %endif @@ -187,7 +187,7 @@ rm -fv %{buildroot}%{_libdir}/*.a %{pkg_prefix}/bin/lldb-argdumper # RHEL-7: File not found by glob: .../lib{lldb,clang,LLVM}*.so.* %{pkg_prefix}/%{_lib}/libl*.so.* -%{pkg_prefix}/lib/python* +%{pkg_prefix}/%{_lib}/python* %files devel %{pkg_prefix}/include -- 1.8.3.1