Please use explicit python version so when we change the python
symlink, this spec still builds with 2.4:

On Fri, 2008-11-14 at 20:16 -0600, Brian Cameron wrote:
> %build
> python setup.py build

python%{pythonver} setup.py build

> %install
> rm -rf $RPM_BUILD_ROOT
> python setup.py install --prefix=$RPM_BUILD_ROOT/%_prefix

python%{pythonver} setup.py install --prefix=...

Also, I suggest splitting this into base and Solaris spec files
so it's easier to maintain builds for all supported versions of
Python.

Thanks,
Laca



Reply via email to