Add @rpmprefix@ in comments.

This commit is contained in:
Ralf Corsepius
2006-02-18 09:03:22 +00:00
parent 82880e5bee
commit 31ca289a2f
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
%if %build_cxx
# ==============================================================
# @tool_target@-c++
# @rpmprefix@@tool_target@-c++
# ==============================================================
%package -n @rpmprefix@@tool_target@-c++
Summary: GCC c++ compiler for @tool_target@

View File

@@ -1,6 +1,6 @@
%if %build_g77
# ==============================================================
# @tool_target@-g77
# @rpmprefix@@tool_target@-g77
# ==============================================================
%package -n @rpmprefix@@tool_target@-g77
Summary: Fortran 77 support for @tool_target@-gcc

View File

@@ -1,5 +1,5 @@
# ==============================================================
# @tool_target@-gcc
# @rpmprefix@@tool_target@-gcc
# ==============================================================
%package -n @rpmprefix@@tool_target@-gcc
Summary: GNU cc compiler for @tool_target@

View File

@@ -1,6 +1,6 @@
%if %build_gcj
# ==============================================================
# @tool_target@-gcj
# @rpmprefix@@tool_target@-gcj
# ==============================================================
%package -n @rpmprefix@@tool_target@-gcj
Summary: Java support (gcj) for @tool_target@-gcc

View File

@@ -1,6 +1,6 @@
%if %build_f95
# ==============================================================
# @tool_target@-gfortran
# @rpmprefix@@tool_target@-gfortran
# ==============================================================
%package -n @rpmprefix@@tool_target@-gfortran
Summary: Fortran 95 support for @tool_target@-gcc

View File

@@ -1,6 +1,6 @@
%if %build_gnat
# ==============================================================
# @tool_target@-gnat
# @rpmprefix@@tool_target@-gnat
# ==============================================================
%package -n @rpmprefix@@tool_target@-gnat
Summary: Ada support for for @tool_target@-gcc

View File

@@ -1,6 +1,6 @@
%if %build_objc
# ==============================================================
# @tool_target@-objc
# @rpmprefix@@tool_target@-objc
# ==============================================================
%package -n @rpmprefix@@tool_target@-objc
Summary: Objective C support for @tool_target@-gcc