source: rtems/contrib/crossrpms/gcc/target-gnat.add @ f3ef35af

4.104.114.84.95
Last change on this file since f3ef35af was f3ef35af, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/16/06 at 06:17:32

Require base-gnat if build_infos is true.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1%if %build_gnat
2# ==============================================================
3# @rpmprefix@@tool_target@-gnat
4# ==============================================================
5%package -n @rpmprefix@@tool_target@-gnat
6Summary:        Ada support for for @tool_target@-gcc
7Group:          Development/Tools
8Version:        %{gcc_rpmvers}
9License:        GPL
10
11%if %_build_infos
12Requires:       @rpmprefix@rtems4.7-base-gnat
13%endif
14Requires:       @rpmprefix@@tool_target@-gcc = %{gcc_rpmvers}-%{release}
15
16%description -n @rpmprefix@@tool_target@-gnat
17RTEMS is an open source operating system for embedded systems.
18
19This is the gcc/gnat compiler for @tool_target@.
20
21%files -n @rpmprefix@@tool_target@-gnat
22%defattr(-,root,root)
23%{_bindir}/@tool_target@-gnat*
24%{_bindir}/@tool_target@-gprmake%{_exeext}
25
26%dir %{gccexec}
27%dir %{gccexec}/@tool_target@
28%dir %{gccexec}/@tool_target@/%{gcc_version}
29%{gccexec}/@tool_target@/%{gcc_version}/gnat1%{_exeext}
30
31%{gcclib}/@tool_target@/%{gcc_version}/adalib
32%{gcclib}/@tool_target@/%{gcc_version}/adainclude
33%endif
34
Note: See TracBrowser for help on using the repository browser.