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 %endif
Name: gdb Name: gdb
Version: 8.3.1 Version: 9.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
@ -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. 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 %prep
%setup -q %setup -q
#-D -T #-D -T
@ -68,6 +70,10 @@ cat > gdb/version.in << EOF
EOF EOF
%build %build
mkdir build
cd build
ln -s ../configure .
%configure \ %configure \
--with-separate-debug-dir=%{_prefix}/lib/debug \ --with-separate-debug-dir=%{_prefix}/lib/debug \
--host=%{_target_platform} \ --host=%{_target_platform} \
@ -82,7 +88,7 @@ EOF
%install %install
[ "%{buildroot}" != / ] && rm -rf %{buildroot} [ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall %makeinstall -C build
## install the gcore script in /usr/bin ## install the gcore script in /usr/bin
#install -m 755 gdb/gdb_gcore.sh %{buildroot}%{_bindir}/gcore #install -m 755 gdb/gdb_gcore.sh %{buildroot}%{_bindir}/gcore
@ -123,6 +129,10 @@ exit 0
%else %else
%{_libdir}/libinproctrace.so %{_libdir}/libinproctrace.so
%endif %endif
%{_libdir}/libctf-nobfd.a
%{_libdir}/libctf-nobfd.la
%{_libdir}/libctf.a
%{_libdir}/libctf.la
%dir %{_datadir}/gdb %dir %{_datadir}/gdb
#%dir %{_datadir}/gdb/guile #%dir %{_datadir}/gdb/guile
#%{_datadir}/gdb/guile/* #%{_datadir}/gdb/guile/*
@ -148,6 +158,9 @@ exit 0
#README gdb/NEWS #README gdb/NEWS
%changelog %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 * Thu Oct 03 2019 Automatic Build System <autodist@mambasoft.it> 8.3.1-1mamba
- automatic version update by autodist - automatic version update by autodist