diff --git a/lua-cliargs.changes b/lua-cliargs.changes index 6cc7f70..7acee9e 100644 --- a/lua-cliargs.changes +++ b/lua-cliargs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 26 11:03:28 UTC 2021 - Callum Farmer + +- Fix lua naming + ------------------------------------------------------------------- Thu Feb 11 09:52:51 UTC 2021 - Dominique Leuenberger diff --git a/lua-cliargs.spec b/lua-cliargs.spec index d164815..eb16be3 100644 --- a/lua-cliargs.spec +++ b/lua-cliargs.spec @@ -17,7 +17,8 @@ %define flavor @BUILD_FLAVOR@ -%define mod_name lua_cliargs +%define mod_name luacliargs +%define rname lua_cliargs %define upversion 3.0-2 Version: 3.02 Release: 0 @@ -25,7 +26,7 @@ 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#/%{mod_name}-%{upversion}.tar.gz +Source: https://github.com/amireh/lua_cliargs/archive/v%{upversion}.tar.gz#/%{rname}-%{upversion}.tar.gz BuildRequires: %{flavor}-devel Requires: %{flavor} BuildArch: noarch @@ -44,7 +45,7 @@ notations and argument types. cliargs allows you to define required, optional, and flag arguments. %prep -%setup -q -n %{mod_name}-%{upversion} +%setup -q -n %{rname}-%{upversion} %build /bin/true