Sync from SUSE:ALP:Source:Standard:1.0 gcc revision 90a0c2a672da4b240c4d76460052d363
This commit is contained in:
parent
e83ae2dab1
commit
945621bd9d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 13:47:32 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Add gcc, gcc-c++ and libstdc++-devel Provides to the -build flavor
|
||||||
|
of those packages. Should fix build of boost in ALP.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 14 09:27:54 UTC 2024 - Richard Biener <rguenther@suse.com>
|
Wed Feb 14 09:27:54 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
15
gcc.spec
15
gcc.spec
@ -61,6 +61,9 @@ Summary: The system GNU C Compiler
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Provides: c_compiler
|
Provides: c_compiler
|
||||||
|
%if "%{gccsuffix}" != ""
|
||||||
|
Provides: gcc = %{version}
|
||||||
|
%endif
|
||||||
Requires: cpp%{gccsuffix}
|
Requires: cpp%{gccsuffix}
|
||||||
Requires: gcc%{gcc_version}
|
Requires: gcc%{gcc_version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -151,13 +154,7 @@ The system GNU Compiler documentation.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# install / update the entries
|
# install / update the entries
|
||||||
|
|
||||||
%post -n gcc%{gccsuffix}-info
|
%post -n gcc%{gccsuffix}-info
|
||||||
%install_info --info-dir=%{_infodir} --name=cpp --description='The GNU C preprocessor.' %{_infodir}/cpp.info.gz
|
%install_info --info-dir=%{_infodir} --name=cpp --description='The GNU C preprocessor.' %{_infodir}/cpp.info.gz
|
||||||
%install_info --info-dir=%{_infodir} --name=gcc --description='The GNU Compiler Collection.' %{_infodir}/gcc.info.gz
|
%install_info --info-dir=%{_infodir} --name=gcc --description='The GNU Compiler Collection.' %{_infodir}/gcc.info.gz
|
||||||
@ -178,6 +175,9 @@ Summary: The system GNU C++ Compiler
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Provides: c++_compiler
|
Provides: c++_compiler
|
||||||
|
%if "%{gccsuffix}" != ""
|
||||||
|
Provides: gcc-c++ = %{version}
|
||||||
|
%endif
|
||||||
Requires: gcc%{gcc_version}-c++
|
Requires: gcc%{gcc_version}-c++
|
||||||
Requires: gcc%{gccsuffix} = %{version}
|
Requires: gcc%{gccsuffix} = %{version}
|
||||||
|
|
||||||
@ -210,6 +210,9 @@ The system GNU C++ Compiler 64 bit support.
|
|||||||
Summary: The system GNU C++ development files
|
Summary: The system GNU C++ development files
|
||||||
License: GPL-3.0-only WITH GCC-exception-3.1
|
License: GPL-3.0-only WITH GCC-exception-3.1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
%if "%{gccsuffix}" != ""
|
||||||
|
Provides: libstdc++-devel = %{version}
|
||||||
|
%endif
|
||||||
Requires: libstdc++6-devel-gcc%{gcc_version}
|
Requires: libstdc++6-devel-gcc%{gcc_version}
|
||||||
|
|
||||||
%description -n libstdc++%{gccsuffix}-devel
|
%description -n libstdc++%{gccsuffix}-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user