3 Commits

3 changed files with 13 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:26 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Tue Oct 14 23:28:07 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Make the package build with updated %%luarocks_* macros.
-------------------------------------------------------------------
Mon Apr 1 01:51:18 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -68,9 +68,8 @@ things like UTF-8 support and ANSI terminal escape sequence detection.
%check
%files
%doc README.md Changes __rocktree/*
%license COPYING
%{lua_archdir}
%{luarocks_treedir}/%{mod_name}
%docdir %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/COPYING
%changelog