SHA256
1
0
forked from pool/lua-lpeg

5 Commits

Author SHA256 Message Date
345519d1de Enable lua55 build. 2026-01-23 22:50:42 +01:00
4c48a97b29 Enable lua55 build 2026-01-21 21:43:07 +01:00
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 20 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 23 21:50:42 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Enable lua55 build.
-------------------------------------------------------------------
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> 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='%{_datadir}/lua/%{lua_version}/?.lua'
LUA_PATH="%{buildroot}%{lua_noarchdir}/?/init.lua;${LUA_PATH}" LUA_PATH="%{buildroot}%{lua_noarchdir}/?/init.lua;${LUA_PATH}"
export LUA_PATH="%{buildroot}%{lua_noarchdir}/?.lua;${LUA_PATH}" export LUA_PATH="%{buildroot}%{lua_noarchdir}/?.lua;${LUA_PATH}"
%{_bindir}/lua%{lua_version} test.lua %{_bindir}/lua test.lua
%files %files
%{lua_archdir} %{lua_archdir}/lpeg.so
%{lua_noarchdir} %{lua_noarchdir}/re.lua
%files doc %files doc
%doc re.html lpeg.html HISTORY %doc re.html lpeg.html HISTORY