SHA256
12
0
forked from pool/lua-loadkit

Accepting request 873540 from devel:languages:lua

OBS-URL: https://build.opensuse.org/request/show/873540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-loadkit?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-02-18 19:42:54 +00:00 committed by Git OBS Bridge
commit a07a79a385
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 18 15:52:35 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Use %lua_provides macro for default lua versioning
-------------------------------------------------------------------
Mon Jul 6 19:04:09 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -18,7 +18,7 @@
%define flavor @BUILD_FLAVOR@
%if "%{flavor}" == "test"
%define flavor lua51
%define flavor lua54
%bcond_without test
%else
%bcond_with test
@ -35,6 +35,7 @@ Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz#
BuildRequires: %{flavor}-devel
Requires: %{flavor}
BuildArch: noarch
%lua_provides
%if %{with test}
BuildRequires: %{flavor}-busted
%endif