- Switch gcc to default 5.
- Add gcc-go{,-32bit,-64bit} packages. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=58
This commit is contained in:
parent
2f81ce4f44
commit
54b50e4efc
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 20 10:24:01 UTC 2015 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Switch gcc to default 5.
|
||||||
|
- Add gcc-go{,-32bit,-64bit} packages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 2 13:34:23 UTC 2015 - schwab@suse.de
|
Mon Mar 2 13:34:23 UTC 2015 - schwab@suse.de
|
||||||
|
|
||||||
|
53
gcc.spec
53
gcc.spec
@ -35,9 +35,9 @@ Name: gcc
|
|||||||
%define build_ada 0
|
%define build_ada 0
|
||||||
%endif
|
%endif
|
||||||
Url: http://gcc.gnu.org/
|
Url: http://gcc.gnu.org/
|
||||||
%define gcc_version 48
|
%define gcc_version 5
|
||||||
%define gcc_suffix 4.8
|
%define gcc_suffix 5
|
||||||
Version: 4.8
|
Version: 5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The system GNU C Compiler
|
Summary: The system GNU C Compiler
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -386,6 +386,38 @@ Requires: gcc-ada = %{version}
|
|||||||
%description -n gcc-ada-64bit
|
%description -n gcc-ada-64bit
|
||||||
The system GNU Ada Compiler 64 bit support.
|
The system GNU Ada Compiler 64 bit support.
|
||||||
|
|
||||||
|
|
||||||
|
%package -n gcc-go
|
||||||
|
Summary: The system GNU Go Compiler
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
Requires: gcc = %{version}
|
||||||
|
Requires: gcc%{gcc_version}-go
|
||||||
|
|
||||||
|
%description -n gcc-go
|
||||||
|
The system GNU Go Compiler.
|
||||||
|
|
||||||
|
%package -n gcc-go-32bit
|
||||||
|
Summary: The system GNU Go Compiler
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
Requires: gcc%{gcc_version}-go-32bit
|
||||||
|
Requires: gcc-go = %{version}
|
||||||
|
|
||||||
|
%description -n gcc-go-32bit
|
||||||
|
The system GNU Go Compiler 32bit support.
|
||||||
|
|
||||||
|
%package -n gcc-go-64bit
|
||||||
|
Summary: The system GNU Go Compiler
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
Requires: gcc%{gcc_version}-go-64bit
|
||||||
|
Requires: gcc-go = %{version}
|
||||||
|
|
||||||
|
%description -n gcc-go-64bit
|
||||||
|
The system GNU Go Compiler 64bit support.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -595,6 +627,11 @@ EOF
|
|||||||
# empty - only for the dependency
|
# empty - only for the dependency
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
|
%files -n gcc-go
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# empty - only for the dependency
|
||||||
|
%doc README
|
||||||
|
|
||||||
%if %{separate_bi32}
|
%if %{separate_bi32}
|
||||||
|
|
||||||
%files -n gcc-32bit
|
%files -n gcc-32bit
|
||||||
@ -634,6 +671,11 @@ EOF
|
|||||||
%doc README
|
%doc README
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files -n gcc-go-32bit
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# empty - only for the dependency
|
||||||
|
%doc README
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
%if %{separate_bi64}
|
%if %{separate_bi64}
|
||||||
|
|
||||||
@ -674,6 +716,11 @@ EOF
|
|||||||
%doc README
|
%doc README
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files -n gcc-go-64bit
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# empty - only for the dependency
|
||||||
|
%doc README
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user