forked from pool/lua-zlib
Accepting request 1061056 from devel:languages:lua
Forwarded request #1060924 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/1061056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-zlib?expand=0&rev=6
This commit is contained in:
@@ -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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 19:20:37 UTC 2022 - pirateclip@protonmail.com
|
||||
|
||||
|
@@ -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}" \
|
||||
|
Reference in New Issue
Block a user