forked from pool/lua-fennel
Accepting request 1061035 from devel:languages:lua
Forwarded request #1060897 from michals - Opencode %make_build to prevent build failure when not defined. OBS-URL: https://build.opensuse.org/request/show/1061035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-fennel?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
- Opencode %make_build to prevent build failure when not defined.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 14:39:15 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
@@ -46,10 +46,10 @@ Fennel is a lisp that compiles to Lua. Features include:
|
||||
%autosetup -p1 -n fennel-%{version}
|
||||
|
||||
%build
|
||||
%make_build fennel
|
||||
make %{?_make_output_sync} %{?_smp_mflags} fennel
|
||||
|
||||
%check
|
||||
%make_build test
|
||||
make %{?_make_output_sync} %{?_smp_mflags} test
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
Reference in New Issue
Block a user