Summary: | Review Request: IMDbPY - Retrieve and manage the data of the IMDb movie database | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Allisson Azevedo <allisson> |
Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | debarshir, fedora-package-review, notting, panemade, sindrepb, soumya, timothy.selivanow |
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-10-16 05:37:52 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | |||
Bug Blocks: | 201449 |
Description
Allisson Azevedo
2008-02-01 02:03:43 UTC
Unfortunately due to an "issue" with rpmbuild, you will find that your package included .pyc and .pyo files in /usr/bin which really should not be there. Your options are to %exclude them in %files with something like %exclude %{_bindir}/*.py[co] or to rename the executables you place in /usr/bin to names that don't end in .py. The latter may be more reasonable since you don't generally expect installed executables to end in an extension like .py. Update package: Spec URL: http://allisson.fedorapeople.org/packages/python-imdbpy/python-imdbpy.spec SRPM URL: http://allisson.fedorapeople.org/packages/python-imdbpy/python-imdbpy-3.4-1.fc8.src.rpm Changes: - Package name is python-imdbpy now - Remove *.py* files in /usr/bin and move for examples directory in docs I'd say that it would be safe(er) to call it python-imdb (instead of python-imdbpy), as per http://fedoraproject.org/wiki/Packaging/NamingGuidelines since it is used as `import imdb`. No output from rpmlint, Koji builds fine: http://koji.fedoraproject.org/koji/taskinfo?taskID=530628 I'll compile and install it on my F8 box and test out some python code. Do you know if they have a test suite that you could run in %check? Allisson, any updates on comment #3? If there in no interest from the submitter now , I can take over the package as I need it to package ENTERTAINER. I think this review is dead. OK marking this as a DEADREVIEW. *** This bug has been marked as a duplicate of bug 475141 *** |