- BuildRequire packages we build symlinks to. [bsc#1178675]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=100
This commit is contained in:
parent
621a574f2b
commit
f34a87065a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 12 11:42:44 UTC 2020 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- BuildRequire packages we build symlinks to. [bsc#1178675]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 31 12:48:21 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
Mon Aug 31 12:48:21 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
9
gcc.spec
9
gcc.spec
@ -58,6 +58,15 @@ Requires: cpp
|
|||||||
Requires: gcc%{gcc_version}
|
Requires: gcc%{gcc_version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc%{gcc_version}
|
BuildRequires: gcc%{gcc_version}
|
||||||
|
BuildRequires: gcc%{gcc_version}-c++
|
||||||
|
BuildRequires: gcc%{gcc_version}-fortran
|
||||||
|
BuildRequires: gcc%{gcc_version}-go
|
||||||
|
%if %{build_ada}
|
||||||
|
BuildRequires: gcc%{gcc_version}-ada
|
||||||
|
%endif
|
||||||
|
%if %{build_d}
|
||||||
|
BuildRequires: gcc%{gcc_version}-d
|
||||||
|
%endif
|
||||||
Source: cpp
|
Source: cpp
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user