https://bugzilla.redhat.com/show_bug.cgi?id=2443717
--- Comment #16 from Tarulia <[email protected]> --- Actually, taking another look at the spec. I assume this as well is carried over from the current package[1], but it actually does some fixups on the library paths in the wx-config.in file that is used to generate the upstream wrapper[2]: (L239/240 for this package) > # fix plugin dir for 64-bit > sed -i -e 's|/usr/lib\b|/usr/%{_lib}|' wx-config.in configure But then it goes ahead and nukes the resulting file entirely[3]: (L294-299 for this package) > # install our multilib-aware wrapper > ##Remove installed > rm %{buildroot}%{_bindir}/wx-config > ##Install new and symlink > install -p -D -m 755 %{SOURCE10} %{buildroot}%{_bindir}/wx-config > sed -i -e 's|=/usr|=%{_prefix}|' %{buildroot}%{_bindir}/wx-config I don't think that makes much sense? [1] https://src.fedoraproject.org/rpms/wxGTK/blob/rawhide/f/wxGTK.spec#_174-176 [2] https://github.com/wxWidgets/wxWidgets/blob/v3.3.3/wx-config.in [3] https://src.fedoraproject.org/rpms/wxGTK/blob/rawhide/f/wxGTK.spec#_211-218 -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2443717 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202443717%23c16 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
