mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 00:33:41 +08:00
30 lines
756 B
Plaintext
30 lines
756 B
Plaintext
%define binutils_version @BINUTILS_VERS@
|
|
%define binutils_rpmvers %{expand:%(echo @BINUTILS_VERS@ | tr - _)}
|
|
|
|
Name: @rpmprefix@@tool_target@-binutils
|
|
Summary: Binutils for target @tool_target@
|
|
Group: Development/Tools
|
|
Version: %{binutils_rpmvers}
|
|
Release: @BINUTILS_RPMREL@%{?dist}
|
|
License: GPL/LGPL
|
|
URL: http://sources.redhat.com/binutils
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
%if %build_infos
|
|
# Required for building the infos
|
|
BuildRequires: /sbin/install-info
|
|
BuildRequires: texinfo >= 4.2
|
|
%endif
|
|
BuildRequires: flex
|
|
BuildRequires: bison
|
|
%if %build_infos
|
|
|
|
# Requires: @rpmprefix@rtems4.7-base-binutils
|
|
Requires: @rpmprefix@binutils-common
|
|
%endif
|
|
|
|
@SOURCES@
|
|
|
|
%description
|
|
Cross binutils for target @tool_target@
|