From c998caf6c88eac7fe185773171f64c5236dc08a3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Dec 2005 05:14:28 +0000 Subject: Add BuildRoot. --- scripts/gccnewlib/gccnewlib.add | 1 + scripts/gdb/gdb.add | 1 + scripts/rtems/rtems.add | 3 ++- scripts/rtemsdoc/rtemsdoc.add | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gccnewlib/gccnewlib.add b/scripts/gccnewlib/gccnewlib.add index 1cb8a8f4aa..4c83884d2b 100644 --- a/scripts/gccnewlib/gccnewlib.add +++ b/scripts/gccnewlib/gccnewlib.add @@ -12,6 +12,7 @@ License: gcc is GPL/LGPL ; newlib no has restrictions on run-time usage Version: %{gccnewlib_version} Release: @Release@ URL: http://gcc.gnu.org +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}@gcc_suffix@ Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}@newlib_suffix@ diff --git a/scripts/gdb/gdb.add b/scripts/gdb/gdb.add index e1d22d52d1..fc0e85dda2 100644 --- a/scripts/gdb/gdb.add +++ b/scripts/gdb/gdb.add @@ -10,6 +10,7 @@ Group: %{rpmgroup} Version: %{gdb_version} Summary: gdb for target %{gdb_version} URL: http://gnu.org/software/gdb +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if "%{gdb_version}" < "6.0" Source0: ftp://ftp.gnu.org/pub/gnu/gdb-%{gdb_version}@gdb_suffix@ diff --git a/scripts/rtems/rtems.add b/scripts/rtems/rtems.add index 6cd5483c7e..9a1e45d0a4 100644 --- a/scripts/rtems/rtems.add +++ b/scripts/rtems/rtems.add @@ -3,8 +3,9 @@ Summary: A free operating system for embedded systems Group: %{rpmgroup} Release: @Release@ License: Distributable - Version: @rtems_version@ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + Source: ftp://ftp.rtems.org/pub/rtems/%{version}/rtems-%{version}.tar.bz2 # Work around to a bug in rpm-4.2 diff --git a/scripts/rtemsdoc/rtemsdoc.add b/scripts/rtemsdoc/rtemsdoc.add index 0545eab910..8141b744c6 100644 --- a/scripts/rtemsdoc/rtemsdoc.add +++ b/scripts/rtemsdoc/rtemsdoc.add @@ -8,6 +8,7 @@ Name: @rpmprefix@rtemsdoc Release: @rtems_rpm_release@ License: Distributable Group: %{rpmgroup}/Documentation +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: texinfo >= 4.2 BuildRequires: tetex -- cgit v1.2.3