automatic version update by autodist [release 8.2-1mamba;Wed Sep 12 2018]
This commit is contained in:
parent
39fb32b28c
commit
0b2d8004fe
11
gdb.spec
11
gdb.spec
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 8.1.1
|
Version: 8.2
|
||||||
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
|
||||||
@ -111,6 +111,7 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gcore
|
%{_bindir}/gcore
|
||||||
%{_bindir}/gdb
|
%{_bindir}/gdb
|
||||||
|
%{_bindir}/gdb-add-index
|
||||||
%{_bindir}/gdbserver
|
%{_bindir}/gdbserver
|
||||||
#%{_bindir}/gdbtui
|
#%{_bindir}/gdbtui
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
@ -120,8 +121,8 @@ exit 0
|
|||||||
%{_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/*
|
||||||
@ -137,12 +138,16 @@ exit 0
|
|||||||
%{_infodir}/stabs.info*
|
%{_infodir}/stabs.info*
|
||||||
%{_mandir}/man1/gcore.1*
|
%{_mandir}/man1/gcore.1*
|
||||||
%{_mandir}/man1/gdb.*
|
%{_mandir}/man1/gdb.*
|
||||||
|
%{_mandir}/man1/gdb-add-index.1*
|
||||||
%{_mandir}/man1/gdbserver.*
|
%{_mandir}/man1/gdbserver.*
|
||||||
%{_mandir}/man5/gdbinit.5*
|
%{_mandir}/man5/gdbinit.5*
|
||||||
%doc COPYING COPYING.LIB
|
%doc COPYING COPYING.LIB
|
||||||
#README gdb/NEWS
|
#README gdb/NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2018 Automatic Build System <autodist@mambasoft.it> 8.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 09 2018 Automatic Build System <autodist@mambasoft.it> 8.1.1-1mamba
|
* Thu Aug 09 2018 Automatic Build System <autodist@mambasoft.it> 8.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user