SHA256
12
0
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:
Dominique Leuenberger 2023-01-26 12:58:01 +00:00 committed by Git OBS Bridge
commit b087596e46
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:43:53 UTC 2021 - Callum Farmer <gmbr3@opensuse.org> Thu Feb 18 15:43:53 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -31,6 +31,7 @@ License: MIT
Group: Development/Libraries/Other Group: Development/Libraries/Other
URL: https://bitop.luajit.org/index.html URL: https://bitop.luajit.org/index.html
Source: http://bitop.luajit.org/download/LuaBitOp-%{version}.tar.gz Source: http://bitop.luajit.org/download/LuaBitOp-%{version}.tar.gz
BuildRequires: lua-macros
BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-devel
BuildRequires: gcc BuildRequires: gcc
Requires: %{flavor} Requires: %{flavor}
@ -47,7 +48,7 @@ on numbers.
%build %build
export CFLAGS="%{optflags} -I%{lua_incdir}" export CFLAGS="%{optflags} -I%{lua_incdir}"
%make_build make %{?_make_output_sync} %{?_smp_mflags}
%install %install
mkdir -p %{buildroot}%{_docdir}/%{name} mkdir -p %{buildroot}%{_docdir}/%{name}