[packages/gdb] - guile has been fixed in 10.x

qboosh qboosh at pld-linux.org
Wed Jan 10 22:46:11 CET 2024


commit 57baf2fa78834e3b5bb56aa3ee6ecd409c2f0a23
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jan 10 22:42:59 2024 +0100

    - guile has been fixed in 10.x

 gdb.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gdb.spec b/gdb.spec
index 14b10a8..1a7c794 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -4,10 +4,9 @@
 # - debuginfod (BR: elfutils-debuginfod-devel >= 0.179)
 # - rpm5 librpm support (gdb/configure.ac checks for 4.x or so)
 # - change install msg to poldek in buildid-locate-rpm-pld.patch when poldek allows it. LP#493922
-# - reenable guile after https://sourceware.org/bugzilla/show_bug.cgi?id=21104 is fixed
 #
 # Conditional build:
-%bcond_with	guile		# Guile embedded scripting
+%bcond_without	guile		# Guile embedded scripting
 %bcond_without	python		# build without python support
 
 Summary:	A GNU source-level debugger for C, C++ and Fortran
@@ -54,8 +53,8 @@ BuildRequires:	flex >= 2.6.4
 BuildRequires:	gettext-tools >= 0.12.1
 BuildRequires:	gmp-devel
 %if %{with guile}
-BuildRequires:	guile-devel >= 2.0
-BuildRequires:	guile-devel < 3.2
+BuildRequires:	guile-devel >= 5:2.0
+BuildRequires:	guile-devel < 5:3.2
 %endif
 %ifarch %{ix86} %{x8664}
 BuildRequires:	libipt-devel
@@ -90,6 +89,8 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		autoconf_ver	%(rpm -q --qf='%%{VERSION}' autoconf)
 
+%define		_noautostrip	.*%{_datadir}/gdb/guile/.*\.go
+
 %description
 Gdb is a full featured, command driven debugger. Gdb allows you to
 trace the execution of programs and examine their internal state at
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdb.git/commitdiff/57baf2fa78834e3b5bb56aa3ee6ecd409c2f0a23



More information about the pld-cvs-commit mailing list