forked from pool/lua-shell-games
Accepting request 1060938 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/1060938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-shell-games?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
- Opencode %make_build to prevent build failure when not defined.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 09:43:59 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -67,7 +67,7 @@ ln -sfv lib/%{mod_name}.lua .
|
||||
%if "%{flavor}" == "lua51"
|
||||
REFUTE_LUA52_BEHAVIOR=true \
|
||||
%endif
|
||||
EXPECTED_LUA_VERSION="Lua %{lua_version}" %make_build test
|
||||
EXPECTED_LUA_VERSION="Lua %{lua_version}" make %{?_make_output_sync} %{?_smp_mflags} test
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
|
Reference in New Issue
Block a user