Bug 993903
Summary: | kdelibs3 possibly affected by F-20 unversioned docdir change | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
Component: | kdelibs3 | Assignee: | Than Ngo <than> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | kevin, ltinkl, rdieter, smparrish, than |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://fedoraproject.org/wiki/Changes/UnversionedDocdirs | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-08-06 23:44:56 UTC | Type: | --- |
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: | 993551 |
Description
Ville Skyttä
2013-08-06 13:04:27 UTC
The qt3 and kdelibs3 docdir are manually and explicitly versioned and this will not change. (In reply to Kevin Kofler from comment #1) > The qt3 and kdelibs3 docdir are manually and explicitly versioned and this > will not change. The reason being what? It deviates from: 1) Other subpackages within the same srpm, some install docs into versioned, some into unversioned dirs now. 2) Practically the rest of the distribution. In kdelibs3's case: * this affects only the apidocs, whose build is now disabled, and, * the included "version" is only the major version "3" (as a "major_version" macro, which is how the "version" in the regex is matched), which is required or it would conflict with kdelibs 4. qt3 is a different story (it uses %{_docdir}/qt-devel-%{version}, I guess it could be changed to ), we can discuss that in the qt3 report if you want, but I'm reluctant to change the docdir there because other packages may depend on it. (In fact, if you enable kdelibs3 apidocs, it needs to reference the qt3 apidocs, and so kdelibs3.spec has the same directory hardcoded.) In fact, I think the whole "unversioned docdir" "feature" is yet another totally pointless incompatible change that can break many packages for exactly zero benefit. The truncated sentence in the parentheses should read: I guess it could be changed to %{_docdir}/qt3-devel. (In reply to Kevin Kofler from comment #3) > * the included "version" is only the major version "3" (as a "major_version" > macro, which is how the "version" in the regex is matched), which is > required or it would conflict with kdelibs 4. That's fine and doesn't appear to need changes, but the regex also matched the qt3_docdir which on the other hand should be changed to plain unversioned qt3-devel. > qt3 is a different story (it uses %{_docdir}/qt-devel-%{version}, I guess it > could be changed to ), we can discuss that in the qt3 report if you want, I don't think that would be productive use of my time -- this is an accepted F-20 feature, I'd be surprised if it wouldn't become a "MUST" in packaging guidelines soonish, all the needed info is already out there, and nobody else I'm aware of is refusing to use it unless there are valid (parallel install) considerations, so I'm guessing if you're not following the rest of the distro now there will be questions / bug reports later. |