Cosmetics.

This commit is contained in:
Ralf Corsepius
2005-12-21 04:21:05 +00:00
parent 566e6c8473
commit 367b2c3ee3
10 changed files with 20 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ BuildRequires: texinfo >= 4.2
BuildRequires: @rpmprefix@%{gcc_target}-binutils
Name: @rpmprefix@%{gcc_target}-gcc-newlib
Summary: gcc and newlib C Library for %{gcc_target}.
Summary: GCC and newlib C Library for %{gcc_target}.
Group: %{rpmgroup}
License: gcc is GPL/LGPL ; newlib no has restrictions on run-time usage

View File

@@ -3,8 +3,8 @@
# %{gcc_target}-c++
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-c++
Summary: gcc/g++ compiler (c++) for %{gcc_target}
Group: %{rpmgroup}
Summary: C++ support for %{gcc_target}-gcc
Group: %{rpmgroup}
Version: %{gcc_version}
License: GPL
@@ -16,7 +16,7 @@ Requires: @rpmprefix@%{gcc_target}-gcc = %{gcc_version}-%{release}
%description -n @rpmprefix@%{gcc_target}-c++
RTEMS is an open source operating system for embedded systems.
This is the gcc/g++ compiler for %{gcc_target}
This is the gcc/g++ compiler for %{gcc_target}.
%files -n @rpmprefix@%{gcc_target}-c++ -f build/files.g++
%defattr(-,root,root)

View File

@@ -3,7 +3,7 @@
# %{gcc_target}-g77
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-g77
Summary: gcc/g77 compiler for %{gcc_target}
Summary: Fortran 77 support for %{gcc_target}-gcc
Group: %{rpmgroup}
Version: %{gcc_version}
License: GPL
@@ -13,7 +13,7 @@ Requires: @rpmprefix@%{gcc_target}-gcc = %{gcc_version}-%{release}
%description -n @rpmprefix@%{gcc_target}-g77
RTEMS is an open source operating system for embedded systems.
This is the gcc/g77 compiler for %{gcc_target}
This is the gcc/g77 compiler for %{gcc_target}.
%files -n @rpmprefix@%{gcc_target}-g77 -f build/files.g77
%defattr(-,root,root)

View File

@@ -2,7 +2,7 @@
# %{gcc_target}-gcc
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-gcc
Summary: gcc for %{gcc_target}
Summary: GNU cc compiler for %{gcc_target}.
Group: %{rpmgroup}
Version: %{gcc_version}
Requires: @rpmprefix@%{gcc_target}-binutils

View File

@@ -3,7 +3,7 @@
# %{gcc_target}-gcj
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-gcj
Summary: gcc/java compiler (gcj) for %{gcc_target}
Summary: Java support (gcj) for %{gcc_target}-gcc
Group: %{rpmgroup}
Version: %{gcc_version}
License: GPL

View File

@@ -3,7 +3,7 @@
# %{gcc_target}-gfortran
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-gfortran
Summary: gcc/gfortran compiler for %{gcc_target}
Summary: Fortran 95 support for %{gcc_target}-gcc
Group: %{rpmgroup}
Version: %{gcc_version}
License: GPL
@@ -17,7 +17,7 @@ Obsoletes: @rpmprefix@%{gcc_target}-g77
%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}
This is the gcc/gfortran compiler for %{gcc_target}.
%files -n @rpmprefix@%{gcc_target}-gfortran -f build/files.gfortran
%defattr(-,root,root)

View File

@@ -3,7 +3,7 @@
# %{gcc_target}-gnat
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-gnat
Summary: gcc/gnat compiler for %{gcc_target}
Summary: Ada support for for %{gcc_target}-gcc
Group: %{rpmgroup}
Version: %{gcc_version}
License: GPL
@@ -16,7 +16,7 @@ Requires: @rpmprefix@%{gcc_target}-gcc = %{gcc_version}-%{release}
%description -n @rpmprefix@%{gcc_target}-gnat
RTEMS is an open source operating system for embedded systems.
This is the gcc/gnat compiler for %{gcc_target}
This is the gcc/gnat compiler for %{gcc_target}.
%files -n @rpmprefix@%{gcc_target}-gnat
%defattr(-,root,root)

View File

@@ -2,7 +2,7 @@
# %{gcc_target}-libc
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-libc
Summary: newlib C Library for %{gcc_target}
Summary: C Library (newlib) for %{gcc_target}
Group: %{rpmgroup}
License: Distributable
Version: %{newlib_version}

View File

@@ -3,7 +3,7 @@
# %{gcc_target}-objc
# ==============================================================
%package -n @rpmprefix@%{gcc_target}-objc
Summary: gcc/objc compiler for %{gcc_target}
Summary: Objective C support for %{gcc_target}-gcc
Group: %{rpmgroup}
Version: %{gcc_version}
License: GPL
@@ -12,7 +12,7 @@ Requires: @rpmprefix@%{gcc_target}-gcc = %{gcc_version}-%{release}
%description -n @rpmprefix@%{gcc_target}-objc
RTEMS is an open source operating system for embedded systems.
This is the gcc/objc compiler for %{gcc_target}
This is the gcc/objc compiler for %{gcc_target}.
%files -n @rpmprefix@%{gcc_target}-objc -f build/files.objc
%defattr(-,root,root)

View File

@@ -1,4 +1,6 @@
#
# spec file for building gdb for rtems
#
# Copyright (c) 1999 OARCorp, Huntsville, AL
# spec file for building gdb for @target_alias@
#
# supported --with/--without options:
# --with sources build src.rpm instead of nosrc.rpm
#