SHA256
3
0
forked from pool/gcc

Accepting request 33469 from devel:gcc

checked in (request 33469)

OBS-URL: https://build.opensuse.org/request/show/33469
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-02-25 12:44:13 +00:00 committed by Git OBS Bridge
parent 9192117308
commit e3cd2fe962
2 changed files with 30 additions and 47 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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 Tue Feb 16 15:45:20 UTC 2010 - coolo@novell.com

View File

@ -132,32 +132,6 @@ Requires: gcc = %{version}
The system GNU C++ Compiler. 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 %package -n libstdc++-devel
License: GPLv2+ License: GPLv2+
@ -194,7 +168,10 @@ Requires: gcc%{gcc_version}-fortran-32bit
Requires: gcc-fortran = %{version} Requires: gcc-fortran = %{version}
%description -n gcc-fortran-32bit %description -n gcc-fortran-32bit
The system GNU Fortran Compiler 32 bit support. 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.
@ -210,7 +187,10 @@ Requires: gcc%{gcc_version}-fortran-64bit
Requires: gcc-fortran = %{version} Requires: gcc-fortran = %{version}
%description -n gcc-fortran-64bit %description -n gcc-fortran-64bit
The system GNU Fortran Compiler 64 bit support. 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.
@ -261,7 +241,10 @@ Summary: The system GNU Java bytecode interpreter
Requires: gcc%{gcc_version}-gij-32bit Requires: gcc%{gcc_version}-gij-32bit
%description -n gcc-gij-32bit %description -n gcc-gij-32bit
The system GNU Java bytecode interpreter as 32 bit application. 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.
@ -272,7 +255,10 @@ Summary: The system GNU Java bytecode interpreter
Requires: gcc%{gcc_version}-gij-64bit Requires: gcc%{gcc_version}-gij-64bit
%description -n gcc-gij-64bit %description -n gcc-gij-64bit
The system GNU Java bytecode interpreter as 64 bit application. 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.
@ -299,7 +285,10 @@ Requires: gcc%{gcc_version}-objc-32bit
Requires: gcc-objc = %{version} Requires: gcc-objc = %{version}
%description -n gcc-objc-32bit %description -n gcc-objc-32bit
The system GNU Objective C Compiler 32 bit support. 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.
@ -311,7 +300,10 @@ Requires: gcc%{gcc_version}-objc-64bit
Requires: gcc-objc = %{version} Requires: gcc-objc = %{version}
%description -n gcc-objc-64bit %description -n gcc-objc-64bit
The system GNU Objective C Compiler 64 bit support. 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.
@ -361,6 +353,9 @@ Summary: The system GNU Foreign Function Interface library development fi
Requires: libffi%{gcc_version}-devel-32bit Requires: libffi%{gcc_version}-devel-32bit
%description -n libffi-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. The system GNU Foreign Function Interface library development files.
@ -372,6 +367,9 @@ Summary: The system GNU Foreign Function Interface library development fi
Requires: libffi%{gcc_version}-devel-64bit Requires: libffi%{gcc_version}-devel-64bit
%description -n libffi-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. The system GNU Foreign Function Interface library development files.
@ -587,11 +585,6 @@ EOF
# empty - only for the dependency # empty - only for the dependency
%doc README %doc README
%files -n gcc-c++-32bit
%defattr(-,root,root)
# empty - only for the dependency
%doc README
%files -n gcc-fortran-32bit %files -n gcc-fortran-32bit
%defattr(-,root,root) %defattr(-,root,root)
# empty - only for the dependency # empty - only for the dependency
@ -619,11 +612,6 @@ EOF
# empty - only for the dependency # empty - only for the dependency
%doc README %doc README
%files -n gcc-c++-64bit
%defattr(-,root,root)
# empty - only for the dependency
%doc README
%files -n gcc-fortran-64bit %files -n gcc-fortran-64bit
%defattr(-,root,root) %defattr(-,root,root)
# empty - only for the dependency # empty - only for the dependency