(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 28 Jan 2021 09:47:15 +0000 (10:47 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 28 Jan 2021 09:47:15 +0000 (10:47 +0100)
lldb-experimental.spec

index a0bc7b0..2b71cdf 100644 (file)
@@ -1,6 +1,3 @@
-# No space left on device.
-# https://download.copr.fedorainfracloud.org/results/jankratochvil/lldb/fedora-33-x86_64/01907988-lldb-experimental/builder-live.log
-%global _lto_cflags %{nil}
 %global fast 0
 %global use_jankratochvil_dwz 1
 %global use_jankratochvil_rust 0
@@ -14,8 +11,8 @@
 %global debug_package %{nil}
 %endif
 Name: lldb-experimental
-Version: 12.0.0
-Release: 0.20210128snap0%{?dist}
+Version: 13.0.0
+Release: 0.20210128snap1%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -195,7 +192,6 @@ CXXFLAGS="$FLAGS"
 # ../../../../lib64/libclangLex.a(PreprocessingRecord.cpp.o)(.debug_types+0xfe): error: undefined reference to 'clang::SourceRange::getBegin() const'
 %cmake llvm \
   -DCMAKE_INSTALL_PREFIX=%{pkg_prefix} \
-  -DBUILD_SHARED_LIBS=OFF \
 %if %{fast}
   -DCMAKE_BUILD_TYPE=Release \
 %else
@@ -245,6 +241,7 @@ rm -fv %{buildroot}%{_libdir}/*.a
 (cd %{buildroot}%{pkg_prefix}/%{_lib}/python*/site-packages/lldb/
  ln -vsf "$(dirname $(readlink _lldb.so))/$(readlink $(readlink _lldb.so))" _lldb.so
 )
+du -shc $PWD %{buildroot}
 
 %files
 %{_bindir}/lldb-experimental
@@ -262,7 +259,6 @@ rm -fv %{buildroot}%{_libdir}/*.a
 %{pkg_prefix}/include
 %{pkg_prefix}/%{_lib}/lib[^l]*.so.*
 %{pkg_prefix}/%{_lib}/*.so
-%{pkg_prefix}/%{_lib}/*.a
 
 %changelog
 * Thu Apr  5 2018 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.0.0-0.1