Bug 443850
| Summary: | Review Request: pywebkitgtk - Python Bindings for WebKit-gtk | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ignacio Vazquez-Abrams <ivazqueznet> |
| Component: | Package Review | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, mtasaka, notting |
| Target Milestone: | --- | Flags: | mtasaka:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-06-05 17:55:54 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: | |||
|
Description
Ignacio Vazquez-Abrams
2008-04-23 17:49:52 UTC
I will want to review this as a co-maintainer of WebKit. Instread would you review my package (bug 444933)? For 0.3-0.1.git:
* Versioning
- According to NamingGuidelines, the EVR (Epoch-Version-Release) of
this package should be:
0.3-0.1.<git_number>%{?dist}.
* License
- As far as I checked the whole codes in the source tarball, the
license tag must be GPLv2+.
- Rationale
- webkit.override is under GPLv2+, and rebuild log says:
---------------------------------------------------------------
215 (cd .\
216 && /usr/bin/pygtk-codegen-2.0 \
217 --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
218 --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
219 --override webkit.override \
220 --prefix pywebkit webkit.defs) 2>&1 >gen-webkit.c | tee
webkit.errors \
221 && ! grep -q -v "^\*\*\*INFO\*\*\*" webkit.errors \
222 && cp gen-webkit.c webkit.c \
223 && rm -f gen-webkit.c
229 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I/usr/include/python2.5 -I/usr/incl
ude/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/webkit-1.0 -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -O2 -g -pipe -Wal
l -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -MT webkit_la-webkit.lo -MD -MP -MF
.deps/webkit_la-webkit.Tpo -c -o webkit_la-webkit.
lo `test -f 'webkit.c' || echo './'`webkit.c
233 /bin/sh ./libtool --tag=CC --mode=link gcc -I/usr/include/pygtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/webkit-1.0
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -module
-avoid-version -export-symbols-regex initwebkit -o webkit.la -rpath
/usr/lib/python2.5/site-packages/gtk-2.0 webkit_la-webkitmodule.lo
webkit_la-javascriptcore-types.lo webkit_la-webkit.lo -lwebkit-1.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
---------------------------------------------------------------
* Directory ownership issue
- %{python_sitearch}/gtk-2.0/ is already owned by pygtk2 and
pywebkitgtk should not own this directory.
* libtool .la files
- Please remove libtool .la files.
ping? ping again? Apologies for the slow response. Updated. http://ivazquez.fedorapeople.org/packages/pywebkitgtk/pywebkitgtk.spec http://ivazquez.fedorapeople.org/packages/pywebkitgtk/pywebkitgtk-0.3-0.2.git9824a495.src.rpm Okay. -------------------------------------------------------------- This package (pywebkitgtk) is APPROVED by me -------------------------------------------------------------- New Package CVS Request ======================= Package Name: pywebkitgtk Short Description: Python Bindings for WebKit-gtk Owners: ivazquez Branches: F-8 F-9 Cvsextras Commits: yes cvs done. Built on F-8, F-9, and Rawhide. |