From 1a0c55f9fa4d935844749e05625b6d594f05caee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 6 Nov 2020 15:51:32 +0200 Subject: [PATCH] Lua deps are available for lua 5.1 only --- neovim.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neovim.spec b/neovim.spec index 6ced27e..8847194 100644 --- a/neovim.spec +++ b/neovim.spec @@ -4,7 +4,7 @@ # https://github.com/neovim/neovim/issues/5576 # # Conditional build: -%bcond_with lua # Prefer Lua over LuaJit +%bcond_without lua # Prefer Lua over LuaJit Summary: Vim-fork focused on extensibility and agility Name: neovim @@ -37,6 +37,7 @@ BuildRequires: rpmbuild(macros) >= 1.596 BuildRequires: unibilium-devel %if %{with lua} BuildRequires: lua51 +BuildRequires: lua51-devel %else BuildRequires: luajit-devel %endif -- 2.43.0