From 32c99f2cf85e54110d85453eab239f9a200fa3d4002846a2c0a29cad438321a5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 30 Oct 2019 11:27:01 +0000 Subject: [PATCH] Accepting request 744101 from home:mcepl:branches:devel:languages:lua ok OBS-URL: https://build.opensuse.org/request/show/744101 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-mediator_lua?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + _multibuild | 4 +++ lua-mediator_lua.changes | 4 +++ lua-mediator_lua.spec | 62 +++++++++++++++++++++++++++++++++++++ mediator_lua-1.1.2-0.tar.gz | 3 ++ 6 files changed, 97 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _multibuild create mode 100644 lua-mediator_lua.changes create mode 100644 lua-mediator_lua.spec create mode 100644 mediator_lua-1.1.2-0.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..a01285a --- /dev/null +++ b/_multibuild @@ -0,0 +1,4 @@ + +lua51 +lua53 + diff --git a/lua-mediator_lua.changes b/lua-mediator_lua.changes new file mode 100644 index 0000000..3ee234b --- /dev/null +++ b/lua-mediator_lua.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Oct 29 17:35:49 CET 2019 - Matej Cepl + +- Initial import of lua-mediator_lua version 1.1.2-0 diff --git a/lua-mediator_lua.spec b/lua-mediator_lua.spec new file mode 100644 index 0000000..e2c5647 --- /dev/null +++ b/lua-mediator_lua.spec @@ -0,0 +1,62 @@ +# +# spec file for package lua-mediator_lua +# +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ +# + + +%define flavor @BUILD_FLAVOR@ +%define mod_name mediator_lua +%define upversion 1.1.2-0 +Version: 1.120 +Release: 0 +Summary: Command-line argument parsing module for Lua +License: MIT +Group: Development/Libraries/Other +Url: https://github.com/Olivine-Labs/mediator_lua +Source: https://github.com/Olivine-Labs/mediator_lua/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz +BuildRequires: %{flavor}-devel +BuildArch: noarch +Requires: %{flavor} +%if "%{flavor}" == "lua53" +Provides: lua-mediator_lua = %{version} +Obsoletes: lua-mediator_lua < %{version} +%endif +%if "%{flavor}" == "" +Name: lua-mediator_lua +ExclusiveArch: do_not_build +%else +Name: %{flavor}-mediator_lua +%endif + +%description +This module adds support for accepting CLI arguments easily using multiple +notations and argument types. + +mediator_lua allows you to define required, optional, and flag arguments. + +%prep +%setup -q -n %{mod_name}-%{upversion} + +%build +/bin/true + +%install +install -v -D -m 0644 -p -t %{buildroot}%{lua_noarchdir} src/mediator.lua + + +%files +%{lua_noarchdir}/mediator* + +%changelog diff --git a/mediator_lua-1.1.2-0.tar.gz b/mediator_lua-1.1.2-0.tar.gz new file mode 100644 index 0000000..2cad748 --- /dev/null +++ b/mediator_lua-1.1.2-0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf5859fd2081be4e9e4fb8873a2dc65f7eff3fd93d6dd14da65f8e123fcff9b +size 5809