SHA256
6
0
forked from pool/gcc

13 Commits

Author SHA256 Message Date
2fe52b4671 Sync changes to SLFO-1.2 branch 2025-08-20 09:16:15 +02:00
2e1440fe42 Accepting request 1275469 from devel:gcc
- Add packages for Modula-2 and Cobol.

- Bump GCC version to 15, leave -build flavor at 13.

OBS-URL: https://build.opensuse.org/request/show/1275469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=80
2025-06-16 09:11:30 +00:00
0d3a6cbd79 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=139 2025-05-07 12:45:01 +00:00
f61438553e OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=138 2025-05-07 12:38:07 +00:00
2b85a44533 - Add packages for Modula-2 and Cobol.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=137
2025-05-07 11:31:38 +00:00
8413b7b5c0 - Bump GCC version to 15, leave -build flavor at 13.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=136
2025-03-12 17:42:40 +00:00
527e1160a9 Accepting request 1248079 from devel:gcc
- Check is_opensuse for whether plugins are enabled.

OBS-URL: https://build.opensuse.org/request/show/1248079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=79
2025-03-02 11:17:28 +00:00
c112cfe40f - Check is_opensuse for whether plugins are enabled.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=134
2025-02-24 10:34:01 +00:00
a8cf2c9ee1 Accepting request 1202818 from devel:gcc
- Ensure every -build package conflicts and provides the non-build
  counterpart (related to boo#1230628) (forwarded request 1202713 from epaolantonio)

OBS-URL: https://build.opensuse.org/request/show/1202818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=78
2024-09-25 19:51:10 +00:00
23dbabc001 - Ensure every -build package conflicts and provides the non-build
counterpart (related to boo#1230628)

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=132
2024-09-24 07:34:00 +00:00
OBS User buildservice-autocommit
434da6ea26 baserev update by copy to link target
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=131
2024-08-27 17:38:37 +00:00
OBS User buildservice-autocommit
40d54b1d24 Updating link to change in openSUSE:Factory/gcc revision 77
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=30ac88a8222bf441e250b95097a34063
2024-08-27 17:38:37 +00:00
02d9ee9b11 - Make gcc-build-fortran provide and conflict gcc-fortran.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=130
2024-08-07 14:09:58 +00:00
2 changed files with 142 additions and 7 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Mar 12 17:41:50 UTC 2025 - Richard Biener <rguenther@suse.com>
- Bump GCC version to 15, leave -build flavor at 13.
-------------------------------------------------------------------
Mon Feb 24 10:32:48 UTC 2025 - Richard Biener <rguenther@suse.com>
- Check is_opensuse for whether plugins are enabled.
-------------------------------------------------------------------
Mon Sep 23 16:34:29 UTC 2024 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
- Ensure every -build package conflicts and provides the non-build
counterpart (related to boo#1230628)
-------------------------------------------------------------------
Wed Aug 7 14:06:50 UTC 2024 - Richard Biener <rguenther@suse.com>
- Make gcc-build-fortran provide and conflict gcc-fortran.
-------------------------------------------------------------------
Thu Aug 1 10:53:40 UTC 2024 - Richard Biener <rguenther@suse.com>

128
gcc.spec
View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package gcc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,8 +24,8 @@
%define gcc_suffix 13
%else
%define gccsuffix %{nil}
%define gcc_version 14
%define gcc_suffix 14
%define gcc_version 15
%define gcc_suffix 15
%endif
Name: gcc%{gccsuffix}
@@ -92,6 +92,10 @@ The system GNU C Compiler.
Summary: The system GNU C Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-32bit = %{version}
Conflicts: gcc-32bit
%endif
Requires: gcc%{gcc_version}-32bit
Requires: gcc%{gccsuffix} = %{version}
@@ -102,6 +106,10 @@ The system GNU C Compiler.
Summary: The system GNU C Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-64bit = %{version}
Conflicts: gcc-64bit
%endif
Requires: gcc%{gcc_version}-64bit
Requires: gcc%{gccsuffix} = %{version}
@@ -124,6 +132,10 @@ The system GNU Preprocessor.
Summary: The system GNU C Compiler Plugin development files
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-devel = %{version}
Conflicts: gcc-devel
%endif
Requires: gcc%{gcc_version}-devel
Requires: gcc%{gccsuffix} = %{version}
@@ -134,6 +146,10 @@ The system GNU C Compiler Plugin development files.
Summary: The system GNU Compiler locale files
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-locale = %{version}
Conflicts: gcc-locale
%endif
Requires: gcc%{gcc_version}-locale
%description -n gcc%{gccsuffix}-locale
@@ -143,6 +159,10 @@ The system GNU Compiler locale files.
Summary: The system GNU Compiler documentation
License: GFDL-1.2-only
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-info = %{version}
Conflicts: gcc-info
%endif
PreReq: %{install_info_prereq}
PreReq: gcc%{gcc_version}-info
@@ -158,6 +178,8 @@ The system GNU Compiler documentation.
# install / update the entries
%post -n gcc%{gccsuffix}-info
%install_info --info-dir=%{_infodir} --name=cpp --description='The GNU C preprocessor.' %{_infodir}/cpp.info.gz
@@ -193,6 +215,10 @@ The system GNU C++ Compiler.
Summary: The system GNU C++ Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-c++-32bit = %{version}
Conflicts: gcc-c++-32bit
%endif
Requires: gcc%{gcc_version}-c++-32bit
Requires: gcc%{gccsuffix}-32bit = %{version}
Requires: gcc%{gccsuffix}-c++ = %{version}
@@ -204,6 +230,10 @@ The system GNU C++ Compiler 32 bit support.
Summary: The system GNU C++ Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-c++-64bit = %{version}
Conflicts: gcc-c++-64bit
%endif
Requires: gcc%{gcc_version}-c++-64bit
Requires: gcc%{gccsuffix}-64bit = %{version}
Requires: gcc%{gccsuffix}-c++ = %{version}
@@ -228,6 +258,10 @@ The system GNU C++ development files.
Summary: The system GNU C++ 32bit development files
License: GPL-3.0-only WITH GCC-exception-3.1
Group: System/Libraries
%if "%{gccsuffix}" != ""
Provides: libstdc++-devel-32bit = %{version}
Conflicts: libstdc++-devel-32bit
%endif
Requires: libstdc++%{gccsuffix}-devel
Requires: libstdc++6-devel-gcc%{gcc_version}-32bit
@@ -238,6 +272,10 @@ The system GNU C++ 32bit development files.
Summary: The system GNU C++ 64bit development files
License: GPL-3.0-only WITH GCC-exception-3.1
Group: System/Libraries
%if "%{gccsuffix}" != ""
Provides: libstdc++-devel-64bit = %{version}
Conflicts: libstdc++-devel-64bit
%endif
Requires: libstdc++%{gccsuffix}-devel
Requires: libstdc++6-devel-gcc%{gcc_version}-64bit
@@ -248,6 +286,10 @@ The system GNU C++ 64bit development files.
Summary: The system GNU Fortran Compiler
License: GPL-3.0-or-later
Group: Development/Languages/Fortran
%if "%{gccsuffix}" != ""
Provides: gcc-fortran = %{version}
Conflicts: gcc-fortran
%endif
Requires: gcc%{gcc_version}-fortran
Requires: gcc%{gccsuffix} = %{version}
@@ -258,6 +300,10 @@ The system GNU Fortran Compiler.
Summary: The system GNU Fortran Compiler
License: GPL-3.0-or-later
Group: Development/Languages/Fortran
%if "%{gccsuffix}" != ""
Provides: gcc-fortran-32bit = %{version}
Conflicts: gcc-fortran-32bit
%endif
Requires: gcc%{gcc_version}-fortran-32bit
Requires: gcc%{gccsuffix}-fortran = %{version}
@@ -268,6 +314,10 @@ The system GNU Fortran Compiler 32 bit support.
Summary: The system GNU Fortran Compiler
License: GPL-3.0-or-later
Group: Development/Languages/Fortran
%if "%{gccsuffix}" != ""
Provides: gcc-fortran-64bit = %{version}
Conflicts: gcc-fortran-64bit
%endif
Requires: gcc%{gcc_version}-fortran-64bit
Requires: gcc%{gccsuffix}-fortran = %{version}
@@ -278,6 +328,10 @@ The system GNU Fortran Compiler 64 bit support.
Summary: The system GNU Objective C Compiler
License: GPL-3.0-or-later
Group: Development/Languages/Other
%if "%{gccsuffix}" != ""
Provides: gcc-objc = %{version}
Conflicts: gcc-objc
%endif
Requires: gcc%{gcc_version}-objc
Requires: gcc%{gccsuffix} = %{version}
%ifarch ppc64
@@ -291,6 +345,10 @@ The system GNU Objective C Compiler.
Summary: The system GNU Objective C Compiler
License: GPL-3.0-or-later
Group: Development/Languages/Other
%if "%{gccsuffix}" != ""
Provides: gcc-objc-32bit = %{version}
Conflicts: gcc-objc-32bit
%endif
Requires: gcc%{gcc_version}-objc-32bit
Requires: gcc%{gccsuffix}-objc = %{version}
@@ -301,6 +359,10 @@ The system GNU Objective C Compiler 32 bit support.
Summary: The system GNU Objective C Compiler
License: GPL-3.0-or-later
Group: Development/Languages/Other
%if "%{gccsuffix}" != ""
Provides: gcc-objc-64bit = %{version}
Conflicts: gcc-objc-64bit
%endif
Requires: gcc%{gcc_version}-objc-64bit
Requires: gcc%{gccsuffix}-objc = %{version}
@@ -311,6 +373,10 @@ The system GNU Objective C Compiler 64 bit support.
Summary: The system GNU Objective C++ Compiler
License: GPL-3.0-or-later
Group: Development/Languages/Other
%if "%{gccsuffix}" != ""
Provides: gcc-objc-c++ = %{version}
Conflicts: gcc-objc-c++
%endif
Requires: gcc%{gcc_version}-obj-c++
Requires: gcc%{gccsuffix}-objc = %{version}
@@ -321,6 +387,10 @@ The system GNU Objective C++ Compiler.
Summary: A default configuration to build all binaries in PIE mode
License: GPL-3.0-or-later
Group: Development/Languages/Other
%if "%{gccsuffix}" != ""
Provides: gcc-PIE = %{version}
Conflicts: gcc-PIE
%endif
Requires: gcc%{gcc_version}-PIE
%description -n gcc%{gccsuffix}-PIE
@@ -333,6 +403,10 @@ space randomization (ASLR).
Summary: The system GNU Ada Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-ada = %{version}
Conflicts: gcc-ada
%endif
Requires: gcc%{gcc_version}-ada
Requires: gcc%{gccsuffix} = %{version}
@@ -343,6 +417,10 @@ The system GNU Ada Compiler.
Summary: The system GNU Ada Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-ada-32bit = %{version}
Conflicts: gcc-ada-32bit
%endif
Requires: gcc%{gcc_version}-ada-32bit
Requires: gcc%{gccsuffix}-ada = %{version}
@@ -353,6 +431,10 @@ The system GNU Ada Compiler 32 bit support.
Summary: The system GNU Ada Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-ada-64bit = %{version}
Conflicts: gcc-ada-64bit
%endif
Requires: gcc%{gcc_version}-ada-64bit
Requires: gcc%{gccsuffix}-ada = %{version}
@@ -363,10 +445,14 @@ The system GNU Ada Compiler 64 bit support.
Summary: The system GNU Go Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-go = %{version}
Conflicts: gcc-go
%endif
Requires: gcc%{gcc_version}-go
Requires: gcc%{gccsuffix} = %{version}
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%description -n gcc%{gccsuffix}-go
The system GNU Go Compiler.
@@ -375,6 +461,10 @@ The system GNU Go Compiler.
Summary: The system GNU Go Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-go-32bit = %{version}
Conflicts: gcc-go-32bit
%endif
Requires: gcc%{gcc_version}-go-32bit
Requires: gcc%{gccsuffix}-go = %{version}
@@ -385,6 +475,10 @@ The system GNU Go Compiler 32bit support.
Summary: The system GNU Go Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-go-64bit = %{version}
Conflicts: gcc-go-64bit
%endif
Requires: gcc%{gcc_version}-go-64bit
Requires: gcc%{gccsuffix}-go = %{version}
@@ -395,10 +489,14 @@ The system GNU Go Compiler 64bit support.
Summary: The system GNU D Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-d = %{version}
Conflicts: gcc-d
%endif
Requires: gcc%{gcc_version}-d
Requires: gcc%{gccsuffix} = %{version}
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%description -n gcc%{gccsuffix}-d
The system GNU D Compiler.
@@ -407,6 +505,10 @@ The system GNU D Compiler.
Summary: The system GNU D Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-d-32bit = %{version}
Conflicts: gcc-d-32bit
%endif
Requires: gcc%{gcc_version}-d-32bit
Requires: gcc%{gccsuffix}-d = %{version}
@@ -417,6 +519,10 @@ The system GNU D Compiler 32bit support.
Summary: The system GNU D Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: gcc-d-64bit = %{version}
Conflicts: gcc-d-64bit
%endif
Requires: gcc%{gcc_version}-d-64bit
Requires: gcc%{gccsuffix}-d = %{version}
@@ -427,6 +533,10 @@ The system GNU D Compiler 64bit support.
Summary: Support for embedding GCC inside programs and libraries
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
%if "%{gccsuffix}" != ""
Provides: libgccjit-devel = %{version}
Conflicts: libgccjit-devel
%endif
Requires: libgccjit%{libgccjit_sover}-devel-gcc%{gcc_version}
%description -n libgccjit%{gccsuffix}-devel
@@ -436,6 +546,10 @@ Package contains header files and documentation for GCC JIT front-end.
Summary: Development files for the quadprecision math library
License: LGPL-2.1-only
Group: Development/Languages/Fortran
%if "%{gccsuffix}" != ""
Provides: libquadmath-devel = %{version}
Conflicts: libquadmath-devel
%endif
Requires: libquadmath0-devel-gcc%{gcc_version}
%description -n libquadmath%{gccsuffix}-devel
@@ -553,7 +667,7 @@ fi
%doc %{_mandir}/man1/cpp.1.gz
# Plugins are only enabled for Tumbleweed
%if 0%{!?sle_version:1}
%if 0%{?is_opensuse}
%files -n gcc%{gccsuffix}-devel
%defattr(-,root,root)
# empty - only for the dependency