python doc fix
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=9
This commit is contained in:
parent
8209923eb6
commit
22f1e565e5
3
vtk.spec
3
vtk.spec
@ -134,6 +134,7 @@ make %{_smp_mflags}
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
# python stuff is installed in the wrong directory /usr/local
|
# python stuff is installed in the wrong directory /usr/local
|
||||||
|
# http://www.vtk.org/Bug/view.php?id=4010
|
||||||
mv $RPM_BUILD_ROOT%{_prefix}/local/%{_lib}/python* $RPM_BUILD_ROOT%{_libdir}/
|
mv $RPM_BUILD_ROOT%{_prefix}/local/%{_lib}/python* $RPM_BUILD_ROOT%{_libdir}/
|
||||||
|
|
||||||
# install testing-progs and examples
|
# install testing-progs and examples
|
||||||
@ -327,9 +328,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/vtkpython
|
%{_bindir}/vtkpython
|
||||||
%{_libdir}/libvtk*Python*.so.*
|
%{_libdir}/libvtk*Python*.so.*
|
||||||
%{py_sitedir}/*
|
%{py_sitedir}/*
|
||||||
|
%{_docdir}/vtk-python
|
||||||
%doc README.html
|
%doc README.html
|
||||||
%doc vtkLogo.jpg
|
%doc vtkLogo.jpg
|
||||||
%doc %{_docdir}/vtk-python
|
|
||||||
|
|
||||||
%files qt
|
%files qt
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user