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: python-pycurl - A Python interface to libcurl https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218787 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] OtherBugsDependingO|163776 |163778 nThis| | ------- Additional Comments From [EMAIL PROTECTED] 2006-12-07 10:56 EST ------- According to Packaging Naming it would be better, if a package's name were pycurl, wouldn't it? There is no need to use 'python-' because first 'py' letters suggest that it is a python package. Nevertheless, there is a more serious problem namely package build fails on x86_64. To fix it you have to change %files section to make it looks like that: %files %defattr(-,root,root,-) %doc COPYING ChangeLog README TODO examples doc tests %{python_sitearch}/curl %{python_sitearch}/pycurl.so I have also removed INSTALL file as it isn't needed when package's already installed. -- 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 [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
