automatic version update by autodist [release 14.2.0-1mamba;Tue Aug 13 2024]
This commit is contained in:
parent
80089f822b
commit
1f9524fee9
25
gcc.spec
25
gcc.spec
@ -37,7 +37,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: gcc
|
Name: gcc
|
||||||
Version: 14.1.1.20240615git.a4f8e9e
|
Version: 14.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -45,19 +45,12 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Source: https://sourceware.org/git/gcc.git/releases%2Fgcc-14@%{gittag}/gcc-%{version}.tar.bz2
|
Source: https://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.xz
|
||||||
#Source: https://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.xz
|
#Source: https://sourceware.org/git/gcc.git/releases%2Fgcc-14@%{gittag}/gcc-%{version}.tar.bz2
|
||||||
Patch0: gcc-10.1.0-arm-provide-futex-atomic-functions.patch
|
Patch0: gcc-10.1.0-arm-provide-futex-atomic-functions.patch
|
||||||
Patch1: gcc-13.1.1-libgomp-workaround-null-environ.patch
|
Patch1: gcc-13.1.1-libgomp-workaround-null-environ.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: libgmp-devel
|
|
||||||
BuildRequires: libisl-devel
|
|
||||||
BuildRequires: libmpc-devel
|
|
||||||
BuildRequires: libmpfr-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: libzstd-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%if "%{?cross_target_cpu}" == ""
|
%if "%{?cross_target_cpu}" == ""
|
||||||
BuildRequires: binutils
|
BuildRequires: binutils
|
||||||
@ -897,6 +890,10 @@ rm -f %{buildroot}%{_infodir}/libffi.info*
|
|||||||
|
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
|
%ifarch aarch64
|
||||||
|
rm -f %{buildroot}%{_infodir}/libquadmath.info*
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -960,7 +957,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%{_bindir}/gcov-tool
|
%{_bindir}/gcov-tool
|
||||||
%{_bindir}/lto-dump
|
%{_bindir}/lto-dump
|
||||||
%{_bindir}/%{_target_platform}-cc
|
%{_bindir}/%{_target_platform}-cc
|
||||||
%{_bindir}/%{_target_platform}-gcc-%{gcc_ver}
|
|
||||||
%{_bindir}/%{_target_platform}-gcc
|
%{_bindir}/%{_target_platform}-gcc
|
||||||
%{_bindir}/%{_target_platform}-gcc-ar
|
%{_bindir}/%{_target_platform}-gcc-ar
|
||||||
%{_bindir}/%{_target_platform}-gcc-nm
|
%{_bindir}/%{_target_platform}-gcc-nm
|
||||||
@ -1131,9 +1127,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%files -n %{libstdcxx_name}
|
%files -n %{libstdcxx_name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libstdc++.so.*
|
%{_libdir}/libstdc++.so.*
|
||||||
%dir %{_datadir}/gcc-%{gcc_ver}/python/libstdcx
|
%dir %{_datadir}/gcc-%{gcc_ver}/python/libstdcxx
|
||||||
%{_datadir}/gcc-%{gcc_ver}/python/libstdcxx/__init__.py
|
%{_datadir}/gcc-%{gcc_ver}/python/libstdcxx/__init__.py
|
||||||
%dir %{_datadir}/gcc-%{gcc_ver}/python/libstdcx/v6
|
%dir %{_datadir}/gcc-%{gcc_ver}/python/libstdcxx/v6
|
||||||
%{_datadir}/gcc-%{gcc_ver}/python/libstdcxx/v6/*.py
|
%{_datadir}/gcc-%{gcc_ver}/python/libstdcxx/v6/*.py
|
||||||
|
|
||||||
%files -n %{libstdcxx_name}-debug
|
%files -n %{libstdcxx_name}-debug
|
||||||
@ -1354,6 +1350,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 13 2024 Automatic Build System <autodist@openmamba.org> 14.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jun 17 2024 Automatic Build System <autodist@openmamba.org> 14.1.1.20240615git.a4f8e9e-1mamba
|
* Mon Jun 17 2024 Automatic Build System <autodist@openmamba.org> 14.1.1.20240615git.a4f8e9e-1mamba
|
||||||
- update to 14.1.1.20240615git.a4f8e9e
|
- update to 14.1.1.20240615git.a4f8e9e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user