Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=565502
Thomas Spura tomspur@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tomspur@fedoraproject.org
--- Comment #3 from Thomas Spura tomspur@fedoraproject.org 2010-02-15 17:45:51 EST --- There are also some other issues:
- use %global and not %define https://fedoraproject.org/wiki/Packaging/Guidelines#.25global_preferred_over...
- Buildrequires/requires: python is added automatic
- Could you please be a bit more specific in %files? When you use %{python_sitelib}/recaptcha_client-*.egg-info and %{python_sitelib}/recaptcha you are notified if the egg can't be build.
- Where is this spec file based on? When you run "rpmdev-newspec -t python python-recaptcha-client" you could use that spec file as a starting point.
e.g. from %install %{__python} setup.py install -O1 --skip-build --root %{buildroot}
You don't have this --skip-build in your spec. Please add this, because this is part of convention in all python packages. https://fedoraproject.org/wiki/Packaging:Python