This commit is contained in:
Ralf Corsepius
2005-04-21 20:35:22 +00:00
parent ac9bbe7bb2
commit 6d4ad17319
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
%if %build_f95
# ==============================================================
# %{gcc_target}-gfortran
# ==============================================================
%package -n %{rpmprefix}%{gcc_target}-gfortran
Summary: gcc/gfortran compiler for %{gcc_target}
Group: %{rpmgroup}
Requires: %{rpmprefix}rtems@osversion@-base-gfortran %{rpmprefix}%{gcc_target}-gcc
%description -n %{rpmprefix}%{gcc_target}-gfortran
RTEMS is an open source operating system for embedded systems.
This is the gcc/gfortran compiler for %{gcc_target}
%files -n %{rpmprefix}%{gcc_target}-gfortran -f build/files.gfortran
%defattr(-,root,root)
%dir %{_bindir}
%{_bindir}/%{gcc_target}-gfortran%{_exeext}
%{gccexec}/%{gcc_target}/%{gcc_version}/f951%{_exeext}
%endif