Bug 1156685
| Summary: | qt5-qttools: libQt5Designer should be in a subpackage | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kevin Kofler <kevin> |
| Component: | qt5-qttools | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 21 | CC: | jgrulich, jreznik, kevin, ltinkl, rdieter, rnovacek, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-30 14:43:25 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: | 661442 | ||
|
Description
Kevin Kofler
2014-10-25 04:42:37 UTC
Looking at what the main package contains, I suggest 2 additional subpackages:
keep in qt5-qttools:
%{_bindir}/qdbus-qt5
%{_bindir}/qtpaths
%{_qt5_bindir}/qdbus*
%{_qt5_bindir}/qtpaths
qt5-qtdesigner-libs or qt5-designer-libs:
%{_qt5_libdir}/libQt5Designer.so.5*
%{_qt5_libdir}/libQt5DesignerComponents.so.5*
qt5-qthelp:
%{_qt5_libdir}/libQt5CLucene.so.5*
%{_qt5_libdir}/libQt5Help.so.5*
move to -devel (belongs to Linguist and should not be needed at runtime):
%{_qt5_datadir}/phrasebooks/
PS: Or if something does need the phrasebooks at runtime, put them into a third new subpackage (like qt5-linguist-phrasebooks). I agree with comment #1 , let's go with that plan. working on it... Based on this, looks like we may want more than 2 subpkgs. either 3 (one for each of the first 2, another for the rest), or 4 (one for each library). (size ~5.1Mb) $ repoquery --whatrequires 'libQt5Designer.so.5()(64bit)' kf5-kdelibs4support-0:5.3.0-1.fc20.x86_64 phonon-qt5-0:4.7.0-8.fc20.x86_64 qt5-designer-plugin-webkit-0:5.3.2-1.fc20.x86_64 qt5-qtquick1-0:5.3.2-1.fc20.x86_64 qt5-qttools-devel-0:5.3.2-1.fc20.x86_64 (size ~600Kb) $ repoquery --whatrequires 'libQt5Help.so.5()(64bit)' qt5-assistant-0:5.3.2-1.fc20.x86_64 qt5-qttools-devel-0:5.3.2-1.fc20.x86_64 qt5-qttools-examples-0:5.3.2-1.fc20.x86_64 (size ~2.6Mb) $ repoquery --whatrequires 'libQt5DesignerComponents.so.5()(64bit)' qt5-qttools-devel-0:5.3.2-1.fc20.x86_64 (size ~150Kb) $ repoquery --whatrequires 'libQt5CLucene.so.5()(64bit)' qt5-qttools-devel-0:5.3.2-1.fc20.x86_64 %changelog * Sat Oct 25 2014 Rex Dieter <rdieter> - 5.4.0-0.3.beta - libQt5Designer should be in a subpackage (#1156685) - -doc: disable(boostrap for new clucene), drop dep on main pkg |