Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: FontyPython - TTF font manager https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219164 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2006-12-11 13:27 EST ------- Created an attachment (id=143309) --> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=143309&action=view) Mock build log of fontpython 0.2.0-1 Well, * I cannot find your name in owners.list. If this package is the first package you try to import to Fedora Extras, then you have to get sponsored. Please check: http://fedoraproject.org/wiki/Extras/HowToGetSponsored For general packaging information, please check: http://fedoraproject.org/wiki/Packaging/Guidelines http://fedoraproject.org/wiki/Packaging/ReviewGuidelines Then: * mockbuild fails on FC-devel i386. Perhaps some BuildRequires are missing. Note: for FC-devel (rawhide), python is 2.5! ----------------------------------------------------- [tasaka1@localhost ~]$ rpm -q python python-2.5-2.fc7 ----------------------------------------------------- Please make it sure that your spec file works well for both python 2.4/2.5 . * Please check the dependency for this package and add the needed Requires correctly. -------------------------- [tasaka1@localhost fontypython]$ ( for f in *py ; do grep import $f ; done ) | grep -v ^# | sort | uniq import re import wxversion from fontitem import * from basicfontlist import * from emptyview import * from folder import * from optparse import OptionParser from pathcontrol import * from pog import * from pubsub import * from wx.lib.splitter import MultiSplitterWindow gui = __import__ ( "fontypython." + chosengui ) if fpsys.config.max: import dialogues import wx.html as html import Image, ImageFont, ImageDraw import cli import fontybugs import fpsys import fpsys # Global objects import fpversion import imp import os import pathcontrol import pathcontrol import strings import sys import sys, os import sys, os, pickle import wx import wx.lib.scrolledpanel import wx.lib.statbmp try: import Image, ImageFont, ImageDraw try: import wx --------------------------- -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review