This commit is contained in:
parent
27bb27fe53
commit
224bf3f687
42
gcc.spec
42
gcc.spec
@ -32,7 +32,7 @@ Url: http://gcc.gnu.org/
|
||||
%define gcc_suffix 4.4
|
||||
License: GPL v2 or later
|
||||
Version: 4.4
|
||||
Release: 2
|
||||
Release: 3
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: The system GNU C Compiler
|
||||
Provides: c_compiler
|
||||
@ -52,16 +52,16 @@ Authors:
|
||||
The GCC team.
|
||||
|
||||
%package -n gcc-32bit
|
||||
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: The system GNU C Compiler
|
||||
Requires: gcc%{gcc_version}-32bit
|
||||
Requires: gcc = %{version}
|
||||
|
||||
%description -n gcc-32bit
|
||||
This rpm was re-packaged from gcc-3.2.2-56, whose source rpm
|
||||
is gcc-3.2.2-56.src.rpm.
|
||||
(srcrep:0d3b68d75fbbf4c5837b7f63c9f8c066-gcc)
|
||||
This rpm was re-packaged from gcc-4.4-2.2, whose source rpm
|
||||
is gcc-4.4-2.2.src.rpm.
|
||||
(obs://build.suse.de/SUSE:Factory:Head/standard/3185015b0df1b2ce265bc44762f028b0-gcc)
|
||||
|
||||
The system GNU C Compiler.
|
||||
|
||||
@ -72,16 +72,16 @@ Authors:
|
||||
The GCC team.
|
||||
|
||||
%package -n gcc-64bit
|
||||
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: The system GNU C Compiler
|
||||
Requires: gcc%{gcc_version}-64bit
|
||||
Requires: gcc = %{version}
|
||||
|
||||
%description -n gcc-64bit
|
||||
This rpm was re-packaged from gcc-3.2.2-56, whose source rpm
|
||||
is gcc-3.2.2-56.src.rpm.
|
||||
(srcrep:0d3b68d75fbbf4c5837b7f63c9f8c066-gcc)
|
||||
This rpm was re-packaged from gcc-4.4-2.2, whose source rpm
|
||||
is gcc-4.4-2.2.src.rpm.
|
||||
(obs://build.suse.de/SUSE:Factory:Head/standard/3185015b0df1b2ce265bc44762f028b0-gcc)
|
||||
|
||||
The system GNU C Compiler.
|
||||
|
||||
@ -169,7 +169,7 @@ Authors:
|
||||
The GCC team.
|
||||
|
||||
%package -n gcc-fortran-32bit
|
||||
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/Fortran
|
||||
Summary: The system GNU Fortran Compiler
|
||||
Requires: gcc%{gcc_version}-fortran-32bit
|
||||
@ -188,7 +188,7 @@ Authors:
|
||||
The GCC team.
|
||||
|
||||
%package -n gcc-fortran-64bit
|
||||
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/Fortran
|
||||
Summary: The system GNU Fortran Compiler
|
||||
Requires: gcc%{gcc_version}-fortran-64bit
|
||||
@ -243,22 +243,29 @@ The system GNU Java bytecode interpreter.
|
||||
|
||||
|
||||
%package -n gcc-gij-32bit
|
||||
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/Java
|
||||
Summary: The system GNU Java bytecode interpreter
|
||||
Requires: gcc%{gcc_version}-gij-32bit
|
||||
|
||||
%description -n gcc-gij-32bit
|
||||
This is a re-packaged binary rpm. For the package source, please look
|
||||
for the source of the package without the "32bit" ending
|
||||
|
||||
The system GNU Java bytecode interpreter.
|
||||
|
||||
|
||||
%package -n gcc-gij-64bit
|
||||
|
||||
%package -n gcc-gij-64bit
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/Java
|
||||
Summary: The system GNU Java bytecode interpreter
|
||||
Requires: gcc%{gcc_version}-gij-64bit
|
||||
|
||||
%description -n gcc-gij-64bit
|
||||
This is a re-packaged binary rpm. For the package source, please look
|
||||
for the source of the package without the "64bit" ending
|
||||
|
||||
The system GNU Java bytecode interpreter.
|
||||
|
||||
|
||||
@ -279,7 +286,7 @@ The system GNU Objective C Compiler.
|
||||
|
||||
|
||||
%package -n gcc-objc-32bit
|
||||
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/Other
|
||||
Summary: The system GNU Objective C Compiler
|
||||
Requires: gcc%{gcc_version}-objc-32bit
|
||||
@ -294,7 +301,7 @@ The system GNU Objective C Compiler.
|
||||
|
||||
|
||||
%package -n gcc-objc-64bit
|
||||
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/Other
|
||||
Summary: The system GNU Objective C Compiler
|
||||
Requires: gcc%{gcc_version}-objc-64bit
|
||||
@ -348,7 +355,7 @@ The system GNU Foreign Function Interface library development files.
|
||||
|
||||
|
||||
%package -n libffi-devel-32bit
|
||||
|
||||
License: BSD 3-Clause
|
||||
Group: System/Libraries
|
||||
Summary: The system GNU Foreign Function Interface library development files
|
||||
Requires: libffi%{gcc_version}-devel-32bit
|
||||
@ -362,7 +369,7 @@ The system GNU Foreign Function Interface library development files.
|
||||
|
||||
|
||||
%package -n libffi-devel-64bit
|
||||
|
||||
License: BSD 3-Clause
|
||||
Group: System/Libraries
|
||||
Summary: The system GNU Foreign Function Interface library development files
|
||||
Requires: libffi%{gcc_version}-devel-64bit
|
||||
@ -374,6 +381,7 @@ for the source of the package without the "64bit" ending
|
||||
The system GNU Foreign Function Interface library development files.
|
||||
|
||||
|
||||
|
||||
%package -n gcc-z9
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/C and C++
|
||||
|
Loading…
Reference in New Issue
Block a user