diff --git a/lua-luaexpat.spec b/lua-luaexpat.spec index 8772d82..1a68f51 100644 --- a/lua-luaexpat.spec +++ b/lua-luaexpat.spec @@ -20,7 +20,6 @@ %define flavor @BUILD_FLAVOR@ %define mod_name luaexpat -Name: %{flavor}-%{mod_name} Version: 1.3.0 Release: 0 License: MIT @@ -32,10 +31,12 @@ BuildRequires: libexpat-devel BuildRequires: %{flavor}-devel Requires: %{flavor} %if "%{flavor}" == "" +Name: lua-%{mod_name} ExclusiveArch: do_not_build +%else +Name: %{flavor}-%{mod_name} %endif - %description LuaExpat is a SAX XML parser based on the Expat library.