https://bugzilla.redhat.com/show_bug.cgi?id=1671571
--- Comment #13 from Neal Gompa ngompa13@gmail.com ---
%{_datadir}/gir-1.0/Playerctl-2.0.gir
This belongs in the devel subpackage, since this is used by gobject-introspection to generate bindings.
%{_libdir}/girepository-1.0/Playerctl-2.0.typelib %{_libdir}/lib%{name}.so.2*
These two belong in a libs subpackage, and the main binary package should require the libs subpackage.
The reason to do this is to allow the libraries to be multi-libbed in repos for 64-bit arches with their matching 32-bit arches (such as x86_64 and i686).