source: rtems/contrib/crossrpms/binutils/binutils.add @ 13501927

4.104.114.84.95
Last change on this file since 13501927 was 13501927, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/10/06 at 13:44:30

Use %build_infos

  • Property mode set to 100644
File size: 685 bytes
Line 
1%define binutils_version @BINUTILS_VERS@
2%define binutils_rpmvers %{expand:%(echo @BINUTILS_VERS@ | tr - _)}
3
4%define build_infos @build_infos@
5
6Name:           @rpmprefix@@tool_target@-binutils
7Summary:        Binutils for target @tool_target@
8Group:          Development/Tools
9Version:        %{binutils_rpmvers}
10Release:        @BINUTILS_RPMREL@%{?dist}
11License:        GPL/LGPL
12URL:            http://sources.redhat.com/binutils
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15%if %{build_infos}
16# Required for building the infos
17BuildRequires:  /sbin/install-info
18BuildRequires:  texinfo >= 4.2
19%endif
20BuildRequires:  flex
21BuildRequires:  bison
22
23@SOURCES@
24
25%description
26Cross binutils for target @tool_target@
Note: See TracBrowser for help on using the repository browser.