Compiles and installs again

This commit is contained in:
Konrad Kleine 2022-11-09 18:22:27 +00:00 committed by Timm Bäder
parent e9164d278f
commit 630ee401af

View file

@ -160,10 +160,6 @@ BuildRequires: python3-setuptools
# For origin certification # For origin certification
BuildRequires: gnupg2 BuildRequires: gnupg2
%if %{with pgo_instrumented_build}
BuildRequires: compiler-rt
%endif
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@ -218,14 +214,6 @@ Requires(postun): /sbin/ldconfig
%description libs %description libs
Shared libraries for the LLVM compiler infrastructure. Shared libraries for the LLVM compiler infrastructure.
%if %{without compat_build} && %{with snapshot_build}
%package cmake-devel
Summary: LLVM Shared development CMake files
%description cmake-devel
Some CMake files that are shared by LLVM sub-projects when building.
%endif
%package static %package static
Summary: LLVM static libraries Summary: LLVM static libraries
Conflicts: %{name}-devel < 8 Conflicts: %{name}-devel < 8
@ -478,6 +466,7 @@ touch %{buildroot}%{_bindir}/llvm-config%{exec_suffix}
mkdir -p %{buildroot}%{pkg_datadir}/llvm/cmake mkdir -p %{buildroot}%{pkg_datadir}/llvm/cmake
cp -Rv ../cmake/* %{buildroot}%{pkg_datadir}/llvm/cmake cp -Rv ../cmake/* %{buildroot}%{pkg_datadir}/llvm/cmake
%check %check
# non reproducible errors # non reproducible errors
rm test/tools/dsymutil/X86/swift-interface.test rm test/tools/dsymutil/X86/swift-interface.test
@ -805,6 +794,9 @@ fi
* Wed Nov 02 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1 * Wed Nov 02 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
- Update to LLVM 15.0.4 - Update to LLVM 15.0.4
* Wed Nov 02 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
- Update to LLVM 15.0.4
* Tue Sep 27 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2 * Tue Sep 27 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2
- Export GetHostTriple.cmake - Export GetHostTriple.cmake