mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
cleanups
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
Summary: rtems gcc and newlib C Library for %{gcc_target}
|
||||
Group: %{rpmgroup}
|
||||
Requires: %{rpmprefix}%{gcc_target}-binutils
|
||||
Provides: %{rpmprefix}%{gcc_target}-newlib = %{newlib_version}-%{release}
|
||||
Provides: %{rpmprefix}%{gcc_target}-libc = %{newlib_version}-%{release}
|
||||
|
||||
%description -n %{rpmprefix}%{gcc_target}-gcc
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
@@ -13,11 +15,19 @@ This is gcc and newlib C Library for %{gcc_target}.
|
||||
|
||||
%files -n %{rpmprefix}%{gcc_target}-gcc -f build/files.gcc
|
||||
%defattr(-,root,root)
|
||||
%if "%{_prefix}" != "/usr"
|
||||
%dir %{_mandir}
|
||||
%dir %{_mandir}/man1
|
||||
%endif
|
||||
%{_mandir}/man1/%{gcc_target}-gcc.1*
|
||||
%if "%{gcc_version}" >= "3.4"
|
||||
%{_mandir}/man1/%{gcc_target}-cpp.1*
|
||||
%{_mandir}/man1/%{gcc_target}-gcov.1*
|
||||
%endif
|
||||
|
||||
%if "%{_prefix}" != "/usr"
|
||||
%dir %{_bindir}
|
||||
%endif
|
||||
%{_bindir}/%{gcc_target}-cpp%{_exeext}
|
||||
%{_bindir}/%{gcc_target}-gcc%{_exeext}
|
||||
%if "%{gcc_version}" >= "3.3"
|
||||
@@ -25,9 +35,13 @@ This is gcc and newlib C Library for %{gcc_target}.
|
||||
%endif
|
||||
%{_bindir}/%{gcc_target}-gcov%{_exeext}
|
||||
%{_bindir}/%{gcc_target}-gccbug
|
||||
|
||||
%{_prefix}/%{gcc_target}/include
|
||||
|
||||
%dir %{gcclib}/%{gcc_target}/%{gcc_version}/include
|
||||
|
||||
%dir %{gccexec}
|
||||
%dir %{gccexec}/%{gcc_target}
|
||||
%dir %{gccexec}/%{gcc_target}/%{gcc_version}
|
||||
%{gccexec}/%{gcc_target}/%{gcc_version}/cc1%{_exeext}
|
||||
%{gccexec}/%{gcc_target}/%{gcc_version}/collect2%{_exeext}
|
||||
|
||||
Reference in New Issue
Block a user