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:
commit
ce3bcb53bf
@ -1,5 +1,6 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
<package>test</package>
|
||||
</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>
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
%define mod_name loadkit
|
||||
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
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}-devel
|
||||
Requires: %{flavor}
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{flavor}-busted
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-loadkit
|
||||
ExclusiveArch: do_not_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user