SHA256
10
0
forked from pool/lua-luaevent

Accepting request 1061042 from devel:languages:lua

Forwarded request #1060906 from michals

- Fix missing dependency on lua-macros (boo#1205612)

  - Opencode %make_build to prevent build failure when not defined.

OBS-URL: https://build.opensuse.org/request/show/1061042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luaevent?expand=0&rev=6
This commit is contained in:
2023-01-26 12:58:10 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Fix missing dependency on lua-macros (boo#1205612)
-------------------------------------------------------------------
Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Opencode %make_build to prevent build failure when not defined.
-------------------------------------------------------------------
Thu Feb 18 15:55:25 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -25,6 +25,7 @@ License: MIT
Group: System/Libraries
URL: https://github.com/harningt/luaevent
Source: https://github.com/harningt/luaevent/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
BuildRequires: lua-macros
BuildRequires: %{flavor}-devel
BuildRequires: libevent-devel >= 1.4
Requires: %{flavor}
@@ -51,7 +52,7 @@ sed -i \
Makefile
%build
%make_build -j1 all \
make %{?_make_output_sync} all \
LUA_INC_DIR=%{lua_incdir}
%install