Disable guile support as it is not used for years
(cherry picked from commit e20898ea81fcf359366cbf6b3c60bb67abcb6075)
This commit is contained in:
parent
b07b3b4e80
commit
9217ecb8c0
11
gdb.spec
11
gdb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 14.1
|
Version: 14.1
|
||||||
Release: 3
|
Release: 4
|
||||||
|
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL-1.3
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL-1.3
|
||||||
Source: https://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
|
Source: https://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
|
||||||
@ -101,7 +101,7 @@ BuildRequires: readline-devel >= 6.2-4
|
|||||||
BuildRequires: gcc-c++ ncurses-devel texinfo gettext flex bison
|
BuildRequires: gcc-c++ ncurses-devel texinfo gettext flex bison
|
||||||
BuildRequires: expat-devel xz-devel rpm-devel zlib-devel libselinux-devel
|
BuildRequires: expat-devel xz-devel rpm-devel zlib-devel libselinux-devel
|
||||||
BuildRequires: python3-devel texinfo-tex
|
BuildRequires: python3-devel texinfo-tex
|
||||||
BuildRequires: perl-podlators libbabeltrace-devel guile-devel mpfr-devel gmp-devel
|
BuildRequires: perl-podlators libbabeltrace-devel mpfr-devel gmp-devel
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: libipt-devel
|
BuildRequires: libipt-devel
|
||||||
%endif
|
%endif
|
||||||
@ -185,7 +185,7 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
--without-stage1-ldflags \
|
--without-stage1-ldflags \
|
||||||
--disable-libmcheck \
|
--disable-libmcheck \
|
||||||
--with-babeltrace \
|
--with-babeltrace \
|
||||||
--with-guile \
|
--without-guile \
|
||||||
--with-system-readline \
|
--with-system-readline \
|
||||||
--with-expat \
|
--with-expat \
|
||||||
--without-libexpat-prefix \
|
--without-libexpat-prefix \
|
||||||
@ -332,9 +332,12 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py
|
|||||||
%doc %{gdb_build}/gdb/doc/{gdb,annotate}.{html,pdf}
|
%doc %{gdb_build}/gdb/doc/{gdb,annotate}.{html,pdf}
|
||||||
%{_infodir}/annotate.info*
|
%{_infodir}/annotate.info*
|
||||||
%{_infodir}/gdb.info*
|
%{_infodir}/gdb.info*
|
||||||
%{_infodir}/ctf-spec.info.gz
|
%{_infodir}/ctf-spec.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 17 2025 Funda Wang <fundawang@yeah.net> - 14.1-4
|
||||||
|
- Disable guile support as it is not used for years
|
||||||
|
|
||||||
* Thu Jun 13 2024 wangxiao <wangxiao184@h-partners.com> - 14.1-3
|
* Thu Jun 13 2024 wangxiao <wangxiao184@h-partners.com> - 14.1-3
|
||||||
- modify gdb-help package's license GFDL to GFDL-1.3-or-later
|
- modify gdb-help package's license GFDL to GFDL-1.3-or-later
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user