Compare commits

3 Commits

3 changed files with 13 additions and 6 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:01 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Tue Oct 14 23:27:59 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Make the package build with updated %%luarocks_* macros.
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>

View File

@@ -65,8 +65,6 @@ solution (used in Firefox and other apps) into a re-usable specification.
%install
%luarocks_install *.rock
luarocks --lua-version="%{lua_version}" --tree="%{buildroot}/usr/" \
make --deps-mode=none --no-manifest "rockspecs/%{mod_name}-%{rock_version}.rockspec"
%if %{with test}
%check
@@ -74,9 +72,8 @@ busted
%endif
%files
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE
%doc %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
%license LICENSE
%doc __rocktree/* README.md CHANGELOG.md
%{lua_noarchdir}/%{mod_name}
%{luarocks_treedir}/%{mod_name}
%changelog