forked from pool/lua-BitOp
Accepting request 1061031 from devel:languages:lua
Forwarded request #1060893 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/1061031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-BitOp?expand=0&rev=6
This commit is contained in:
commit
b087596e46
@ -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:43:53 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -31,6 +31,7 @@ License: MIT
|
||||
Group: Development/Libraries/Other
|
||||
URL: https://bitop.luajit.org/index.html
|
||||
Source: http://bitop.luajit.org/download/LuaBitOp-%{version}.tar.gz
|
||||
BuildRequires: lua-macros
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: gcc
|
||||
Requires: %{flavor}
|
||||
@ -47,7 +48,7 @@ on numbers.
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -I%{lua_incdir}"
|
||||
%make_build
|
||||
make %{?_make_output_sync} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user