SHA256
10
0
forked from pool/lua-loadkit
2020-07-09 20:54:20 +00:00
committed by Git OBS Bridge
parent b988e6dbd7
commit e922978e2c

View File

@@ -24,7 +24,6 @@
%bcond_with test %bcond_with test
%endif %endif
%define mod_name loadkit %define mod_name loadkit
Version: 1.1.0 Version: 1.1.0
Release: 0 Release: 0
Summary: Loadkit allows you to load arbitrary files within the Lua package path Summary: Loadkit allows you to load arbitrary files within the Lua package path
@@ -35,10 +34,10 @@ Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz#
# BuildRequires: %{flavor}-moonscript # BuildRequires: %{flavor}-moonscript
BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-devel
Requires: %{flavor} Requires: %{flavor}
BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{flavor}-busted BuildRequires: %{flavor}-busted
%endif %endif
BuildArch: noarch
%if "%{flavor}" == "" %if "%{flavor}" == ""
Name: lua-loadkit Name: lua-loadkit
ExclusiveArch: do_not_build ExclusiveArch: do_not_build