SHA256
1
0
forked from pool/lua-lpeg

3 Commits

Author SHA256 Message Date
f784e7a293 Switch off building lua51 build of the package. 2025-10-24 16:48:35 +02:00
501c6f2e5a Don't depend on lua5.1 2025-10-11 18:07:44 +02:00
6c5663336e Add luajit version to _multibuild 2025-10-06 10:47:38 +02:00
3 changed files with 14 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 24 14:48:35 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Sat Oct 11 16:07:42 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Don't depend on lua5.1
-------------------------------------------------------------------
Tue Jul 11 11:23:08 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -77,11 +77,11 @@ install -Dm 644 re.lua %{buildroot}%{lua_noarchdir}
LUA_PATH='%{_datadir}/lua/%{lua_version}/?.lua'
LUA_PATH="%{buildroot}%{lua_noarchdir}/?/init.lua;${LUA_PATH}"
export LUA_PATH="%{buildroot}%{lua_noarchdir}/?.lua;${LUA_PATH}"
%{_bindir}/lua%{lua_version} test.lua
%{_bindir}/lua test.lua
%files
%{lua_archdir}
%{lua_noarchdir}
%{lua_archdir}/lpeg.so
%{lua_noarchdir}/re.lua
%files doc
%doc re.html lpeg.html HISTORY