[packages/neovim] build with system deps
glen
glen at pld-linux.org
Sat Sep 17 23:40:10 CEST 2016
commit 48fc3284b8d169daad2fe13811e1b976dc692be9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Sep 18 00:39:50 2016 +0300
build with system deps
neovim.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/neovim.spec b/neovim.spec
index d9d146b..bb68db7 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -2,12 +2,12 @@
# - -rt subpackage? -lang subpackage?
#
# Conditional build:
-%bcond_with lua # LUA
+%bcond_without lua # LUA
Summary: Vim-fork focused on extensibility and agility
Name: neovim
Version: 0.1.5
-Release: 0.4
+Release: 0.5
License: Apache v2.0
Group: Applications/Editors/Vim
Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -28,9 +28,9 @@ BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.596
BuildRequires: unibilium-devel
%if %{with lua}
+BuildRequires: lua-bitop
BuildRequires: lua-lpeg
BuildRequires: lua-mpack >= 1.0.2
-BuildRequires: lua51-BitOp
BuildRequires: luajit-devel
%endif
Requires: desktop-file-utils
@@ -70,9 +70,9 @@ cd .deps
-DUSE_BUNDLED_LIBVTERM=OFF \
-DUSE_BUNDLED_LIBUV=OFF \
-DUSE_BUNDLED_MSGPACK=OFF \
- -DUSE_BUNDLED_LUAJIT=ON \
- -DUSE_BUNDLED_LUAROCKS=ON \
- -DUSE_BUNDLED_LUV=ON \
+ -DUSE_BUNDLED_LUAJIT=OFF \
+ -DUSE_BUNDLED_LUAROCKS=OFF \
+ -DUSE_BUNDLED_LUV=OFF \
../third-party
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/48fc3284b8d169daad2fe13811e1b976dc692be9
More information about the pld-cvs-commit
mailing list