summaryrefslogtreecommitdiffstats
path: root/scripts
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
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')
-rw-r--r--scripts/binutils/.cvsignore1
-rw-r--r--scripts/gccnewlib/.cvsignore1
-rw-r--r--scripts/gccnewlib/gccnewlib.spec.in3
-rw-r--r--scripts/gccnewlib/gccnewlib_c_only.spec.in3
-rw-r--r--scripts/gdb/.cvsignore1
-rw-r--r--scripts/rtems/.cvsignore1
6 files changed, 8 insertions, 2 deletions
diff --git a/scripts/binutils/.cvsignore b/scripts/binutils/.cvsignore
index 52555123f4..7c7f767d13 100644
--- a/scripts/binutils/.cvsignore
+++ b/scripts/binutils/.cvsignore
@@ -1,3 +1,4 @@
+*.spec
Makefile
Makefile.in
binutils.spec
diff --git a/scripts/gccnewlib/.cvsignore b/scripts/gccnewlib/.cvsignore
index 03dfe26135..10e0e12efe 100644
--- a/scripts/gccnewlib/.cvsignore
+++ b/scripts/gccnewlib/.cvsignore
@@ -1,3 +1,4 @@
+*.spec
Makefile
Makefile.in
gccnewlib.spec
diff --git a/scripts/gccnewlib/gccnewlib.spec.in b/scripts/gccnewlib/gccnewlib.spec.in
index f9980fc65e..6122685779 100644
--- a/scripts/gccnewlib/gccnewlib.spec.in
+++ b/scripts/gccnewlib/gccnewlib.spec.in
@@ -42,7 +42,8 @@ Buildroot: /tmp
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# Or you can try the ftp options of rpm :-)
#
-NoSource: 0, 1
+NoSource: 0
+NoSource: 1
%description
RTEMS is an open source operating system for embedded systems.
diff --git a/scripts/gccnewlib/gccnewlib_c_only.spec.in b/scripts/gccnewlib/gccnewlib_c_only.spec.in
index 85b326c9d8..8f1ddd2450 100644
--- a/scripts/gccnewlib/gccnewlib_c_only.spec.in
+++ b/scripts/gccnewlib/gccnewlib_c_only.spec.in
@@ -38,7 +38,8 @@ Buildroot: /tmp
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# Or you can try the ftp options of rpm :-)
#
-NoSource: 0, 1
+NoSource: 0
+NoSource: 1
%description
RTEMS is an open source operating system for embedded systems.
diff --git a/scripts/gdb/.cvsignore b/scripts/gdb/.cvsignore
index 9662404700..029350c2f5 100644
--- a/scripts/gdb/.cvsignore
+++ b/scripts/gdb/.cvsignore
@@ -1,3 +1,4 @@
+*.spec
Makefile
Makefile.in
gdb.spec
diff --git a/scripts/rtems/.cvsignore b/scripts/rtems/.cvsignore
index a0b0091404..8e68a95411 100644
--- a/scripts/rtems/.cvsignore
+++ b/scripts/rtems/.cvsignore
@@ -1,3 +1,4 @@
+*.spec
Makefile
Makefile.in
rtems.spec