Bug 1538715 - missing pkgconfig support: speech-dispatcher.pc
Summary: missing pkgconfig support: speech-dispatcher.pc
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: speech-dispatcher
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-25 16:05 UTC by Rex Dieter
Modified: 2018-02-14 17:09 UTC (History)
1 user (show)

Fixed In Version: speech-dispatcher-0.8.8-2.fc27 speech-dispatcher-0.8.8-2.fc26
Clone Of:
Environment:
Last Closed: 2018-01-30 18:07:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2018-01-25 16:05:43 UTC
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)

Comment 1 Rex Dieter 2018-01-25 16:11:47 UTC
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.

Comment 2 Rex Dieter 2018-01-25 16:34:16 UTC
For review,
https://src.fedoraproject.org/rpms/speech-dispatcher/pull-request/1


(I can merge/commit/build too, if there are no objections)

Comment 3 Kevin Kofler 2018-01-26 09:26:22 UTC
Can you please also build this for F27 and F26? This issue is breaking Qt builds there too.

Comment 4 Fedora Update System 2018-01-26 09:46:27 UTC
speech-dispatcher-0.8.8-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-9bd2359cef

Comment 5 Fedora Update System 2018-01-26 09:46:31 UTC
speech-dispatcher-0.8.8-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-d4a200bb76

Comment 6 Fedora Update System 2018-01-26 19:12:19 UTC
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

Comment 7 Fedora Update System 2018-01-26 19:49:40 UTC
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

Comment 8 Fedora Update System 2018-01-30 18:07:39 UTC
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.

Comment 9 Fedora Update System 2018-02-14 17:09:08 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.