forked from pool/lua-argparse
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
8071ce6d55
|
|||
|
8c8c441e88
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -21,3 +21,4 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*.changes merge=merge-changes
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
||||
.osc
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>luajit</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
<package>test</package>
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 14:47:00 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Switch off building lua51 build of the package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%if "%{flavor}" == "test"
|
||||
%define flavor lua51
|
||||
%define flavor lua54
|
||||
%bcond_without test
|
||||
%else
|
||||
%bcond_with test
|
||||
@@ -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