automatic version update by autodist [release 19.1.2-1mamba;Tue Oct 15 2024]
This commit is contained in:
parent
52270edf8d
commit
629a46e6d7
@ -1,7 +1,7 @@
|
|||||||
%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: 19.1.1
|
Version: 19.1.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Next generation, high-performance debugger
|
Summary: Next generation, high-performance debugger
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -19,7 +19,7 @@ BuildRequires: libclang-devel
|
|||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libllvm-devel
|
BuildRequires: libllvm-devel
|
||||||
BuildRequires: liblua-devel
|
BuildRequires: liblua53-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
@ -107,9 +107,7 @@ ninja install
|
|||||||
%{_bindir}/lldb-*
|
%{_bindir}/lldb-*
|
||||||
%dir %{python3_sitearch}/lldb
|
%dir %{python3_sitearch}/lldb
|
||||||
%{python3_sitearch}/lldb/*
|
%{python3_sitearch}/lldb/*
|
||||||
%ifarch x86_64
|
|
||||||
%{_prefix}/lib/lua/*/lldb.so
|
%{_prefix}/lib/lua/*/lldb.so
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -131,6 +129,9 @@ ninja install
|
|||||||
#%{_docdir}/lldb/*
|
#%{_docdir}/lldb/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 15 2024 Automatic Build System <autodist@openmamba.org> 19.1.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Oct 02 2024 Automatic Build System <autodist@openmamba.org> 19.1.1-1mamba
|
* Wed Oct 02 2024 Automatic Build System <autodist@openmamba.org> 19.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user