STEPS TO REPRODUCE 1. check https://build.opensuse.org/projects/KDE:Unstable:Extra/packages/kmymoney/files/kmymoney.spec?expand=1 2. in the `%files` section consider used paths starting with %{_kf6_sharedir} OBSERVED RESULT In the %files section there is `%{_kf6_sharedir}/kmymoney` where kmymoney related files are located, but also `%{_kf6_sharedir}/checkprinting/` which uses a directory outside the previously mentioned path for storing templates for transfer printing. EXPECTED RESULT The templates should be installed under %{_kf6_sharedir}/kmymoney. ADDITIONAL INFORMATIONS This apply also to KF5 builds, see https://build.opensuse.org/projects/openSUSE:Leap:16.0/packages/kmymoney/files/kmymoney.spec?expand=1 Here an additional directory outside the kmymoney namespace is used `%{_kf5_appsdir}/kbanking/`