commit 081f42dfb2aa18dd3b6a671a5330d76e3300699b4c055b3af2a257b72c4464bf Author: Matej Cepl Date: Mon Oct 28 12:23:56 2019 +0000 Accepting request 743482 from home:mcepl:branches:devel:languages:lua Initial import of say luarock version 1.3-1 OBS-URL: https://build.opensuse.org/request/show/743482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-say?expand=0&rev=1 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_say.changes b/lua_say.changes new file mode 100644 index 0000000..87f5255 --- /dev/null +++ b/lua_say.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Oct 28 13:06:51 CET 2019 - Matej Cepl + +- Initial import of say luarock version 1.3-1 diff --git a/lua_say.spec b/lua_say.spec new file mode 100644 index 0000000..2c95c17 --- /dev/null +++ b/lua_say.spec @@ -0,0 +1,60 @@ +# +# spec file for package lua-say +# +# 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 say +%define upversion 1.3-1 +Version: 1.31 +Release: 0 +Summary: Lua string hashing library, useful for internationalization +License: MIT +Group: Development/Libraries/Other +Url: https://github.com/Olivine-Labs/say +Source: https://github.com/Olivine-Labs/say/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz +BuildRequires: %{flavor}-devel +BuildArch: noarch +Requires: %{flavor} +%if "%{flavor}" == "lua53" +Provides: lua-say = %{version} +Obsoletes: lua-say < %{version} +%endif +%if "%{flavor}" == "" +Name: lua-say +ExclusiveArch: do_not_build +%else +Name: %{flavor}-say +%endif + +%description +Useful for internationalization. + +%prep +%setup -q -n %{mod_name}-%{upversion} + +%build +/bin/true + +%install +install -v -D -m 0644 -p -t %{buildroot}%{lua_noarchdir}/say src/init.lua + + +%files +%dir %{lua_noarchdir}/say +%{lua_noarchdir}/say* + +%changelog diff --git a/say-1.3-1.tar.gz b/say-1.3-1.tar.gz new file mode 100644 index 0000000..5485400 --- /dev/null +++ b/say-1.3-1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e8cd378bb4ab1693279100a785acb2246418e3570b7de7d995b5847b3507ca +size 3667