Bug 689600

Summary: Review Request: TTFQuery - Query the system to find installed fonts
Product: [Fedora] Fedora Reporter: Thomas Spura <tomspur>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting
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: 2011-03-21 22:08:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Thomas Spura 2011-03-21 20:49:03 UTC
Spec URL: http://tomspur.fedorapeople.org/review/TTFQuery.spec
SRPM URL: http://tomspur.fedorapeople.org/review/TTFQuery-1.0.1-1.fc15.src.rpm
Description:
TTFQuery builds on the FontTools package to allow the Python programmer
to accomplish a number of tasks:

    * query the system to find installed fonts
    * retrieve metadata about any TTF font file
      (even those not yet installed)
        o abstract family type
        o proper font name
        o glyph outlines
    * build simple metadata registries for run-time font matching

scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2929820

$ rpmlint ~/rpmbuild/RPMS/noarch/TTFQuery-1.0.1-1.fc15.noarch.rpm ~/rpmbuild/SRPMS/TTFQuery-1.0.1-1.fc15.src.rpm 
TTFQuery.noarch: W: spelling-error %description -l en_US metadata -> meta data, meta-data, metatarsal
TTFQuery.src: W: spelling-error %description -l en_US metadata -> meta data, meta-data, metatarsal
2 packages and 0 specfiles checked; 0 errors, 2 warnings.

Comment 1 Thomas Spura 2011-03-21 22:08:48 UTC
next vpython version will make this optional

-> closing