summaryrefslogtreecommitdiffstats
path: root/scripts/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 19:25:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 19:25:19 +0000
commitac5a9bf12203406a0b59e432b8be24c8af6813c7 (patch)
tree46ae9cd8448be1d9eb5ef44e8754901db6b34f70 /scripts/rtems
parentMade the RTEMS version get substituted properly even though it is (diff)
downloadrtems-ac5a9bf12203406a0b59e432b8be24c8af6813c7.tar.bz2
Now builds RPM without complete source. Each target is only 15K.
Diffstat (limited to 'scripts/rtems')
-rw-r--r--scripts/rtems/rtems.spec.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/scripts/rtems/rtems.spec.in b/scripts/rtems/rtems.spec.in
index fdc8a43b04..f0aab6e919 100644
--- a/scripts/rtems/rtems.spec.in
+++ b/scripts/rtems/rtems.spec.in
@@ -20,10 +20,22 @@ Packager: corsepiu@faw.uni-ulm.de
Version: @Version@
Summary: A free operating system for embedded systems
Source: rtems-@Version@.tar.gz
+#
+# 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
# We claim to be relocatible, but in fact we are not
Prefix: /opt
Buildroot: @rpm_build_root@
-# Patch:
+
%description
RTEMS is a free operating system for embedded systems.