]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- added build-gasp patch - deprecated gasp is still needed for some packages
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Jan 2003 17:41:09 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    binutils-build-gasp.patch -> 1.1
    binutils.spec -> 1.130

binutils-build-gasp.patch [new file with mode: 0644]
binutils.spec

diff --git a/binutils-build-gasp.patch b/binutils-build-gasp.patch
new file mode 100644 (file)
index 0000000..7c8b1cc
--- /dev/null
@@ -0,0 +1,101 @@
+--- binutils-2.13.90.0.16/gas/Makefile.am.orig Thu Nov 14 18:37:56 2002
++++ binutils-2.13.90.0.16/gas/Makefile.am      Thu Jan 30 18:32:07 2003
+@@ -449,7 +449,7 @@
+ # Note: GASP is now deprecated and will be removed at some point in the future.
+ # Anything that GASP could do can now be done by GAS.
+-noinst_PROGRAMS = as-new
++noinst_PROGRAMS = as-new gasp-new
+ noinst_SCRIPTS = $(GDBINIT)
+ EXTRA_SCRIPTS = .gdbinit
+@@ -648,7 +648,7 @@
+ # stand-alone itbl assembler & disassembler
+-EXTRA_PROGRAMS = gasp-new itbl-test
++EXTRA_PROGRAMS = itbl-test
+ itbl_test_SOURCES = itbl-parse.y itbl-lex.l
+ itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@
+--- binutils-2.13.90.0.16/gas/doc/Makefile.am.orig     Mon Jul 29 17:19:18 2002
++++ binutils-2.13.90.0.16/gas/doc/Makefile.am  Thu Jan 30 18:34:31 2003
+@@ -17,7 +17,7 @@
+ # The gasp.texi file is now deprecated, as GASP has been deprecated.
+ # It will disappear in a future release.
+-info_TEXINFOS = as.texinfo 
++info_TEXINFOS = as.texinfo gasp.texi
+ asconfig.texi: $(CONFIG).texi
+       rm -f asconfig.texi
+@@ -71,7 +71,7 @@
+ # This one isn't ready for prime time yet.  Not even a little bit.
+-noinst_TEXINFOS = internals.texi gasp.texi
++noinst_TEXINFOS = internals.texi
+ DISTCLEANFILES = asconfig.texi
+--- binutils-2.13.90.0.16/gas/Makefile.in.orig Thu Nov 14 18:37:56 2002
++++ binutils-2.13.90.0.16/gas/Makefile.in      Thu Jan 30 18:33:00 2003
+@@ -572,7 +572,7 @@
+ # Note: GASP is now deprecated and will be removed at some point in the future.
+ # Anything that GASP could do can now be done by GAS.
+-noinst_PROGRAMS = as-new
++noinst_PROGRAMS = as-new gasp-new
+ noinst_SCRIPTS = $(GDBINIT)
+ EXTRA_SCRIPTS = .gdbinit
+@@ -642,7 +642,7 @@
+ # stand-alone itbl assembler & disassembler
+-EXTRA_PROGRAMS = gasp-new itbl-test
++EXTRA_PROGRAMS = itbl-test
+ itbl_test_SOURCES = itbl-parse.y itbl-lex.l
+ itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@
+@@ -2372,7 +2372,7 @@
+ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
+ CONFIG_HEADER = config.h
+ CONFIG_CLEAN_FILES =  ${GDBINIT}
+-noinst_PROGRAMS =  as-new$(EXEEXT)
++noinst_PROGRAMS =  as-new$(EXEEXT) gasp-new$(EXEEXT)
+ PROGRAMS =  $(noinst_PROGRAMS)
+--- binutils-2.13.90.0.16/gas/doc/Makefile.in.orig     Wed Oct 30 05:09:13 2002
++++ binutils-2.13.90.0.16/gas/doc/Makefile.in  Thu Jan 30 18:35:54 2003
+@@ -135,7 +135,7 @@
+ # The gasp.texi file is now deprecated, as GASP has been deprecated.
+ # It will disappear in a future release.
+-info_TEXINFOS = as.texinfo 
++info_TEXINFOS = as.texinfo gasp.texi
+ CPU_DOCS = \
+       c-a29k.texi \
+@@ -173,7 +173,7 @@
+ # This one isn't ready for prime time yet.  Not even a little bit.
+-noinst_TEXINFOS = internals.texi gasp.texi
++noinst_TEXINFOS = internals.texi
+ DISTCLEANFILES = asconfig.texi
+@@ -183,9 +183,9 @@
+ CONFIG_CLEAN_FILES = 
+ TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
+ TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
+-INFO_DEPS = as.info
++INFO_DEPS = as.info gasp.info
+ DVIS = as.dvi
+-TEXINFOS = as.texinfo 
++TEXINFOS = as.texinfo gasp.texi
+ man1dir = $(mandir)/man1
+ MANS = $(man_MANS)
index 08476e2ebe16517269db416ba1efed8de806d479..4c394efd3ea53a39d84d25ae6babc52d72ff7997 100644 (file)
@@ -13,7 +13,7 @@ Summary(tr):  GNU geli
 Summary(uk):   îÁ¦Ҡ¦ÎÓÔÒÕÍÅÎԦנGNU ÄÌÑ ÐÏÂÕÄÏ×É ×ÉËÏÎÕ×ÁÎÉÈ ÐÒÏÇÒÁÍ
 Name:          binutils
 Version:       2.13.90.0.16
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL
 Group:         Development/Tools
@@ -32,6 +32,7 @@ Patch9:               %{name}-ia64-tls.patch
 Patch10:       %{name}-alpha-plt.patch
 Patch11:       %{name}-ia64-tls2.patch
 Patch12:       %{name}-array-sects-compat.patch
+Patch13:       %{name}-build-gasp.patch
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bison
@@ -113,6 +114,7 @@ Biblioteki statyczne GNU Binutils.
 %ifarch %{ix86}
 %patch12 -p1
 %endif
+%patch13 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
This page took 0.103078 seconds and 4 git commands to generate.