From e922978e2c8327aae12dd5a930ac75678fb6f19afbb90434602dce804d9fc8da Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Jul 2020 20:54:20 +0000 Subject: [PATCH] Fix with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-loadkit?expand=0&rev=8 --- lua-loadkit.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua-loadkit.spec b/lua-loadkit.spec index 4e8a5df..274f105 100644 --- a/lua-loadkit.spec +++ b/lua-loadkit.spec @@ -24,7 +24,6 @@ %bcond_with test %endif %define mod_name loadkit - Version: 1.1.0 Release: 0 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}-devel Requires: %{flavor} +BuildArch: noarch %if %{with test} BuildRequires: %{flavor}-busted %endif -BuildArch: noarch %if "%{flavor}" == "" Name: lua-loadkit ExclusiveArch: do_not_build