SHA256
11
0
forked from pool/lua-toluapp

Switch off building lua51 build of the package.

This commit is contained in:
2025-10-24 16:51:13 +02:00
parent f65d33d8ae
commit a7ade9e447
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
<multibuild>
<package>luajit</package>
<package>lua51</package>
<package>lua53</package>
<package>lua54</package>
</multibuild>

View File

@@ -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>

View File

@@ -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