From: Elan Ruusamäe Date: Sat, 17 Sep 2016 21:39:50 +0000 (+0300) Subject: build with system deps X-Git-Tag: auto/th/neovim-0.1.5-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fneovim.git;a=commitdiff_plain;h=48fc3284b8d169daad2fe13811e1b976dc692be9 build with system deps --- 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}