https://bugzilla.redhat.com/show_bug.cgi?id=1421245 --- Comment #22 from Loic Dachary <loic@xxxxxxxxxxx> --- > 6. I'm not sure to understand why not using %cmake macros, you can add missing parameters in the end. At least set build type to debug and shared libs parameters. I don't understand exactly what messes things up when using %cmake. The build type is None and includes debug information that is necessary to the debug packages. The shared libraries are built by default. The documentation for %cmake is terse https://fedoraproject.org/wiki/Packaging:Cmake and when I tried to use it there were problems with files ending up in the wrong directories (/lib instead of /lib64, this kind of thing). After some trial and error I got to the point where I figured out a set of options that are sensible and do the right thing. If this really is a problem I can dive back into this and find a combination of %cmake and additional options that achieve the desired result. -- 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