From 815472195b9261bba95102eb1b91793f5c118f2415a459e27b39d826d8f383aa Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Jan 2023 21:15:43 +0000 Subject: [PATCH] Accepting request 1060924 from home:michals:branches:devel:languages:lua - 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/1060924 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-zlib?expand=0&rev=17 --- lua-zlib.changes | 10 ++++++++++ lua-zlib.spec | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lua-zlib.changes b/lua-zlib.changes index 3ff9711..3eb0b57 100644 --- a/lua-zlib.changes +++ b/lua-zlib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + +------------------------------------------------------------------- +Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek + +- Opencode %make_build to prevent build failure when not defined. + ------------------------------------------------------------------- Sat Aug 20 19:20:37 UTC 2022 - pirateclip@protonmail.com diff --git a/lua-zlib.spec b/lua-zlib.spec index bf29e08..d1b9e9f 100644 --- a/lua-zlib.spec +++ b/lua-zlib.spec @@ -25,6 +25,7 @@ License: MIT OR X11 Group: Productivity/Archiving/Compression URL: https://github.com/brimworks/lua-zlib Source: lua-%{mod_name}-%{version}.tar.xz +BuildRequires: lua-macros BuildRequires: %{flavor}-devel BuildRequires: zlib-devel Requires: %{flavor} @@ -43,7 +44,7 @@ lua-zlib is a simple streaming interface to zlib for Lua. %setup -q -n lua-zlib-%{version} %build -%make_build linux \ +make %{?_make_output_sync} %{?_smp_mflags} linux \ INCDIR="-I%{lua_incdir}" \ LUAPATH="%{lua_noardir}" \ LUACPATH="%{lua_archdir}" \