Missing source rpm

The download page points at this file for downloading the
RPM source:

http://…/wxpython/wxPython2.6-2.6.0.1-1_py2.3.src.rpm

But the actual file in SF is ..._py2.4.src.rpm

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.

Roger

Roger Binns wrote:

The download page points at this file for downloading the
RPM source:

http://…/wxpython/wxPython2.6-2.6.0.1-1_py2.3.src.rpm

But the actual file in SF is ..._py2.4.src.rpm

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!