freemedforms 0.9.4-5 is not built with $RPM_OPT_FLAGS. The build invokes qmake directly, it should probably use an appropriate macro instead. https://lists.fedoraproject.org/archives/list/devel%40lists.fedoraproject.org/message/6TLCJFMMVPYHJKDL4XZYUEO66GYM64I7/
I can confirm this is enough to fix it: diff --git a/freemedforms.spec b/freemedforms.spec index 1b62d53..1c444cf 100644 --- a/freemedforms.spec +++ b/freemedforms.spec @@ -189,7 +189,7 @@ lrelease global_resources/translations/*.ts pushd freemedforms # Plugin broken. Disabled at the moment. Upstream is aware. #"CONFIG+=with-webcam" \ - qmake freemedforms.pro -r \ + %{qmake_qt4} freemedforms.pro -r \ "CONFIG+=release" "CONFIG-=debug" \ "CONFIG+=LINUX_INTEGRATED" "CONFIG+=dontbuildquazip" \ "CONFIG+=with-plugin" "CONFIG+=with-account" \
Note that there are two qmake invocations in the specfile, one for freemedforms.pro and another for freediams.pro; I guess both need the change.
Ack. Working on this now.
freemedforms-0.9.4-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-ec02aaec63
freemedforms-0.9.4-6.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d47c8bb57f
freemedforms-0.9.4-6.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d47c8bb57f
freemedforms-0.9.4-6.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-ec02aaec63
freemedforms-0.9.4-6.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
freemedforms-0.9.4-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.