Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
cd3c508c0b
|
|||
|
44e25f2199
|
|||
|
1e6550c9b1
|
@@ -1,5 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>luajit</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</multibuild>
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 14:49:05 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Switch off building lua51 build of the package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 23:28:12 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Make the package build with updated %%luarocks_* macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 1 01:54:05 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
|
||||
@@ -66,9 +66,8 @@ cd tests
|
||||
for t in *.lua; do lua $t; done
|
||||
|
||||
%files
|
||||
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/readme.txt
|
||||
%docdir %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
|
||||
%license doc/readme.txt
|
||||
%doc __rocktree/* README.md
|
||||
%{lua_noarchdir}/epnf.lua
|
||||
%{luarocks_treedir}/%{mod_name}
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user