automatic version update by autodist [release 11.1-1mamba;Mon Sep 13 2021]
This commit is contained in:
parent
2ecc6adc61
commit
2770c403eb
22
gdb.spec
22
gdb.spec
@ -5,14 +5,14 @@
|
||||
%endif
|
||||
|
||||
Name: gdb
|
||||
Version: 10.2
|
||||
Version: 11.1
|
||||
Release: 1mamba
|
||||
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnu.org/software/gdb/gdb.html
|
||||
URL: https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html
|
||||
Source: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
|
||||
Patch0: %{name}-6.3-gentoo_bfd_malloc_wrap.patch
|
||||
Patch1: %{name}-6.3-gdbinit_stat.patch
|
||||
@ -85,9 +85,10 @@ ln -s ../configure .
|
||||
--host=%{_target_platform} \
|
||||
--build=%{_target_platform} \
|
||||
--disable-rpath \
|
||||
CFLAGS="${CFLAGS/ / }" \
|
||||
CXXFLAGS="${CFLAGS/ / }" \
|
||||
FFLAGS="${CFLAGS/ / }"
|
||||
%ifarch arm aarch64
|
||||
--disable-sim
|
||||
%endif
|
||||
|
||||
# --with-system-readline \
|
||||
|
||||
%make
|
||||
@ -127,10 +128,10 @@ exit 0
|
||||
%{_bindir}/gdb-add-index
|
||||
%{_bindir}/gdbserver
|
||||
#%{_bindir}/gdbtui
|
||||
%ifarch arm aarch64
|
||||
%{_bindir}/run
|
||||
%{_libdir}/lib%{_host}-sim.a
|
||||
%endif
|
||||
#%ifarch aarch64
|
||||
#%{_bindir}/run
|
||||
#%{_libdir}/lib%{_host}-sim.a
|
||||
#%endif
|
||||
%ifnarch arm
|
||||
%{_libdir}/libinproctrace.so
|
||||
%endif
|
||||
@ -159,6 +160,9 @@ exit 0
|
||||
#README gdb/NEWS
|
||||
|
||||
%changelog
|
||||
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2-1mamba
|
||||
- update to 10.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user