update to 13.0.0 [release 13.0.0-1mamba;Sat Oct 23 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 06:25:49 +01:00
parent ed8e3a4296
commit 4a0b066b75

View File

@ -1,19 +1,18 @@
%define gccver %(gcc -dumpversion) %define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: lldb Name: lldb
Version: 11.0.1 Version: 13.0.0
Release: 1mamba Release: 1mamba
Summary: Next generation, high-performance debugger Summary: Next generation, high-performance debugger
Group: Development/Languages Group: Development/Languages
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://llvm.org/ URL: https://llvm.org/
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lldb-%{version}.src.tar.xz Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lldb-%{version}.src.tar.xz
License: NCSA License: NCSA
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libclang-devel BuildRequires: libclang-devel
BuildRequires: libedit-devel BuildRequires: libedit-devel
BuildRequires: libgcc BuildRequires: libgcc
@ -21,15 +20,14 @@ BuildRequires: libllvm-devel
BuildRequires: liblua-devel BuildRequires: liblua-devel
BuildRequires: liblzma-devel BuildRequires: liblzma-devel
BuildRequires: libncurses-devel BuildRequires: libncurses-devel
BuildRequires: libpython-devel
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libclang-devel >= 13.0.0
BuildRequires: llvm BuildRequires: llvm
BuildRequires: lld BuildRequires: lld
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Next generation, high-performance debugger. Next generation, high-performance debugger.
@ -75,7 +73,11 @@ cmake .. -G Ninja \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLLVM_LINK_LLVM_DYLIB=ON \ -DLLVM_LINK_LLVM_DYLIB=ON \
-DLLDB_USE_SYSTEM_SIX=1 -DLLDB_USE_SYSTEM_SIX=1 \
-DPython3_EXECUTABLE=%{__python3} \
-DPython3_LIBRARY=%{_libdir}/libpython%{python3_version}.so \
-DLLDB_PYTHON_RELATIVE_PATH=%{_lib}/python3.7/site-packages \
-Wno-dev
ninja ninja
@ -120,6 +122,9 @@ ninja install
#%{_docdir}/lldb/* #%{_docdir}/lldb/*
%changelog %changelog
* Sat Oct 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.0-1mamba
- update to 13.0.0
* Mon Jan 18 2021 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba * Mon Jan 18 2021 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba
- automatic version update by autodist - automatic version update by autodist