forked from Imagelibrary/rtems
Remove obsolete conditional.
This commit is contained in:
@@ -27,11 +27,6 @@ GCC files that are shared by all targets.
|
||||
%endif
|
||||
|
||||
%sysdir %{_mandir}
|
||||
%if "%{gcc_version}" < "3.4"
|
||||
%sysdir %{_mandir}/man1
|
||||
%{_mandir}/man1/cpp.1*
|
||||
%{_mandir}/man1/gcov.1*
|
||||
%endif
|
||||
%sysdir %{_mandir}/man7
|
||||
%{_mandir}/man7/fsf-funding.7*
|
||||
%{_mandir}/man7/gfdl.7*
|
||||
|
||||
@@ -31,7 +31,6 @@ This is the files for gcc/java (gcj) that are shared by all targets.
|
||||
%{_infodir}/fastjar.info*
|
||||
|
||||
%if "%{gcc_version}" < "4.0"
|
||||
%if "%{gcc_version}" >= "3.3"
|
||||
%sysdir %{_mandir}
|
||||
%sysdir %{_mandir}/man1
|
||||
%{_mandir}/man1/gcjh.1*
|
||||
@@ -44,7 +43,6 @@ This is the files for gcc/java (gcj) that are shared by all targets.
|
||||
%{_mandir}/man1/jar.1*
|
||||
%{_mandir}/man1/grepjar.1*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%post -n @rpmprefix@gcc-gcj-common
|
||||
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gcj.info* || :
|
||||
|
||||
@@ -29,9 +29,7 @@ GNU cc compiler for @tool_target@.
|
||||
%sysdir %{_bindir}
|
||||
%{_bindir}/@tool_target@-cpp%{_exeext}
|
||||
%{_bindir}/@tool_target@-gcc%{_exeext}
|
||||
%if "%{gcc_version}" >= "3.3"
|
||||
%{_bindir}/@tool_target@-gcc-%{gcc_version}%{_exeext}
|
||||
%endif
|
||||
%{_bindir}/@tool_target@-gcov%{_exeext}
|
||||
%{_bindir}/@tool_target@-gccbug
|
||||
|
||||
|
||||
@@ -25,8 +25,6 @@ This is the gcc/java compiler for @tool_target@
|
||||
%{_bindir}/@tool_target@-jcf-dump%{_exeext}
|
||||
%{_bindir}/@tool_target@-jv-scan%{_exeext}
|
||||
%{_bindir}/@tool_target@-gcjh%{_exeext}
|
||||
|
||||
%if "%{gcc_version}" >= "3.4"
|
||||
%{_bindir}/@tool_target@-*jar%{_exeext}
|
||||
|
||||
%{_mandir}/man1/@tool_target@-*jar.1*
|
||||
@@ -34,15 +32,12 @@ This is the gcc/java compiler for @tool_target@
|
||||
%{_mandir}/man1/@tool_target@-jv-*.1*
|
||||
%{_mandir}/man1/@tool_target@-jcf-dump.1*
|
||||
%{_mandir}/man1/@tool_target@-gij.1*
|
||||
%endif
|
||||
|
||||
%if "%{gcc_version}" >= "4.0"
|
||||
%{_mandir}/man1/@tool_target@-grmi*.1*
|
||||
%else
|
||||
%if "%{gcc_version}" >= "3.4"
|
||||
%{_mandir}/man1/@tool_target@-rmi*.1*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%dir %{_libexecdir}/gcc
|
||||
%dir %{_libexecdir}/gcc/@tool_target@
|
||||
|
||||
Reference in New Issue
Block a user