From b88fe9af3e910630706e1689bf55184a4003727fcbfb7db748d82b81766575e2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 26 Feb 2021 14:32:59 +0000 Subject: [PATCH] Accepting request 875338 from home:gmbr3:Lua - Fix lua naming OBS-URL: https://build.opensuse.org/request/show/875338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-cliargs?expand=0&rev=9 --- lua-cliargs.changes | 5 +++++ lua-cliargs.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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