From ac5a9bf12203406a0b59e432b8be24c8af6813c7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 19:25:19 +0000 Subject: Now builds RPM without complete source. Each target is only 15K. --- scripts/binutils/binutils.spec.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'scripts/binutils/binutils.spec.in') diff --git a/scripts/binutils/binutils.spec.in b/scripts/binutils/binutils.spec.in index 7423e7efc6..b8f8b85862 100644 --- a/scripts/binutils/binutils.spec.in +++ b/scripts/binutils/binutils.spec.in @@ -21,8 +21,20 @@ Prefix: /opt Version: @binutils_version@ Summary: binutils for target @target_alias@ -Source0: binutils-@binutils_version@.tar.gz +Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.gz Patch0: binutils-@binutils_version@-rtems-@binutils_patch_version@.diff +# +# The original sources are not included in the source RPM. +# If we included them, then the source RPMs for each target +# would duplicate MBs of source unnecessarily. This is +# a duplication of over 30 MBs of source for each of +# the more than 10 targets it is possible to build. +# +# You can get them yourself from the Internet and copy them to +# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR). +# Or you can try the ftp options of rpm :-) +# +NoSource: 0 %description RTEMS is an open source operating system for embedded systems. -- cgit v1.2.3