7
0
forked from pool/lua-argparse

2 Commits

Author SHA256 Message Date
8071ce6d55 Switch off building lua51 build of the package. 2025-10-29 16:57:03 +01:00
8c8c441e88 Add luajit version to _multibuild 2025-10-29 16:01:57 +01:00
5 changed files with 19 additions and 4 deletions

1
.gitattributes vendored
View File

@@ -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
View File

@@ -1 +1,5 @@
.osc
*.obscpio
*.osc
_build.*
.pbuild

View File

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

View File

@@ -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>

View File

@@ -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