Due to only running 'make install' in selective dirs, %install for dir in \ config/ doc/ include/ src/audio/ src/api/ src/modules/ src/tests/ src/server/ src/clients/ do pushd $dir make install DESTDIR=%{buildroot} INSTALL="install -p" popd done speech-dispatcher-devel currently misses installing pkgconfig support file speech-dispatcher.pc (Only noticed this after trying to build qt5-qtspeech library, and speech-dispatcher detection fails)
naively removing the above stanza and replacing with just: make install DESTDIR=%{buildroot} INSTALL="install -p" yields some extra (currently-unpackaged files): RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/pkgconfig/speech-dispatcher.pc /usr/share/locale/cs/LC_MESSAGES/speech-dispatcher.mo /usr/share/locale/de/LC_MESSAGES/speech-dispatcher.mo /usr/share/locale/hu/LC_MESSAGES/speech-dispatcher.mo So looks like doing so would get some translations as a nice benefit too.
For review, https://src.fedoraproject.org/rpms/speech-dispatcher/pull-request/1 (I can merge/commit/build too, if there are no objections)
Can you please also build this for F27 and F26? This issue is breaking Qt builds there too.
speech-dispatcher-0.8.8-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-9bd2359cef
speech-dispatcher-0.8.8-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-d4a200bb76
speech-dispatcher-0.8.8-2.fc26 has been pushed to the Fedora 26 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-2018-d4a200bb76
speech-dispatcher-0.8.8-2.fc27 has been pushed to the Fedora 27 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-2018-9bd2359cef
speech-dispatcher-0.8.8-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
speech-dispatcher-0.8.8-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.