https://bugzilla.redhat.com/show_bug.cgi?id=1490054 --- Comment #19 from Alexander Ploumistos <alex.ploumistos@xxxxxxxxx> --- Thank you so much Antonio, it would take me months to figure out the python bits. I have amended the spec file, added the new patches and I also added a weak dependency on the subpackage. (In reply to Antonio Trande from comment #17) > Set QWT library. Was this necessary? This was the original conditional, and the second branch was what we have in Fedora, no? system (ls /usr/lib*/libqwt5.so) { LIBS+=-lqwt5 } else { system (ls /usr/lib*/libqwt5-qt4.so) { LIBS+=-lqwt5-qt4 } else { system (ls /usr/lib*/libqwt-qt4.so) { LIBS+=-lqwt-qt4 } else {LIBS+=-lqwt} } } Spec URL: https://alexpl.fedorapeople.org/packages/SciDAVis/scidavis.spec SRPM URL: https://alexpl.fedorapeople.org/packages/SciDAVis/scidavis-1.21-4.fc28.src.rpm koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=21853986 -- 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