forked from pool/lua-loadkit
Avoid build cycle
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-loadkit?expand=0&rev=5
This commit is contained in:
@@ -32,7 +32,7 @@ License: MIT
|
|||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: https://github.com/leafo/loadkit
|
URL: https://github.com/leafo/loadkit
|
||||||
Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-moonscript
|
# BuildRequires: %{flavor}-moonscript
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
@@ -59,7 +59,8 @@ of any extension using the current search path.
|
|||||||
%setup -q -n %{mod_name}-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
moonc loadkit.moon
|
# Use prebuilt loadkit.lua to avoid build cycle.
|
||||||
|
# moonc loadkit.moon
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if ! %{with test}
|
%if ! %{with test}
|
||||||
|
Reference in New Issue
Block a user