automatic version update by autodist [release 9.1-1mamba;Fri Feb 14 2020]

This commit is contained in:
Automatic Build System 2024-01-05 22:39:22 +01:00
parent 0a76e37cb0
commit a1fb20271b

View File

@ -5,7 +5,7 @@
%endif
Name: gdb
Version: 8.3.1
Version: 9.1
Release: 1mamba
Summary: A GNU source-level debugger for C, C++, Java and other languages
Group: Development/Tools
@ -55,6 +55,8 @@ Those programs might be executing on the same machine as GDB (native) or on anot
If you are going to develop C and/or C++ programs and use the GNU gcc compiler, you may want to install gdb to help you debug your programs.
%debug_package
%prep
%setup -q
#-D -T
@ -68,6 +70,10 @@ cat > gdb/version.in << EOF
EOF
%build
mkdir build
cd build
ln -s ../configure .
%configure \
--with-separate-debug-dir=%{_prefix}/lib/debug \
--host=%{_target_platform} \
@ -82,7 +88,7 @@ EOF
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%makeinstall -C build
## install the gcore script in /usr/bin
#install -m 755 gdb/gdb_gcore.sh %{buildroot}%{_bindir}/gcore
@ -123,6 +129,10 @@ exit 0
%else
%{_libdir}/libinproctrace.so
%endif
%{_libdir}/libctf-nobfd.a
%{_libdir}/libctf-nobfd.la
%{_libdir}/libctf.a
%{_libdir}/libctf.la
%dir %{_datadir}/gdb
#%dir %{_datadir}/gdb/guile
#%{_datadir}/gdb/guile/*
@ -148,6 +158,9 @@ exit 0
#README gdb/NEWS
%changelog
* Fri Feb 14 2020 Automatic Build System <autodist@mambasoft.it> 9.1-1mamba
- automatic version update by autodist
* Thu Oct 03 2019 Automatic Build System <autodist@mambasoft.it> 8.3.1-1mamba
- automatic version update by autodist