forked from Imagelibrary/rtems
Add BuildRoot.
This commit is contained in:
@@ -12,6 +12,7 @@ License: gcc is GPL/LGPL ; newlib no has restrictions on run-time usage
|
|||||||
Version: %{gccnewlib_version}
|
Version: %{gccnewlib_version}
|
||||||
Release: @Release@
|
Release: @Release@
|
||||||
URL: http://gcc.gnu.org
|
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@
|
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@
|
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}@newlib_suffix@
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ Group: %{rpmgroup}
|
|||||||
Version: %{gdb_version}
|
Version: %{gdb_version}
|
||||||
Summary: gdb for target %{gdb_version}
|
Summary: gdb for target %{gdb_version}
|
||||||
URL: http://gnu.org/software/gdb
|
URL: http://gnu.org/software/gdb
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%if "%{gdb_version}" < "6.0"
|
%if "%{gdb_version}" < "6.0"
|
||||||
Source0: ftp://ftp.gnu.org/pub/gnu/gdb-%{gdb_version}@gdb_suffix@
|
Source0: ftp://ftp.gnu.org/pub/gnu/gdb-%{gdb_version}@gdb_suffix@
|
||||||
|
|||||||
@@ -3,8 +3,9 @@ Summary: A free operating system for embedded systems
|
|||||||
Group: %{rpmgroup}
|
Group: %{rpmgroup}
|
||||||
Release: @Release@
|
Release: @Release@
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
Version: @rtems_version@
|
Version: @rtems_version@
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source: ftp://ftp.rtems.org/pub/rtems/%{version}/rtems-%{version}.tar.bz2
|
Source: ftp://ftp.rtems.org/pub/rtems/%{version}/rtems-%{version}.tar.bz2
|
||||||
|
|
||||||
# Work around to a bug in rpm-4.2
|
# Work around to a bug in rpm-4.2
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ Name: @rpmprefix@rtemsdoc
|
|||||||
Release: @rtems_rpm_release@
|
Release: @rtems_rpm_release@
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Group: %{rpmgroup}/Documentation
|
Group: %{rpmgroup}/Documentation
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: texinfo >= 4.2
|
BuildRequires: texinfo >= 4.2
|
||||||
BuildRequires: tetex
|
BuildRequires: tetex
|
||||||
|
|||||||
Reference in New Issue
Block a user