Hi all.
I'am Bersuit a novice packager. I'am working  in taglib-sharp update
I have problems with  the location of mono lib files

 %files
 %defattr(-, root, root)
 %doc AUTHORS NEWS README
-%{_libexecdir}/mono/taglib-sharp
-%{_libexecdir}/mono/gac/taglib-sharp
-%{_libexecdir}/mono/gac/policy.2.0.taglib-sharp
+%{_prefix}/lib/mono/taglib-sharp
+%{_prefix}/lib/mono/gac/taglib-sharp
+%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp


If use in the spec %{_libdir} o %{libexecdir} x64 does not compile (/usr/lib vs /usr/lib64)
to prevent problems use %{_prefix}/lib,  rpmlint is not happy with this and generates an error
What is the mageia policy ?

The fedora wiki . does not help me :-)
https://fedoraproject.org/wiki/Packaging:Mono#rpmlint_and_mono_packages


Best regards.