Bug 720447
Summary: | Review Request: python-unidecode - US-ASCII transliterations of Unicode text | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | pjp <pj.pandit> |
Component: | Package Review | Assignee: | Rahul Sundaram <metherid> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | metherid, notting, package-review, ville.skytta |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | Flags: | metherid:
fedora-review+
gwync: fedora-cvs+ |
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-07-18 04:45:44 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: | 496968 |
Description
pjp
2011-07-11 16:27:52 UTC
Run a mock build or koji scratch build. In particular, you need BuildRequires: python-devel BuildRequires: python-setuptools Remove any commented out lines. Use name and version macro for Source0 Contact upstream and ask them to include a copy of the licenses. Especially GPL requires this. Include any licenses in %doc Description can be shortened to: This is a python port of Text::Unidecode Perl module. It provides a function, 'unidecode(...)' that takes unicode data and tries to represent it in ASCII characters. For example, 'unidecode(u"u5317u4EB0")' returns 'Bei Jing'. %defattr(-,root,root,-) is redundant. You don't need this anymore. Might consider moving %doc to be right after %files. I've made the changes. Please see the files below: SPEC: http://pjp.dgplug.org/tools/python-unidecode.spec SRPM: http://pjp.dgplug.org/tools/python-unidecode-0.04.7-2.fc14.src.rpm Thank you. Use srcname and version macro in Source0: http://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.7.tar.gz Change URL to http://pypi.python.org/pypi/%{srcname}/ Redundant "is" in second statement in description. Drop that. Upstream should include a copy of the license(s) and then I can approve this. I've made the changes. Please see: SPEC: http://pjp.dgplug.org/tools/python-unidecode.spec SRPM: http://pjp.dgplug.org/tools/python-unidecode-0.04.7-3.fc14.src.rpm koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=3201515 Thank you. Looks good. Make sure you branch for EPEL 6 ==== APPROVED ==== New Package SCM Request ======================= Package Name: unidecode Short Description: Python module for US-ASCII transliterations of Unicode text. Owners: pjp Branches: f14 f15 fl6 epel-6 Is this to be python-unidecode or unidecode? Also, remove fl6 and replace epel-6 with EL-6. New Package SCM Request ======================= Package Name: python-unidecode Short Description: Python module for US-ASCII transliterations of Unicode text. Owners: pjp sundaram Branches: f15 el-6 Git done (by process-git-requests). Is there a reason this package is not noarch? It doesn't seem to contain anything arch specific. Fixed. Credited in changelog |