diff --git a/gcc.changes b/gcc.changes index 0640c9b..0d61f59 100644 --- a/gcc.changes +++ b/gcc.changes @@ -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 diff --git a/gcc.spec b/gcc.spec index 5865347..838c01e 100644 --- a/gcc.spec +++ b/gcc.spec @@ -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