Jedy:
Did we also fix Python modules in spec-files-other? All the modules you
mention are in spec-files. Considering the number of Python modules in
spec-files-other, it surprises me that none have issues.
I think it would also be good to make a similar fix to python modules in
spec-files-extra, if possible. Since many modules start out life in
spec-files-extra, and since many spec-files are copy-pasted from
existing ones, this sort of problem will likely continue to replicate
if we don't stamp it out completely.
Brian
> 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