From a9605001e6d7281042870415f0c8415f26045348 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Feb 15 2013 13:50:18 +0000 Subject: * Fri Feb 15 2013 Patrick Monnerat 7.4.50-7.20120403cvs - Patch "nocygnus" to replace automake option "cygnus" by "foreign no-dist". --- diff --git a/insight-7.4.50-nocygnus.patch b/insight-7.4.50-nocygnus.patch new file mode 100644 index 0000000..001de80 --- /dev/null +++ b/insight-7.4.50-nocygnus.patch @@ -0,0 +1,80 @@ +diff -Naur insight-7.4.50.orig/bfd/doc/Makefile.am insight-7.4.50.new/bfd/doc/Makefile.am +--- insight-7.4.50.orig/bfd/doc/Makefile.am 2009-08-22 21:02:56.000000000 +0200 ++++ insight-7.4.50.new/bfd/doc/Makefile.am 2013-02-15 13:58:45.816783767 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to generate Makefile.in + +-AUTOMAKE_OPTIONS = 1.9 cygnus ++AUTOMAKE_OPTIONS = 1.11 foreign no-dist + + DOCFILES = aoutx.texi archive.texi archures.texi \ + bfdt.texi cache.texi coffcode.texi \ +diff -Naur insight-7.4.50.orig/gdb/gdbtk/Makefile.am insight-7.4.50.new/gdb/gdbtk/Makefile.am +--- insight-7.4.50.orig/gdb/gdbtk/Makefile.am 2002-08-14 20:09:24.000000000 +0200 ++++ insight-7.4.50.new/gdb/gdbtk/Makefile.am 2013-02-15 13:59:05.035901292 +0100 +@@ -1,4 +1,4 @@ + ## Process this file with automake to produce Makefile.in + +-AUTOMAKE_OPTIONS = cygnus ++AUTOMAKE_OPTIONS = foreign no-dist + SUBDIRS = plugins +diff -Naur insight-7.4.50.orig/gdb/gdbtk/plugins/Makefile.am insight-7.4.50.new/gdb/gdbtk/plugins/Makefile.am +--- insight-7.4.50.orig/gdb/gdbtk/plugins/Makefile.am 2002-08-14 20:06:06.000000000 +0200 ++++ insight-7.4.50.new/gdb/gdbtk/plugins/Makefile.am 2013-02-15 13:59:01.518696779 +0100 +@@ -1,4 +1,4 @@ + ## Process this file with automake to produce Makefile.in + +-AUTOMAKE_OPTIONS = cygnus ++AUTOMAKE_OPTIONS = foreign no-dist + SUBDIRS = @make_subdirs@ +diff -Naur insight-7.4.50.orig/itcl/Makefile.am insight-7.4.50.new/itcl/Makefile.am +--- insight-7.4.50.orig/itcl/Makefile.am 2008-07-24 00:44:50.000000000 +0200 ++++ insight-7.4.50.new/itcl/Makefile.am 2013-02-15 13:58:56.313394114 +0100 +@@ -1,4 +1,4 @@ + ## Process this file with automake to produce Makefile.in + +-AUTOMAKE_OPTIONS = cygnus ++AUTOMAKE_OPTIONS = foreign no-dist + SUBDIRS = itcl itk iwidgets +diff -Naur insight-7.4.50.orig/libgui/library/Makefile.am insight-7.4.50.new/libgui/library/Makefile.am +--- insight-7.4.50.orig/libgui/library/Makefile.am 2013-02-15 13:44:00.392295208 +0100 ++++ insight-7.4.50.new/libgui/library/Makefile.am 2013-02-15 13:58:27.688729756 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in. + +-AUTOMAKE_OPTIONS = cygnus ++AUTOMAKE_OPTIONS = foreign no-dist + + ## Convenience variables. + TCL = advice.tcl balloon.tcl bbox.tcl bindings.tcl \ +diff -Naur insight-7.4.50.orig/libgui/Makefile.am insight-7.4.50.new/libgui/Makefile.am +--- insight-7.4.50.orig/libgui/Makefile.am 2001-09-09 00:34:45.000000000 +0200 ++++ insight-7.4.50.new/libgui/Makefile.am 2013-02-15 13:58:18.499195462 +0100 +@@ -1,4 +1,4 @@ + ## Process this file with automake to produce Makefile.in. + +-AUTOMAKE_OPTIONS = cygnus ++AUTOMAKE_OPTIONS = foreign no-dist + SUBDIRS = library src +diff -Naur insight-7.4.50.orig/libgui/src/Makefile.am insight-7.4.50.new/libgui/src/Makefile.am +--- insight-7.4.50.orig/libgui/src/Makefile.am 2013-02-15 13:44:00.392295208 +0100 ++++ insight-7.4.50.new/libgui/src/Makefile.am 2013-02-15 13:58:23.271472951 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in. + +-AUTOMAKE_OPTIONS = cygnus ++AUTOMAKE_OPTIONS = foreign no-dist + + noinst_LIBRARIES = libgui.a + +diff -Naur insight-7.4.50.orig/tcl/cygwin/Makefile.am insight-7.4.50.new/tcl/cygwin/Makefile.am +--- insight-7.4.50.orig/tcl/cygwin/Makefile.am 2003-01-21 20:39:57.000000000 +0100 ++++ insight-7.4.50.new/tcl/cygwin/Makefile.am 2013-02-15 13:59:08.397096739 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in. + +-AUTOMAKE_OPTIONS = cygnus ++AUTOMAKE_OPTIONS = foreign no-dist + + updir=$(srcdir)/.. + vpath % $(updir)/generic:$(updir)/unix diff --git a/insight.spec b/insight.spec index 6988ea5..7066c6d 100644 --- a/insight.spec +++ b/insight.spec @@ -14,7 +14,7 @@ Name: insight Version: %(echo %{ver} | tr - .) -Release: 6.%{snap}cvs%{?dist} +Release: 7.%{snap}cvs%{?dist} Summary: Graphical debugger based on GDB License: GPLv3+ Group: Development/Debuggers @@ -54,6 +54,7 @@ Patch5: insight-7.4.50-sig2dead.patch Patch6: insight-7.4.50-sizesizet.patch Patch7: insight-7.4.50-objalloc.patch Patch8: insight-7.4.50-bz883591.patch +Patch9: insight-7.4.50-nocygnus.patch # Some patches from gdb. @@ -125,6 +126,7 @@ GDB version 6.x. %patch6 -p1 -b .sizesizet %patch7 -p1 -b .objalloc %patch8 -p1 -b .bz883591 +%patch9 -p1 -b .nocygnus %patch100 -p 1 -b .ppc64syscall %patch101 -p 1 -b .ppc64displaysymbol @@ -306,11 +308,14 @@ rm -rf "${RPM_BUILD_ROOT}" #------------------------------------------------------------------------------- %changelog +#------------------------------------------------------------------------------- + +* Fri Feb 15 2013 Patrick Monnerat 7.4.50-7.20120403cvs +- Patch "nocygnus" to replace automake option "cygnus" by "foreign no-dist". + * Thu Feb 14 2013 Fedora Release Engineering - 7.4.50-6.20120403cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -#------------------------------------------------------------------------------- - * Wed Dec 5 2012 Patrick Monnerat 7.4.50-5.20120403cvs - Patch "bz883591" to fix a segmentation fault. https://bugzilla.redhat.com/show_bug.cgi?id=883591