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=815511 --- Comment #3 from David Brown <david.brown@xxxxxxx> 2012-04-30 10:57:24 EDT --- The rm -rf %buildroot in clean is only needed for EPEL. So wrap the %clean in something like this http://fedoraproject.org/wiki/Packaging:Python#Macros. A sed in the %install section would fix the env bit pretty easy. sed -i 's|^#!/usr/bin/env.*|#!/usr/bin/python|' %{python_sitelib}/DjangoLint/script.py Pulling the URL from debian isn't as nice... I thought github.com provides tarball pulling from specified tags. I'd ask the upstream to create some tags so you could pull the tarball directly from github.com at that point. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review