Accepting request 33469 from devel:gcc

Copy from devel:gcc/gcc based on submit request 33469 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/33469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=18
This commit is contained in:
OBS User autobuild 2010-02-25 12:44:14 +00:00 committed by Git OBS Bridge
commit ec028eb6d4
2 changed files with 48 additions and 31 deletions

View File

@ -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

View File

@ -32,7 +32,7 @@ Url: http://gcc.gnu.org/
%define gcc_suffix 4.5
License: GPLv2+
Version: 4.5
Release: 1
Release: 2
Group: Development/Languages/C and C++
Summary: The system GNU C Compiler
Provides: c_compiler
@ -132,6 +132,32 @@ Requires: gcc = %{version}
The system GNU C++ Compiler.
%package -n gcc-c++-32bit
License: LGPLv2.1+
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: LGPLv2.1+
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