[insight/f20] * Mon Mar 3 2014 Patrick Monnerat <pm at datasphere.ch> 7.4.50-11.20120403cvs - Use our own python and

Patrick Monnerat monnerat at fedoraproject.org
Mon Mar 3 16:26:14 UTC 2014


commit 9efcc695eef611ea6e2e6bf9ef2ddf1d57591037
Author: Patrick Monnerat <pm at datasphere.ch>
Date:   Mon Mar 3 17:26:18 2014 +0100

    * Mon Mar  3 2014 Patrick Monnerat <pm at datasphere.ch> 7.4.50-11.20120403cvs
    - Use our own python and syscalls scripts rather than gdb's.
      https://bugzilla.redhat.com/show_bug.cgi?id=1067668

 insight.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/insight.spec b/insight.spec
index ed33a09..b7a597b 100644
--- a/insight.spec
+++ b/insight.spec
@@ -14,7 +14,7 @@
 
 Name:		insight
 Version:	%(echo %{ver} | tr - .)
-Release:	10.%{snap}cvs%{?dist}
+Release:	11.%{snap}cvs%{?dist}
 Summary:	Graphical debugger based on GDB
 License:	GPLv3+
 Group:		Development/Debuggers
@@ -214,7 +214,9 @@ done
 %configure	--enable-gdbtk						\
 		--enable-sim						\
 		--disable-rpath						\
-		--with-separate-debug-dir=/usr/lib/debug		\
+		--with-gdb-datadir='%{_datadir}/insight'		\
+		--with-jit-reader-dir='%{_libdir}/insight'		\
+		--with-separate-debug-dir='/usr/lib/debug'		\
 		--with-system-readline					\
 		--with-expat						\
 		--with-tclinclude="${TCL_SRC_DIR}"			\
@@ -249,7 +251,6 @@ make DESTDIR="${RPM_BUILD_ROOT}" INSTALL="${INSTALL}" install
 	rm -f .%{_bindir}/gdbtui
 	rm -f .%{_bindir}/gdbserver
 	rm -f .%{_bindir}/gstack
-	rm -rf .%{_datadir}/gdb
 
 	rm -rf .%{_includedir}
 
@@ -310,11 +311,15 @@ rm -rf "${RPM_BUILD_ROOT}"
 
 #-------------------------------------------------------------------------------
 %changelog
+#-------------------------------------------------------------------------------
+
+* Mon Mar  3 2014 Patrick Monnerat <pm at datasphere.ch> 7.4.50-11.20120403cvs
+- Use our own python and syscalls scripts rather than gdb's.
+  https://bugzilla.redhat.com/show_bug.cgi?id=1067668
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.4.50-10.20120403cvs
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-#-------------------------------------------------------------------------------
-
 * Wed Jul  3 2013 Patrick Monnerat <pm at datasphere.ch> 7.4.50-9.20120403cvs
 - Patch "texinfo5" to adapt doc to texinfo version 5.
 


More information about the scm-commits mailing list