summaryrefslogtreecommitdiffstats
path: root/scripts-ada
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-18 13:10:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-18 13:10:39 +0000
commit8812023ee9241a056681ef887881f8de1c48fdcd (patch)
tree7b595ac510c296f16b837ba90ecd8b2c6d986ebb /scripts-ada
parentPatch rtems-rc-4.5.0-15-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8812023ee9241a056681ef887881f8de1c48fdcd.tar.bz2
Patches rtems-rc-4.5.0-16-cvs.diff and rtems-rc-4.5.0-17-cvs.diff
from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that address the following: * NoSource: 0, 1 in rpm-specs does not work anymore under SuSE-6.4 (rpm-3.0.4), putting each NoSource: onto a separate line however seems to work. Unfortunately, I don't know the actual cause for this, esp. if SuSE broke it or if rpm-specs specification has changed (i.e. Redhat broke it up). * Add *.spec to several .cvsignores (Prevents cvs from complaining about <target>*.spec within the source-tree).
Diffstat (limited to 'scripts-ada')
-rw-r--r--scripts-ada/binutils/.cvsignore1
-rw-r--r--scripts-ada/gdb/.cvsignore1
-rw-r--r--scripts-ada/gnatnewlib/.cvsignore1
-rw-r--r--scripts-ada/gnatnewlib/gnatnewlib.spec.in5
4 files changed, 7 insertions, 1 deletions
diff --git a/scripts-ada/binutils/.cvsignore b/scripts-ada/binutils/.cvsignore
index 52555123f4..7c7f767d13 100644
--- a/scripts-ada/binutils/.cvsignore
+++ b/scripts-ada/binutils/.cvsignore
@@ -1,3 +1,4 @@
+*.spec
Makefile
Makefile.in
binutils.spec
diff --git a/scripts-ada/gdb/.cvsignore b/scripts-ada/gdb/.cvsignore
index 9662404700..029350c2f5 100644
--- a/scripts-ada/gdb/.cvsignore
+++ b/scripts-ada/gdb/.cvsignore
@@ -1,3 +1,4 @@
+*.spec
Makefile
Makefile.in
gdb.spec
diff --git a/scripts-ada/gnatnewlib/.cvsignore b/scripts-ada/gnatnewlib/.cvsignore
index 5ba8729732..ccfad11c76 100644
--- a/scripts-ada/gnatnewlib/.cvsignore
+++ b/scripts-ada/gnatnewlib/.cvsignore
@@ -1,3 +1,4 @@
+*.spec
Makefile
Makefile.in
gnatnewlib.spec
diff --git a/scripts-ada/gnatnewlib/gnatnewlib.spec.in b/scripts-ada/gnatnewlib/gnatnewlib.spec.in
index ff54a2e6ee..6ee85565e2 100644
--- a/scripts-ada/gnatnewlib/gnatnewlib.spec.in
+++ b/scripts-ada/gnatnewlib/gnatnewlib.spec.in
@@ -44,7 +44,10 @@ Buildroot: /tmp
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# Or you can try the ftp options of rpm :-)
#
-NoSource: 0, 1, 2, 3
+NoSource: 0
+NoSource: 1
+NoSource: 2
+NoSource: 3
%description
RTEMS is an open source operating system for embedded systems.