https://bugzilla.redhat.com/show_bug.cgi?id=1581240 --- Comment #9 from Alain V. <alain.vigne.14@xxxxxxxxx> --- Sorry, I went too fast, did not mention the issue arises due to rpmlint error, so please, rewind: pcb-rnd.spec file, line 3, if I change %{_usr} to become %{_prefix}, line 3 reads now: %global plugindir %{_prefix}/lib/%{name}/plugins then rpmlint complains with an error: pcb-rnd.spec:3: E: hardcoded-library-path in %{_prefix}/lib/%{name}/plugins When I wanted to solve this error (in rpmlint terms), the Fedora packaging documentation instructs me to use the %{_libdir} macro which is expanded as "lib64" on 64-bit system, and not as "lib" as I wish... So, I should keep the current macro as %global plugindir %{_usr}/lib/%{name}/plugins My conclusion is still the same: I wish to install plugins files in /usr/lib/pcb-rnd/plugins dir, and no other place, whatever arch. HTH Alain -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx