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
|
Name: llvm
|
||||||
Version: 12.0.1
|
Version: 12.0.1
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
License: NCSA
|
License: NCSA
|
||||||
URL: http://llvm.org
|
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-sphinx binutils-devel valgrind-devel libedit-devel python3-devel
|
||||||
BuildRequires: python3-recommonmark
|
BuildRequires: python3-recommonmark
|
||||||
|
|
||||||
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LLVM is a compiler infrastructure designed for compile-time, link-time,
|
LLVM is a compiler infrastructure designed for compile-time, link-time,
|
||||||
runtime, and idle-time optimization of programs from arbitrary programming
|
runtime, and idle-time optimization of programs from arbitrary programming
|
||||||
@ -31,6 +33,7 @@ Shared libraries for the LLVM compiler infrastructure.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: libedit-devel python3-lit binutils gcc
|
Requires: libedit-devel python3-lit binutils gcc
|
||||||
Requires(post): %{_sbindir}/alternatives
|
Requires(post): %{_sbindir}/alternatives
|
||||||
Requires(postun):%{_sbindir}/alternatives
|
Requires(postun):%{_sbindir}/alternatives
|
||||||
@ -200,6 +203,12 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 30 2023 herengui <herengui@kylinsec.com.cn> - 12.0.1-5
|
||||||
- Type: enhancement
|
- Type: enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user