source: rtems/contrib/crossrpms/gdb/gdb.add @ 5cde0c4

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

Update sparc dep to rtems4.8

  • Property mode set to 100644
File size: 716 bytes
Line 
1%define gdb_version @GDB_VERS@
2%define gdb_rpmvers %{expand:%(echo @GDB_VERS@ | tr - _)}
3
4Name:           @rpmprefix@@tool_target@-gdb
5Summary:        Gdb for target @tool_target@
6Group:          Development/Tools
7Version:        %{gdb_rpmvers}
8Release:        @GDB_RPMREL@%{?dist}
9License:        GPL/LGPL
10URL:            http://sources.redhat.com/gdb
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
13%if %build_infos
14# Required for building the infos
15BuildRequires:  /sbin/install-info
16BuildRequires:  texinfo >= 4.2
17%endif
18%if "@tool_target@" == "sparc-rtems4.8"
19BuildRequires:  libtermcap-devel
20%endif
21BuildRequires:  ncurses-devel
22%if %build_infos
23
24Requires:       @rpmprefix@gdb-common
25%endif
26
27@SOURCES@
28
29%description
30GDB for target @tool_target@
Note: See TracBrowser for help on using the repository browser.