mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Add Requires: libedit-devel for llvm-devel
This commit is contained in:
parent
dd255866c2
commit
c5c125e0d4
1 changed files with 8 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 4.0.1
|
Version: 4.0.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
|
@ -50,6 +50,10 @@ tools as well as libraries with equivalent functionality.
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and header files for LLVM
|
Summary: Libraries and header files for LLVM
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
# The installed LLVM cmake files will add -ledit to the linker flags for any
|
||||||
|
# app that requires the libLLVMLineEditor, so we need to make sure
|
||||||
|
# libedit-devel is available.
|
||||||
|
Requires: libedit-devel
|
||||||
Requires(post): %{_sbindir}/alternatives
|
Requires(post): %{_sbindir}/alternatives
|
||||||
Requires(postun): %{_sbindir}/alternatives
|
Requires(postun): %{_sbindir}/alternatives
|
||||||
|
|
||||||
|
@ -208,6 +212,9 @@ fi
|
||||||
%{_libdir}/cmake/llvm/LLVMStaticExports.cmake
|
%{_libdir}/cmake/llvm/LLVMStaticExports.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 18 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-6
|
||||||
|
- Add Requires: libedit-devel for llvm-devel
|
||||||
|
|
||||||
* Fri Sep 08 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-5
|
* Fri Sep 08 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-5
|
||||||
- Enable libedit backend for LineEditor API
|
- Enable libedit backend for LineEditor API
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue