forked from Imagelibrary/rtems
BR: %{_host_rpmprefix}readline-devel.
BR: %{_host_rpmprefix}ncurses-devel.
BR: %{_host_rpmprefix}termcap-devel for gdb < 6.6.
This commit is contained in:
@@ -34,8 +34,14 @@ BuildRequires: texinfo >= 4.2
|
|||||||
%if "@tool_target@" == "sparc-rtems4.9"
|
%if "@tool_target@" == "sparc-rtems4.9"
|
||||||
BuildConflicts: libtermcap-devel termcap-devel
|
BuildConflicts: libtermcap-devel termcap-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: readline-devel
|
%if "%{gdb_version}" < "6.6"
|
||||||
BuildRequires: ncurses-devel
|
%if "%{_build}" != "%{_host}"
|
||||||
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
BuildRequires: %{_host_rpmprefix}readline-devel
|
||||||
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if %build_infos
|
%if %build_infos
|
||||||
|
|
||||||
Requires: @rpmprefix@gdb-common
|
Requires: @rpmprefix@gdb-common
|
||||||
|
|||||||
Reference in New Issue
Block a user