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
|
%endif
|
||||||
|
|
||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 10.2
|
Version: 11.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
|
||||||
Patch0: %{name}-6.3-gentoo_bfd_malloc_wrap.patch
|
Patch0: %{name}-6.3-gentoo_bfd_malloc_wrap.patch
|
||||||
Patch1: %{name}-6.3-gdbinit_stat.patch
|
Patch1: %{name}-6.3-gdbinit_stat.patch
|
||||||
@ -85,9 +85,10 @@ ln -s ../configure .
|
|||||||
--host=%{_target_platform} \
|
--host=%{_target_platform} \
|
||||||
--build=%{_target_platform} \
|
--build=%{_target_platform} \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
CFLAGS="${CFLAGS/ / }" \
|
%ifarch arm aarch64
|
||||||
CXXFLAGS="${CFLAGS/ / }" \
|
--disable-sim
|
||||||
FFLAGS="${CFLAGS/ / }"
|
%endif
|
||||||
|
|
||||||
# --with-system-readline \
|
# --with-system-readline \
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -127,10 +128,10 @@ exit 0
|
|||||||
%{_bindir}/gdb-add-index
|
%{_bindir}/gdb-add-index
|
||||||
%{_bindir}/gdbserver
|
%{_bindir}/gdbserver
|
||||||
#%{_bindir}/gdbtui
|
#%{_bindir}/gdbtui
|
||||||
%ifarch arm aarch64
|
#%ifarch aarch64
|
||||||
%{_bindir}/run
|
#%{_bindir}/run
|
||||||
%{_libdir}/lib%{_host}-sim.a
|
#%{_libdir}/lib%{_host}-sim.a
|
||||||
%endif
|
#%endif
|
||||||
%ifnarch arm
|
%ifnarch arm
|
||||||
%{_libdir}/libinproctrace.so
|
%{_libdir}/libinproctrace.so
|
||||||
%endif
|
%endif
|
||||||
@ -159,6 +160,9 @@ exit 0
|
|||||||
#README gdb/NEWS
|
#README gdb/NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2-1mamba
|
||||||
- update to 10.2
|
- update to 10.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user