From c8153367c839c65f257a692aa69b0fe279cf7a93548e8826a1249f05f1033fdb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 2 Apr 2020 01:13:18 +0000 Subject: [PATCH] Reorder headers OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-loadkit?expand=0&rev=2 --- lua-loadkit.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lua-loadkit.spec b/lua-loadkit.spec index 2effb9a..90c2340 100644 --- a/lua-loadkit.spec +++ b/lua-loadkit.spec @@ -25,12 +25,6 @@ %endif %define mod_name loadkit -%if "%{flavor}" == "" -Name: lua-loadkit -ExclusiveArch: do_not_build -%else -Name: %{flavor}-loadkit -%endif Version: 1.1.0 Release: 0 Summary: Loadkit allows you to load arbitrary files within the Lua package path @@ -43,6 +37,12 @@ BuildRequires: %{flavor}-busted BuildRequires: %{flavor}-devel Requires: %{flavor} BuildArch: noarch +%if "%{flavor}" == "" +Name: lua-loadkit +ExclusiveArch: do_not_build +%else +Name: %{flavor}-loadkit +%endif %description Loadkit lets you register new file extension handlers that