%cmake and %cmake_kd4 set this, I think %cmake_kf5 should do so too. In absence of this, I had to do the equivalent thing manually in the latest kid3 package in order to get it to build.
Created attachment 1255684 [details] Set -DLIB_SUFFIX=64 in cmake macros where appropriate
(In reply to Ville Skyttä from comment #0) > I had to do the equivalent thing manually in the latest kid3 package https://src.fedoraproject.org/cgit/rpms/kid3.git/commit/?id=21e1a5905a72e14f03b7d694e357becbfdcc2700
LIB_SUFFIX is largely deprecated, there are much better options to use instead
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
Given comment #3 , I'm going to mark this WONTFIX
(In reply to Rex Dieter from comment #3) > LIB_SUFFIX is largely deprecated, there are much better options to use > instead Could you name some? On a quick look, it doesn't look there would be any better options available that would work with kid3.
Sure, this is probably the best one: https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html
But in the short-term, nothing wrong with any package continuing use of LIB_SUFFIX, I just didn't want to include that by default
reclosing wontfix, packages can continue to add/use LIB_SUFFIX themselves if needed, but it shouldn't be needed/used globally.