automatic version update by autodist [release 15.0.5-1mamba;Wed Nov 23 2022]

This commit is contained in:
Automatic Build System 2024-01-05 21:28:56 +01:00
parent abb1ea1bba
commit 30098e1d36

View File

@ -1,7 +1,7 @@
%define gccver %(gcc -dumpversion) %define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: compiler-rt Name: compiler-rt
Version: 14.0.6 Version: 15.0.5
Release: 1mamba Release: 1mamba
Summary: Runtime libraries compiler for clang Summary: Runtime libraries compiler for clang
Group: Development/Languages Group: Development/Languages
@ -10,11 +10,9 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://llvm.org/ URL: https://llvm.org/
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/cmake-%{version}.src.tar.xz
License: NCSA License: NCSA
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
#ld-linux.so.2(GLIBC_2.1): .so link not found
#ld-linux.so.2(GLIBC_2.3): .so link not found
#ld-linux.so.2: .so link not found
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
@ -27,8 +25,9 @@ Runtime libraries compiler for clang.
%debug_package %debug_package
%prep %prep
%setup -q -n compiler-rt-%{version}.src %setup -q -n compiler-rt-%{version}.src -a1
#-D -T #-D -T
cp -a cmake-%{version}.src/Modules/* cmake/Modules/
%build %build
#:<< __EOF #:<< __EOF
@ -65,6 +64,7 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
%{_bindir}/hwasan_symbolize %{_bindir}/hwasan_symbolize
%endif %endif
%{_includedir}/fuzzer/*.h %{_includedir}/fuzzer/*.h
%{_includedir}/orc/c_api.h
%{_includedir}/profile/InstrProfData.inc %{_includedir}/profile/InstrProfData.inc
%{_includedir}/sanitizer/*.h %{_includedir}/sanitizer/*.h
%{_includedir}/xray/*.h %{_includedir}/xray/*.h
@ -75,6 +75,9 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
%doc LICENSE.TXT %doc LICENSE.TXT
%changelog %changelog
* Wed Nov 23 2022 Automatic Build System <autodist@mambasoft.it> 15.0.5-1mamba
- automatic version update by autodist
* Sat Jun 25 2022 Automatic Build System <autodist@mambasoft.it> 14.0.6-1mamba * Sat Jun 25 2022 Automatic Build System <autodist@mambasoft.it> 14.0.6-1mamba
- automatic version update by autodist - automatic version update by autodist