forked from pool/lua-loadkit
Accepting request 819819 from devel:languages:lua
- Add lua54 as new build target OBS-URL: https://build.opensuse.org/request/show/819819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-loadkit?expand=0&rev=2
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>lua51</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
|
<package>lua54</package>
|
||||||
<package>test</package>
|
<package>test</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 6 19:04:09 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Add lua54 as new build target
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 2 01:03:19 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Thu Apr 2 01:03:19 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -24,7 +24,6 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%define mod_name loadkit
|
%define mod_name loadkit
|
||||||
|
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Loadkit allows you to load arbitrary files within the Lua package path
|
Summary: Loadkit allows you to load arbitrary files within the Lua package path
|
||||||
@@ -35,10 +34,10 @@ Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz#
|
|||||||
# BuildRequires: %{flavor}-moonscript
|
# BuildRequires: %{flavor}-moonscript
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{flavor}-busted
|
BuildRequires: %{flavor}-busted
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
Name: lua-loadkit
|
Name: lua-loadkit
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
|
Reference in New Issue
Block a user