forked from pool/lua-cliargs
Change to the new upstream and using expected version number.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 6 10:06:12 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Change to the new upstream and using expected version number.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 24 14:47:26 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Fri Oct 24 14:47:26 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -19,14 +19,13 @@
|
|||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name luacliargs
|
%define mod_name luacliargs
|
||||||
%define rname lua_cliargs
|
%define rname lua_cliargs
|
||||||
%define upversion 3.0-2
|
Version: 3.0.2
|
||||||
Version: 3.02
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line argument parsing module for Lua
|
Summary: Command-line argument parsing module for Lua
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: https://github.com/amireh/lua_cliargs
|
URL: https://github.com/lunarmodules/lua_cliargs
|
||||||
Source: https://github.com/amireh/lua_cliargs/archive/v%{upversion}.tar.gz#/%{rname}-%{upversion}.tar.gz
|
Source: https://github.com/lunarmodules/lua_cliargs/archive/refs/tags/v%{version}.tar.gz#/%{rname}-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
@@ -46,7 +45,7 @@ notations and argument types.
|
|||||||
cliargs allows you to define required, optional, and flag arguments.
|
cliargs allows you to define required, optional, and flag arguments.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{rname}-%{upversion}
|
%setup -q -n %{rname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
/bin/true
|
/bin/true
|
||||||
|
|||||||
BIN
lua_cliargs-3.0-2.tar.gz
(Stored with Git LFS)
BIN
lua_cliargs-3.0-2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
lua_cliargs-3.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
lua_cliargs-3.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user