Bug 432443

Summary: split out text utilities to a subpackage
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: kdesdkAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: 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
Description of problem:
kdesdk provides a number of commandline utilities that have no dependency
or qt or kde, but are used by some packages at buildtime, etc.
Since kdesdk and all its deps is huge it would be very nice if those
text utilities could all be moved to a separate subpackage.

Not sure on the best name: how about kdesdk-utilities?

Steps to Reproduce:
1. build a package which requires po2xml
  
Actual results:
need to BR: kdesdk

Expected results:
just BR a small package containing po2xml.

Additional info:
debian has poxml and Mandriva has kdesdk-po2xml.

Comment 1 Jens Petersen 2008-02-20 00:00:28 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 


Comment 2 Kevin Kofler 2008-04-18 10:07:22 UTC
*** Bug 443023 has been marked as a duplicate of this bug. ***

Comment 3 Rex Dieter 2008-04-18 12:34:52 UTC
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. 



Comment 4 Rex Dieter 2008-04-18 12:46:02 UTC
http://koji.fedoraproject.org/koji/taskinfo?taskID=572081

* Fri Apr 18 2008 Rex Dieter <rdieter> 4.0.3-4
- utils: po2xml, xml2pot (#432443)


Comment 5 Rex Dieter 2008-04-18 13:31:18 UTC
mailed rel-eng for f9-final tagging.

Comment 6 Kevin Kofler 2008-05-12 11:11:57 UTC
*** Bug 446046 has been marked as a duplicate of this bug. ***