Bug 237354
| Summary: | Review Request: python-meld3 - An HTML/XML templating system for Python | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike McGrath <mmcgrath> | ||||
| Component: | Package Review | Assignee: | Toshio Kuratomi <toshio> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Package Reviews List <fedora-package-review> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | Flags: | toshio:
fedora-review+
|
||||
| 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: | 2007-04-22 16:20:30 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: | 237344 | ||||||
| Attachments: |
|
||||||
|
Description
Mike McGrath
2007-04-20 23:52:48 UTC
Created attachment 153247 [details]
Patch to build on x86_64
MD5Sum
778b2ac28cbdc3932774246791884973 python-meld3-0.6-1fc6.src.rpm
Needswork:
* Does not build on x86_64. Since the module includes a binary module, it ends
up in sitearch (%{_libdir}/python2.?/site-packages, rather than /usr/lib).
We can use the sitearch macro instead of the sitelib macro to find this.
Patch for spec file attached.
Should do:
* meld3 doesn't contain a file with the license in it. Should email the author
to add that in his next tarball.
Good:
* rpmlint output:
W: python-meld3 invalid-license ZPL
W: python-meld3 invalid-license ZPL
W: python-meld3-debuginfo invalid-license ZPL
ZPL is the Zope Public License, This is ignorable.
* Package follows package naming guidelines.
* Spec file named appropriately.
* Package licensed under the Zope Public License v2 which is FSF approved.
* Spec file is legible American English.
* Source matches upstream.
* All build requirements are listed.
* No locale files.
* Not a dynamic library.
* Not relocatable.
* Package owns all files nad directories it installs.
* Package does not own files owned by other packages.
* %files has a proper defattr line.
* Consistent use of macros.
* Code not content.
With the attached patch, this package is APPROVED.
Imported and building. Updates were made and upstream has been notified about license issue. |