forked from pool/lua-toluapp
Switch off building lua51 build of the package.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<multibuild>
|
||||
<package>luajit</package>
|
||||
<package>lua51</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</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>
|
||||
|
||||
|
||||
@@ -24,12 +24,9 @@
|
||||
%else
|
||||
%define lua_value %(echo "%{flavor}" |sed -e 's:lua::')
|
||||
%endif
|
||||
%if "%{flavor}" == "lua51" || "%{flavor}" == "luajit"
|
||||
%if "%{flavor}" == "luajit"
|
||||
%define lua_suffix 5_1
|
||||
%endif
|
||||
%if "%{flavor}" == "lua52"
|
||||
%define lua_suffix 5_2
|
||||
%endif
|
||||
%if "%{flavor}" == "lua53"
|
||||
%define lua_suffix 5_3
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user