summaryrefslogtreecommitdiffstats
path: root/scripts/gdb.spec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-19 22:10:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-19 22:10:08 +0000
commitc937033eaf70ab818a4179aa2dd12cf21f532e39 (patch)
tree195d13b711244c4b70a7e86c96c0d6c0d9496342 /scripts/gdb.spec.in
parentNow easier to modify version numbers in scripts. (diff)
downloadrtems-c937033eaf70ab818a4179aa2dd12cf21f532e39.tar.bz2
Made it easier to change version numbers.
Diffstat (limited to '')
-rw-r--r--scripts/gdb.spec.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/gdb.spec.in b/scripts/gdb.spec.in
index 2795a582ba..a9e06aae5d 100644
--- a/scripts/gdb.spec.in
+++ b/scripts/gdb.spec.in
@@ -19,10 +19,10 @@ Provides: @target_alias@-gdb
Autoreqprov: on
Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
-Version: @Version@
+Version: gdb-@gdb_version@
Summary: gdb for target @target_alias@
-Source0: gdb-4.18.tar.gz
-Patch0: gdb-4.18-rtems-19991015.diff
+Source0: gdb-@gdb_version@.tar.gz
+Patch0: gdb-@gdb_version@-rtems-@gdb_patch_version@.diff
Buildroot: /tmp
# Patch:
@@ -37,7 +37,7 @@ Authors:
...
%prep
-# untar the sources inside @target_alias@-gdb-@Version@
+# untar the sources inside @target_alias@-gdb
%setup -c -n @target_alias@-gdb -a 0
%patch0 -p0
@@ -45,7 +45,7 @@ Authors:
%build
test -d build || mkdir build
( cd build
- ../gdb-4.18/configure --target=@target_alias@ \
+ ../gdb-@gdb_version@/configure --target=@target_alias@ \
--verbose --prefix=/opt/rtems
test -d $RPM_BUILD_ROOT/opt \