(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 22 Jul 2020 15:01:02 +0000 (17:01 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 22 Jul 2020 15:01:02 +0000 (17:01 +0200)
lldb-experimental.spec

index 6c58f04..a9bc760 100644 (file)
@@ -12,7 +12,7 @@
 %endif
 Name: lldb-experimental
 Version: 11.0.0
-Release: 0.20200722snap1%{?dist}
+Release: 0.20200722snap2%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -170,7 +170,8 @@ mkdir -p %{buildroot}%{pkg_prefix}
 %endif
 ) >%{buildroot}%{pkg_prefix}/HEAD
 %if 0%{?rhel:1} && 0%{?rhel} <= 8
-DESTDIR="%{buildroot}" %__cmake --install .
+# It runs a new configure without installing anything: DESTDIR="%{buildroot}" #__cmake --install .
+%make_install
 %else
 %cmake_install
 %endif