add llvm and llvm-devel requires pkg llvm-libs

This commit is contained in:
zhangxianting 2024-03-07 18:10:28 +08:00
parent b85b237ae8
commit a774a894e0

View File

@ -1,6 +1,6 @@
Name: llvm
Version: 12.0.1
Release: 4
Release: 5
Summary: The Low Level Virtual Machine
License: NCSA
URL: http://llvm.org
@ -10,6 +10,8 @@ BuildRequires: gcc gcc-c++ cmake ninja-build zlib-devel libffi-devel ncurses-de
BuildRequires: python3-sphinx binutils-devel valgrind-devel libedit-devel python3-devel
BuildRequires: python3-recommonmark
Requires: %{name}-libs = %{version}-%{release}
%description
LLVM is a compiler infrastructure designed for compile-time, link-time,
runtime, and idle-time optimization of programs from arbitrary programming
@ -28,6 +30,7 @@ Shared libraries for the LLVM compiler infrastructure.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
Requires: libedit-devel python3-lit binutils gcc
Requires(post): %{_sbindir}/alternatives
Requires(postun):%{_sbindir}/alternatives
@ -197,6 +200,12 @@ fi
%{_mandir}/man1/*
%changelog
* Thu Mar 07 2024 zhangxianting <zhangxianting@uniontech.com> - 12.0.1-5
- Type: Requires
- ID: NA
- SUG: NA
- DESC: add llvm and llvm-devel requires pkg llvm-libs
* Wed Dec 21 2022 eastb233 <xiezhiheng@huawei.com> - 12.0.1-4
- Type: Compile Option
- ID: NA