SHA256
6
0
forked from pool/lua-argparse

Add luajit version to _multibuild

This commit is contained in:
2025-10-06 10:46:18 +02:00
parent 727a4c7b93
commit 8c8c441e88
3 changed files with 8 additions and 2 deletions

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 20 18:31:04 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add luajit version to _multibuild
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 23 10:12:59 UTC 2022 - Michal Suchanek <msuchanek@suse.com> Wed Nov 23 10:12:59 UTC 2022 - Michal Suchanek <msuchanek@suse.com>

View File

@@ -67,7 +67,7 @@ help, and error messages, and can generate shell completion scripts.
/bin/true /bin/true
%install %install
%if ! %{with test} %if %{without test}
install -v -D -m 0644 -t %{buildroot}%{lua_noarchdir} -p src/argparse.lua install -v -D -m 0644 -t %{buildroot}%{lua_noarchdir} -p src/argparse.lua
%endif %endif
@@ -76,7 +76,7 @@ install -v -D -m 0644 -t %{buildroot}%{lua_noarchdir} -p src/argparse.lua
busted busted
%endif %endif
%if ! %{with test} %if %{without test}
%files %files
%license LICENSE %license LICENSE
%doc CHANGELOG.md README.md %doc CHANGELOG.md README.md