automatic version update by autodist [release 10.1-1mamba;Mon Nov 09 2020]
This commit is contained in:
parent
132cbe8d78
commit
2363e5c202
27
gdb.spec
27
gdb.spec
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: gdb
|
||||
Version: 9.2
|
||||
Version: 10.1
|
||||
Release: 1mamba
|
||||
Summary: A GNU source-level debugger for C, C++, Java and other languages
|
||||
Group: Development/Tools
|
||||
@ -19,22 +19,29 @@ Patch1: %{name}-6.3-gdbinit_stat.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libnsl-devel
|
||||
BuildRequires: libpython27-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxxhash-devel
|
||||
BuildRequires: source-highlight-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bash
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-fortran
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: gcc-java
|
||||
%endif
|
||||
#%if "%{stage1}" != "1"
|
||||
#BuildRequires: gcc-java
|
||||
#%endif
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libobjc-devel
|
||||
BuildRequires: libreadline-devel
|
||||
@ -122,15 +129,16 @@ exit 0
|
||||
%{_bindir}/gdb-add-index
|
||||
%{_bindir}/gdbserver
|
||||
#%{_bindir}/gdbtui
|
||||
%ifarch arm
|
||||
%ifarch arm aarch64
|
||||
%{_bindir}/run
|
||||
%{_libdir}/lib%{_host}-sim.a
|
||||
%else
|
||||
%endif
|
||||
%ifnarch arm
|
||||
%{_libdir}/libinproctrace.so
|
||||
%endif
|
||||
%dir %{_datadir}/gdb
|
||||
#%dir %{_datadir}/gdb/guile
|
||||
#%{_datadir}/gdb/guile/*
|
||||
%dir %{_datadir}/gdb/guile
|
||||
%{_datadir}/gdb/guile/*
|
||||
%dir %{_datadir}/gdb/python
|
||||
%dir %{_datadir}/gdb/python/gdb
|
||||
%{_datadir}/gdb/python/gdb/*
|
||||
@ -153,6 +161,9 @@ exit 0
|
||||
#README gdb/NEWS
|
||||
|
||||
%changelog
|
||||
* Mon Nov 09 2020 Automatic Build System <autodist@mambasoft.it> 10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 29 2020 Automatic Build System <autodist@mambasoft.it> 9.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user