source: rtems/contrib/crossrpms/gdb/gdb.add @ c2cc8b2

4.104.114.84.95
Last change on this file since c2cc8b2 was ed332c8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/07 at 05:23:59

Sync with testing.

  • Property mode set to 100644
File size: 830 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 "%{gdb_version}" >= "6.6"
14%if "%{?suse}"
15BuildRequires:  expat
16%else
17BuildRequires:  expat-devel
18%endif
19%endif
20%if %build_infos
21# Required for building the infos
22BuildRequires:  /sbin/install-info
23BuildRequires:  texinfo >= 4.2
24%endif
25%if "@tool_target@" == "sparc-rtems4.8"
26BuildRequires:  libtermcap-devel
27%endif
28BuildRequires:  ncurses-devel
29%if %build_infos
30
31Requires:       @rpmprefix@gdb-common
32%endif
33
34@SOURCES@
35
36%description
37GDB for target @tool_target@
Note: See TracBrowser for help on using the repository browser.