SHA256
10
0
forked from pool/lua-luv

Accepting request 875342 from home:gmbr3:Lua

upd

OBS-URL: https://build.opensuse.org/request/show/875342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luv?expand=0&rev=25
This commit is contained in:
2021-02-26 14:32:09 +00:00
committed by Git OBS Bridge
parent e3a652d049
commit 80ad2fc5a8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 26 11:05:09 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Fix placement of %lua_provides
-------------------------------------------------------------------
Thu Feb 18 15:59:51 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -36,7 +36,6 @@ BuildRequires: cmake
%endif
%bcond_with public_lib
%define lua_value %(echo "%{flavor}" |sed -e 's:lua::')
%lua_provides
%if "%{flavor}" == ""
Name: lua-%{mod_name}
ExclusiveArch: do_not_build
@@ -55,6 +54,7 @@ Source: https://github.com/luvit/%{mod_name}/archive/%{upver}.tar.gz#/%{
Patch0: skip-failing-test.patch
BuildRequires: libuv-devel
BuildRequires: lua-macros
%lua_provides
%if 0%{?suse_version} && "%{flavor}" == "lua"
ExclusiveArch: do_not_build
%endif