- Re-add gcc-c++-32bit and gcc-c++-64bit packages.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=6
This commit is contained in:
parent
9e0b4e03b6
commit
9192117308
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 13:03:44 CET 2010 - rguenther@suse.de
|
||||
|
||||
- Re-add gcc-c++-32bit and gcc-c++-64bit packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 15:45:20 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
72
gcc.spec
72
gcc.spec
@ -132,6 +132,32 @@ Requires: gcc = %{version}
|
||||
The system GNU C++ Compiler.
|
||||
|
||||
|
||||
%package -n gcc-c++-32bit
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: The system GNU C++ Compiler
|
||||
Provides: c++_compiler
|
||||
Requires: g++ = %{version}
|
||||
Requires: gcc-32bit = %{version}
|
||||
Requires: libstdc++%{gcc_version}-devel-32bit
|
||||
|
||||
%description -n gcc-c++-32bit
|
||||
The system GNU C++ Compiler 32 bit support.
|
||||
|
||||
|
||||
%package -n gcc-c++-64bit
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: The system GNU C++ Compiler
|
||||
Provides: c++_compiler
|
||||
Requires: g++ = %{version}
|
||||
Requires: gcc-64bit = %{version}
|
||||
Requires: libstdc++%{gcc_version}-devel-64bit
|
||||
|
||||
%description -n gcc-c++-64bit
|
||||
The system GNU C++ Compiler 64 bit support.
|
||||
|
||||
|
||||
|
||||
%package -n libstdc++-devel
|
||||
License: GPLv2+
|
||||
@ -168,10 +194,7 @@ Requires: gcc%{gcc_version}-fortran-32bit
|
||||
Requires: gcc-fortran = %{version}
|
||||
|
||||
%description -n gcc-fortran-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 Fortran Compiler.
|
||||
The system GNU Fortran Compiler 32 bit support.
|
||||
|
||||
|
||||
|
||||
@ -187,10 +210,7 @@ Requires: gcc%{gcc_version}-fortran-64bit
|
||||
Requires: gcc-fortran = %{version}
|
||||
|
||||
%description -n gcc-fortran-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 Fortran Compiler.
|
||||
The system GNU Fortran Compiler 64 bit support.
|
||||
|
||||
|
||||
|
||||
@ -241,10 +261,7 @@ 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.
|
||||
The system GNU Java bytecode interpreter as 32 bit application.
|
||||
|
||||
|
||||
|
||||
@ -255,10 +272,7 @@ 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.
|
||||
The system GNU Java bytecode interpreter as 64 bit application.
|
||||
|
||||
|
||||
|
||||
@ -285,10 +299,7 @@ Requires: gcc%{gcc_version}-objc-32bit
|
||||
Requires: gcc-objc = %{version}
|
||||
|
||||
%description -n gcc-objc-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 Objective C Compiler.
|
||||
The system GNU Objective C Compiler 32 bit support.
|
||||
|
||||
|
||||
|
||||
@ -300,10 +311,7 @@ Requires: gcc%{gcc_version}-objc-64bit
|
||||
Requires: gcc-objc = %{version}
|
||||
|
||||
%description -n gcc-objc-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 Objective C Compiler.
|
||||
The system GNU Objective C Compiler 64 bit support.
|
||||
|
||||
|
||||
|
||||
@ -353,9 +361,6 @@ Summary: The system GNU Foreign Function Interface library development fi
|
||||
Requires: libffi%{gcc_version}-devel-32bit
|
||||
|
||||
%description -n libffi-devel-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 Foreign Function Interface library development files.
|
||||
|
||||
|
||||
@ -367,9 +372,6 @@ Summary: The system GNU Foreign Function Interface library development fi
|
||||
Requires: libffi%{gcc_version}-devel-64bit
|
||||
|
||||
%description -n libffi-devel-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 Foreign Function Interface library development files.
|
||||
|
||||
|
||||
@ -585,6 +587,11 @@ EOF
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-c++-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-fortran-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
@ -612,6 +619,11 @@ EOF
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-c++-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-fortran-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
|
Loading…
Reference in New Issue
Block a user