rebuilt with llvm 14.0.3-3mamba [release 14.0.3-2mamba;Thu May 19 2022]
This commit is contained in:
parent
e5f1a62bfb
commit
9370dfccaf
@ -3,7 +3,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: clang
|
Name: clang
|
||||||
Version: 14.0.3
|
Version: 14.0.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: C language family frontend for LLVM
|
Summary: C language family frontend for LLVM
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,7 +15,10 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{
|
|||||||
Patch0: clang-13.0.0-arm-add-latomic.patch
|
Patch0: clang-13.0.0-arm-add-latomic.patch
|
||||||
License: NCSA
|
License: NCSA
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
#ld-linux.so.3(GLIBC_2.4): .so link not found
|
||||||
|
#ld-linux.so.3: .so link not found
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatomic-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libllvm-devel
|
BuildRequires: libllvm-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
@ -24,6 +27,7 @@ BuildRequires: libxml2-devel
|
|||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: llvm = %{version}
|
BuildRequires: llvm = %{version}
|
||||||
|
BuildRequires: llvm >= 14.0.3-3mamba
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -191,6 +195,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
|
|||||||
%{_datadir}/doc/Clang/clang-tools/html/.buildinfo
|
%{_datadir}/doc/Clang/clang-tools/html/.buildinfo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 14.0.3-2mamba
|
||||||
|
- rebuilt with llvm 14.0.3-3mamba
|
||||||
|
|
||||||
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 14.0.3-1mamba
|
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 14.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user