[packages/neovim] Lua deps are available for lua 5.1 only

glen glen at pld-linux.org
Fri Nov 6 14:52:13 CET 2020


commit 1a0c55f9fa4d935844749e05625b6d594f05caee
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Nov 6 15:51:32 2020 +0200

    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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/1a0c55f9fa4d935844749e05625b6d594f05caee



More information about the pld-cvs-commit mailing list