forked from pool/lua-argparse
Add luajit version to _multibuild
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<multibuild>
|
||||
<package>luajit</package>
|
||||
<package>lua51</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ help, and error messages, and can generate shell completion scripts.
|
||||
/bin/true
|
||||
|
||||
%install
|
||||
%if ! %{with test}
|
||||
%if %{without test}
|
||||
install -v -D -m 0644 -t %{buildroot}%{lua_noarchdir} -p src/argparse.lua
|
||||
%endif
|
||||
|
||||
@@ -76,7 +76,7 @@ install -v -D -m 0644 -t %{buildroot}%{lua_noarchdir} -p src/argparse.lua
|
||||
busted
|
||||
%endif
|
||||
|
||||
%if ! %{with test}
|
||||
%if %{without test}
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md README.md
|
||||
|
||||
Reference in New Issue
Block a user