1
0

- Add lua54 as new build target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-moonscript?expand=0&rev=11
This commit is contained in:
Matej Cepl 2020-07-06 19:07:28 +00:00 committed by Git OBS Bridge
parent 5c42754bc5
commit a7e8afc09e
3 changed files with 17 additions and 11 deletions

View File

@ -1,5 +1,6 @@
<multibuild>
<package>lua51</package>
<package>lua53</package>
<package>lua54</package>
<package>test</package>
</multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 6 19:07:18 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
-------------------------------------------------------------------
Sat Nov 2 19:51:09 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package lua-moonscript
#
# 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/
#
@ -30,22 +30,22 @@ Release: 0
Summary: A programmer friendly language that compiles to Lua
License: MIT
Group: Development/Libraries/Other
Url: http://moonscript.org/
URL: http://moonscript.org/
Source: https://github.com/leafo/moonscript/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-lpeg >= 0.10
BuildRequires: %{flavor}-argparse >= 0.5
BuildRequires: %{flavor}-luafilesystem >= 1.5
BuildRequires: %{flavor}-loadkit
BuildRequires: %{flavor}-alt-getopt
BuildRequires: %{flavor}-argparse >= 0.5
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-loadkit
BuildRequires: %{flavor}-lpeg >= 0.10
BuildRequires: %{flavor}-luafilesystem >= 1.5
# optionally BuildRequires: %%{flavor}-lnotify
BuildArch: noarch
Requires: %{flavor}
Requires: %{flavor}-loadkit
Requires: %{flavor}-alt-getopt
Requires: %{flavor}-luafilesystem
Requires: %{flavor}-lpeg
Requires: %{flavor}-argparse
Requires: %{flavor}-loadkit
Requires: %{flavor}-lpeg
Requires: %{flavor}-luafilesystem
%if "%{flavor}" == "lua53"
Provides: lua-moonscript = %{version}
Obsoletes: lua-moonscript < %{version}