diff --git a/gcc.changes b/gcc.changes index 496a3b9..a940a94 100644 --- a/gcc.changes +++ b/gcc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 4 13:29:20 UTC 2014 - rguenther@suse.com + +- Add libstdc++-devel-32bit and libstdc++-devel-64bit packages. + [bnc#890226] + ------------------------------------------------------------------- Fri Mar 21 12:29:29 UTC 2014 - rguenther@suse.com diff --git a/gcc.spec b/gcc.spec index 9f1ecaa..abcded4 100644 --- a/gcc.spec +++ b/gcc.spec @@ -180,6 +180,26 @@ Requires: libstdc++%{gcc_version}-devel The system GNU C++ development files. +%package -n libstdc++-devel-32bit +Summary: The system GNU C++ 32bit development files +License: GPL-3.0-with-GCC-exception +Group: System/Libraries +Requires: libstdc++%{gcc_version}-devel-32bit + +%description -n libstdc++-devel-32bit +The system GNU C++ 32bit development files. + + +%package -n libstdc++-devel-64bit +Summary: The system GNU C++ 64bit development files +License: GPL-3.0-with-GCC-exception +Group: System/Libraries +Requires: libstdc++%{gcc_version}-devel-64bit + +%description -n libstdc++-devel-64bit +The system GNU C++ 64bit development files. + + %package -n gcc-fortran Summary: The system GNU Fortran Compiler @@ -543,6 +563,11 @@ ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so.0.0.0` $RPM_BUILD_ROO # empty - only for the dependency %doc README +%files -n libstdc++-devel-32bit +%defattr(-,root,root) +# empty - only for the dependency +%doc README + %files -n gcc-fortran-32bit %defattr(-,root,root) # empty - only for the dependency @@ -571,6 +596,11 @@ ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so.0.0.0` $RPM_BUILD_ROO # empty - only for the dependency %doc README +%files -n libstdc++-devel-64bit +%defattr(-,root,root) +# empty - only for the dependency +%doc README + %files -n gcc-fortran-64bit %defattr(-,root,root) # empty - only for the dependency