forked from pool/lua-cliargs
Change to the new upstream and using expected version number.
This commit is contained in:
@@ -19,14 +19,13 @@
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define mod_name luacliargs
|
||||
%define rname lua_cliargs
|
||||
%define upversion 3.0-2
|
||||
Version: 3.02
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
Summary: Command-line argument parsing module for Lua
|
||||
License: MIT
|
||||
Group: Development/Libraries/Other
|
||||
URL: https://github.com/amireh/lua_cliargs
|
||||
Source: https://github.com/amireh/lua_cliargs/archive/v%{upversion}.tar.gz#/%{rname}-%{upversion}.tar.gz
|
||||
URL: https://github.com/lunarmodules/lua_cliargs
|
||||
Source: https://github.com/lunarmodules/lua_cliargs/archive/refs/tags/v%{version}.tar.gz#/%{rname}-%{version}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: lua-macros
|
||||
Requires: %{flavor}
|
||||
@@ -46,7 +45,7 @@ notations and argument types.
|
||||
cliargs allows you to define required, optional, and flag arguments.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{rname}-%{upversion}
|
||||
%setup -q -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
/bin/true
|
||||
|
||||
Reference in New Issue
Block a user