forked from pool/lua-toluapp
Switch off building lua51 build of the package.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>luajit</package>
|
<package>luajit</package>
|
||||||
<package>lua51</package>
|
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
<package>lua54</package>
|
<package>lua54</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:51:12 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Switch off building lua51 build of the package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 13 14:10:09 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Mon Oct 13 14:10:09 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -24,12 +24,9 @@
|
|||||||
%else
|
%else
|
||||||
%define lua_value %(echo "%{flavor}" |sed -e 's:lua::')
|
%define lua_value %(echo "%{flavor}" |sed -e 's:lua::')
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "lua51" || "%{flavor}" == "luajit"
|
%if "%{flavor}" == "luajit"
|
||||||
%define lua_suffix 5_1
|
%define lua_suffix 5_1
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "lua52"
|
|
||||||
%define lua_suffix 5_2
|
|
||||||
%endif
|
|
||||||
%if "%{flavor}" == "lua53"
|
%if "%{flavor}" == "lua53"
|
||||||
%define lua_suffix 5_3
|
%define lua_suffix 5_3
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
Reference in New Issue
Block a user