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
|
%endif
|
||||||
|
|
||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 9.2
|
Version: 10.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
|
||||||
@ -19,22 +19,29 @@ Patch1: %{name}-6.3-gdbinit_stat.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libgc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgmp-devel
|
BuildRequires: libgmp-devel
|
||||||
|
BuildRequires: libguile-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libmpfr-devel
|
BuildRequires: libmpfr-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libnsl-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython27-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libxxhash-devel
|
||||||
BuildRequires: source-highlight-devel
|
BuildRequires: source-highlight-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
%if "%{stage1}" != "1"
|
#%if "%{stage1}" != "1"
|
||||||
BuildRequires: gcc-java
|
#BuildRequires: gcc-java
|
||||||
%endif
|
#%endif
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libobjc-devel
|
BuildRequires: libobjc-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
@ -122,15 +129,16 @@ exit 0
|
|||||||
%{_bindir}/gdb-add-index
|
%{_bindir}/gdb-add-index
|
||||||
%{_bindir}/gdbserver
|
%{_bindir}/gdbserver
|
||||||
#%{_bindir}/gdbtui
|
#%{_bindir}/gdbtui
|
||||||
%ifarch arm
|
%ifarch arm aarch64
|
||||||
%{_bindir}/run
|
%{_bindir}/run
|
||||||
%{_libdir}/lib%{_host}-sim.a
|
%{_libdir}/lib%{_host}-sim.a
|
||||||
%else
|
%endif
|
||||||
|
%ifnarch arm
|
||||||
%{_libdir}/libinproctrace.so
|
%{_libdir}/libinproctrace.so
|
||||||
%endif
|
%endif
|
||||||
%dir %{_datadir}/gdb
|
%dir %{_datadir}/gdb
|
||||||
#%dir %{_datadir}/gdb/guile
|
%dir %{_datadir}/gdb/guile
|
||||||
#%{_datadir}/gdb/guile/*
|
%{_datadir}/gdb/guile/*
|
||||||
%dir %{_datadir}/gdb/python
|
%dir %{_datadir}/gdb/python
|
||||||
%dir %{_datadir}/gdb/python/gdb
|
%dir %{_datadir}/gdb/python/gdb
|
||||||
%{_datadir}/gdb/python/gdb/*
|
%{_datadir}/gdb/python/gdb/*
|
||||||
@ -153,6 +161,9 @@ exit 0
|
|||||||
#README gdb/NEWS
|
#README gdb/NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 29 2020 Automatic Build System <autodist@mambasoft.it> 9.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user