Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
4a2364bdf4
|
|||
|
4214f29054
|
|||
|
e73318983c
|
@@ -1,5 +1,5 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>luajit</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
<package>lua54</package>
|
<package>lua54</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
|||||||
@@ -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>
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -65,8 +65,6 @@ solution (used in Firefox and other apps) into a re-usable specification.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%luarocks_install *.rock
|
%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}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
@@ -74,9 +72,8 @@ busted
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE
|
%license LICENSE
|
||||||
%doc %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
|
%doc __rocktree/* README.md CHANGELOG.md
|
||||||
%{lua_noarchdir}/%{mod_name}
|
%{lua_noarchdir}/%{mod_name}
|
||||||
%{luarocks_treedir}/%{mod_name}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user