Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: vtk - The Visualization Toolkit - A high level 3D visualization library
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199405
pertusus@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pertusus@free.fr
------- Additional Comments From pertusus@free.fr 2006-08-02 11:58 EST ------- The netcdf support is built only if cmake is recent enough, so for reproducible builds it may be relevant to BuildRequires an higher cmake version (at least 2.0.0?)
The srpm doesn't rebuild on my devel FC, I guess because %{python_libdir} isn't expanded. Moreover the .pyo are included. You could use the snippet at http://fedoraproject.org/wiki/Packaging/Python#head-01f2df6d8ffc1100844fce3a... to get rid of them.
And instead of %{python_libdir} why don't use use %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} as in the spectemplate-python.spec?