forked from Imagelibrary/rtems
Rename *base packages into gcc*-common gcc/base*.add
Rename *gnat into *gcc-gnat
This commit is contained in:
@@ -2,23 +2,24 @@
|
||||
# ==============================================================
|
||||
# @rpmprefix@@tool_target@-gnat
|
||||
# ==============================================================
|
||||
%package -n @rpmprefix@@tool_target@-gnat
|
||||
%package -n @rpmprefix@@tool_target@-gcc-gnat
|
||||
Summary: Ada support for for @tool_target@-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
License: GPL
|
||||
Provides: @rpmprefix@@tool_target@-gcc-gnat = %{gcc_rpmvers}-%{release}
|
||||
|
||||
%if %_build_infos
|
||||
Requires: @rpmprefix@rtems4.7-base-gnat
|
||||
Requires: @rpmprefix@gcc-gnat-common
|
||||
%endif
|
||||
Requires: @rpmprefix@@tool_target@-gcc = %{gcc_rpmvers}-%{release}
|
||||
|
||||
%description -n @rpmprefix@@tool_target@-gnat
|
||||
%description -n @rpmprefix@@tool_target@-gcc-gnat
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
|
||||
This is the gcc/gnat compiler for @tool_target@.
|
||||
|
||||
%files -n @rpmprefix@@tool_target@-gnat
|
||||
%files -n @rpmprefix@@tool_target@-gcc-gnat
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/@tool_target@-gnat*
|
||||
%{_bindir}/@tool_target@-gprmake%{_exeext}
|
||||
|
||||
Reference in New Issue
Block a user