diff --git a/_multibuild b/_multibuild index a01285a..72d2b45 100644 --- a/_multibuild +++ b/_multibuild @@ -1,4 +1,5 @@ lua51 lua53 +lua54 diff --git a/lua-cliargs.changes b/lua-cliargs.changes index 6341571..866c6fa 100644 --- a/lua-cliargs.changes +++ b/lua-cliargs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 6 19:02:21 UTC 2020 - Matej Cepl + +- Add lua54 as new build target + ------------------------------------------------------------------- Sun May 19 19:08:01 CEST 2019 - Matej Cepl diff --git a/lua-cliargs.spec b/lua-cliargs.spec index 954b942..1ebafce 100644 --- a/lua-cliargs.spec +++ b/lua-cliargs.spec @@ -1,7 +1,7 @@ # -# spec file for package lua-luacliargs +# spec file for package lua-cliargs # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ Release: 0 Summary: Command-line argument parsing module for Lua License: MIT Group: Development/Libraries/Other -Url: https://github.com/amireh/lua_cliargs +URL: https://github.com/amireh/lua_cliargs Source: https://github.com/amireh/lua_cliargs/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz BuildRequires: %{flavor}-devel BuildArch: noarch @@ -56,7 +56,6 @@ cliargs allows you to define required, optional, and flag arguments. install -v -D -m 0644 -p -t %{buildroot}%{lua_noarchdir} src/cliargs.lua cp -v -r -p src/cliargs %{buildroot}%{lua_noarchdir} - %files %dir %{lua_noarchdir}/cliargs %{lua_noarchdir}/cliargs*