X-Git-Url: https://git.jankratochvil.net/?p=lldb-experimental.git;a=blobdiff_plain;f=lldb-experimental.spec;h=bed88233ea6ebdca0c461f8cc932fe77d03ac893;hp=583b2f484d60fdae16c12cb47ac253f105d869ef;hb=829ce8864bd00a42e40114d8cf600488bac9f0ff;hpb=cbbd9999cd174aca2fb84fc7982a15ede604a87d 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