add llvm and llvm-devel requires pkg llvm-libs
(cherry picked from commit 9b5a82e4bed4d176a5ab1bf31ce9d790d08c0546)
This commit is contained in:
parent
f74655cd37
commit
4865cb3efa
11
llvm.spec
11
llvm.spec
@ -1,6 +1,6 @@
|
||||
Name: llvm
|
||||
Version: 12.0.1
|
||||
Release: 5
|
||||
Release: 6
|
||||
Summary: The Low Level Virtual Machine
|
||||
License: NCSA
|
||||
URL: http://llvm.org
|
||||
@ -13,6 +13,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
|
||||
@ -31,6 +33,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
|
||||
@ -200,6 +203,12 @@ fi
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 09 2024 zhangxianting <zhangxianting@uniontech.com> - 12.0.1-6
|
||||
- Type: Requires
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: add llvm and llvm-devel requires pkg llvm-libs
|
||||
|
||||
* Wed Aug 30 2023 herengui <herengui@kylinsec.com.cn> - 12.0.1-5
|
||||
- Type: enhancement
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user