diff --git a/d-feet.spec b/d-feet.spec index f813ea6..c64013b 100644 --- a/d-feet.spec +++ b/d-feet.spec @@ -38,6 +38,13 @@ D-Bus objects of running programs and invoke methods on those objects. %install %meson_install +# use noarch location +%if "%{python3_sitearch}" != "%{python3_sitelib}" +mkdir -p %{buildroot}%{python3_sitelib} +mv %{buildroot}%{python3_sitearch}/dfeet/ \ + %{buildroot}%{python3_sitelib}/ +%endif + %find_lang d-feet --with-gnome %check