Jedy,
Thanks for fixing these, the changes look correct.
Laca
On Mon, 2008-11-17 at 13:53 +0800, Jedy Wang wrote:
> Hi all,
>
> The attached patch fixes installation directory problem for following
> python application:
> Pyrex
> dogtail
> elementtree
> numpy
> pyspi
> pyxml
>
> According to the output of 'python setup.py install --help'
> --prefix installation prefix
> --root install everything relative to this alternate root
> directory
> , We should use "python setup.py install --prefix=%{_prefix} --root=
> $RPM_BUILD_ROOT" but not "python setup.py install --prefix=
> $RPM_BUILD_ROOT%{_prefix}" to install applications.
>
> I am not sure the exact impact of the problem. The problem that I met is
> that callstack can not be shown correctly.
>
> Regards,
>
> Jedy