I used the .spec file from Fedora and created my own fresh tarball using make dist-all and it seems like CppUTest is not in %{_libdir}/cmake/
Is this to be expected? I can build almost to the very end, but rpmbuild tells me:
RPM build errors:
File not found: /home/myusernamehere/rpmbuild/BUILDROOT/cpputest-4.0-1.mga9.x86_64/usr/lib64/cmake/CppUTest
Is it safe to remove the following row from %files:
%{_libdir}/cmake/CppUTest
?