rebuilt with python3 [release 12.1-2mamba;Tue Jan 10 2023]
This commit is contained in:
parent
2a1e69b911
commit
023a03c18f
8
gdb.spec
8
gdb.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gdb
|
||||
Version: 12.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -29,7 +29,7 @@ BuildRequires: libguile-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libpython39-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxxhash-devel
|
||||
BuildRequires: source-highlight-devel
|
||||
@ -84,6 +84,7 @@ ln -s ../configure .
|
||||
--with-separate-debug-dir=%{_prefix}/lib/debug \
|
||||
--host=%{_target_platform} \
|
||||
--build=%{_target_platform} \
|
||||
--with-python=%{__python3} \
|
||||
--disable-rpath \
|
||||
%ifarch arm aarch64
|
||||
--disable-sim
|
||||
@ -160,6 +161,9 @@ exit 0
|
||||
#README gdb/NEWS
|
||||
|
||||
%changelog
|
||||
* Tue Jan 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 12.1-2mamba
|
||||
- rebuilt with python3
|
||||
|
||||
* Mon May 02 2022 Automatic Build System <autodist@mambasoft.it> 12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user