source: rtems/contrib/crossrpms/cpukit/cpukit.add @ 00ac31c4

4.9
Last change on this file since 00ac31c4 was 6cd53b2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/07/09 at 09:26:19

Sync with CVS-HEAD.

  • Property mode set to 100644
File size: 601 bytes
Line 
1
2%define cpukit_pkgvers @CPUKIT_PKGVERS@
3%define cpukit_version @CPUKIT_VERS@
4%define cpukit_rpmvers %{expand:%(echo "@CPUKIT_PKGVERS@" | tr - . )}
5
6Name:           @rpmprefix@@tool_target@-cpukit
7Summary:        @tool_target@ cpukit
8
9Group:          Development/Tools
10Version:        %{cpukit_rpmvers}
11Release:        @CPUKIT_RPMREL@
12License:        GPL
13URL:            http://cpukit.gnu.org
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15BuildArch:      noarch
16
17%define debug_package %{nil}
18
19BuildRequires:  @rpmprefix@@tool_target@-gcc
20
21@SOURCES@
22
23%description
24RTEMS cpukit for @tool_target@.
Note: See TracBrowser for help on using the repository browser.