automatic version update by autodist [release 15.0.5-1mamba;Wed Nov 23 2022]
This commit is contained in:
parent
abb1ea1bba
commit
30098e1d36
@ -1,7 +1,7 @@
|
||||
%define gccver %(gcc -dumpversion)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: compiler-rt
|
||||
Version: 14.0.6
|
||||
Version: 15.0.5
|
||||
Release: 1mamba
|
||||
Summary: Runtime libraries compiler for clang
|
||||
Group: Development/Languages
|
||||
@ -10,11 +10,9 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://llvm.org/
|
||||
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
|
||||
## 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: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -27,8 +25,9 @@ Runtime libraries compiler for clang.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n compiler-rt-%{version}.src
|
||||
%setup -q -n compiler-rt-%{version}.src -a1
|
||||
#-D -T
|
||||
cp -a cmake-%{version}.src/Modules/* cmake/Modules/
|
||||
|
||||
%build
|
||||
#:<< __EOF
|
||||
@ -65,6 +64,7 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
|
||||
%{_bindir}/hwasan_symbolize
|
||||
%endif
|
||||
%{_includedir}/fuzzer/*.h
|
||||
%{_includedir}/orc/c_api.h
|
||||
%{_includedir}/profile/InstrProfData.inc
|
||||
%{_includedir}/sanitizer/*.h
|
||||
%{_includedir}/xray/*.h
|
||||
@ -75,6 +75,9 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
|
||||
%doc LICENSE.TXT
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user