You can specify pyver on the rpmbuild command line and
use the src rpm just fine.
Is this an accident or a permanent change. If the latter
I will update my build instructions.
It depends on which version of Python I use to run the build script, and is also a hold-over from the old way that I built everything, as some of the old code is reused in the new build. I guess I should just change it to not include the Python version in the source rpm name...
On the other hand you can also use rpmbuild directly on the tarball since it has the .spec file within it. You just need to use the -t? options instead of the -b? option.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!