From 7063e223dc6cb5fe43b8664c08ab437b1a2d0547 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 17:22:02 +0000 Subject: Made the RTEMS version get substituted properly even though it is not right yet. Now can specify rpm_build_root via setup. --- scripts/gdb/Makefile.in | 1 + scripts/gdb/gdb.spec.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/gdb') diff --git a/scripts/gdb/Makefile.in b/scripts/gdb/Makefile.in index 0973fb87d1..00c2c14171 100644 --- a/scripts/gdb/Makefile.in +++ b/scripts/gdb/Makefile.in @@ -65,6 +65,7 @@ GDBVERS = @GDBVERS@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RPM_SPECSdir = @RPM_SPECSdir@ +RTEMS_VERSION = @RTEMS_VERSION@ VERSION = @VERSION@ AUTOMAKE_OPTIONS = foreign diff --git a/scripts/gdb/gdb.spec.in b/scripts/gdb/gdb.spec.in index c08e71bcba..ab99739bfa 100644 --- a/scripts/gdb/gdb.spec.in +++ b/scripts/gdb/gdb.spec.in @@ -24,7 +24,8 @@ Summary: gdb for target @target_alias@ Source0: gdb-@gdb_version@.tar.gz Patch0: gdb-@gdb_version@-rtems-@gdb_patch_version@.diff -Buildroot: /tmp +Buildroot: @rpm_build_root@ + # Patch: %description RTEMS is an open source operating system for embedded systems. -- cgit v1.2.3