Bug 432443
Summary: | split out text utilities to a subpackage | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> |
Component: | kdesdk | Assignee: | Rex Dieter <rdieter> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | akostadi, eng-i18n-bugs, kevin, kms, ltinkl, rdieter, stickster, 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: | 2008-04-18 13:31:18 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: | 235705, 443024, 631838 |
Description
Jens Petersen
2008-02-12 02:19:20 UTC
I think this is the list of files in /usr/bin that do not depend on any kde libs: for i in `rpm -ql kdesdk | grep /usr/bin`; do ldd $i | ( grep -q libkde $i || echo $i ) ; done *** Bug 443023 has been marked as a duplicate of this bug. *** I'll see about trying to make this happen today. 1. I'm currently leaning toward naming this kdesdk-utils. In the meantime, I'll continue to look for better pkg name alternatives (and precedents from other distros). 2. It will initially include: po2xml xml2pot as required by publican. We can consider adding other goodies, when/if it makes sense. http://koji.fedoraproject.org/koji/taskinfo?taskID=572081 * Fri Apr 18 2008 Rex Dieter <rdieter> 4.0.3-4 - utils: po2xml, xml2pot (#432443) mailed rel-eng for f9-final tagging. *** Bug 446046 has been marked as a duplicate of this bug. *** |