Bug 1403697
Summary: | qhttpengine uses hardcoded unversioned _pkgdocdir | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Tuomo Soini <tis> | ||||
Component: | qhttpengine | Assignee: | Raphael Groner <projects.rg> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | epel7 | CC: | projects.rg | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | qhttpengine-0.1.0-4.el7 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-03-17 14:51:09 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1339011, 1340641, 1403369 | ||||||
Attachments: |
|
Easy fix: Replace all occurances of %{_pkgdocdir} with %{_docdir}/%{name} . Not sure if this is a duplication of bug #1392354 or a workaround till that gets fixed generally. The better way would be to patch/fix CMakeLists.txt and poke upstream to implement -DDOC_INSTALL_DIR properly. Alternatively, %install should move doc files to right location (versioned). *** Bug 1403369 has been marked as a duplicate of this bug. *** *** Bug 1168864 has been marked as a duplicate of this bug. *** qhttpengine-0.1.0-4.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-32c778535b qhttpengine-0.1.0-4.el7 has been pushed to the Fedora EPEL 7 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-EPEL-2017-32c778535b qhttpengine-0.1.0-4.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1230729 [details] Work-around for versioned %_pkgdocdir Build of package fails when epel-rpm-macros fixing _pkgdocdir to be versioned is in place because spec is hardcoded to use unversioned docdir. qhttpengine-0.1.0-2.el7 I couldn't find out good way to fix this but this ugly hack works.