12
0

Accepting request 977554 from devel:languages:lua

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/977554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-editorconfig-core-lua?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-05-16 16:09:00 +00:00 committed by Git OBS Bridge
commit f060b44e4b
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 9 14:58:07 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add LUA_INCLUDE_DIR cmake parameter.
-------------------------------------------------------------------
Thu Feb 18 15:50:27 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package lua-editorconfig-core-lua
# spec file
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -55,7 +55,9 @@ as the Editorconfig C Core library.
%setup -q -n %{mod_name}-%{version}
%build
%cmake -DECL_LIBDIR:PATH=%{lua_archdir}
%cmake -DECL_LIBDIR:PATH=%{lua_archdir} \
-DLUA_LIBRARY:PATH=%{lua_archdir} \
-DLUA_INCLUDE_DIR:PATH=%{lua_incdir}
%install
%cmake_install