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
|
||||
|
||||
# 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}/
|
||||
|
||||
# install testing-progs and examples
|
||||
@ -327,9 +328,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/vtkpython
|
||||
%{_libdir}/libvtk*Python*.so.*
|
||||
%{py_sitedir}/*
|
||||
%{_docdir}/vtk-python
|
||||
%doc README.html
|
||||
%doc vtkLogo.jpg
|
||||
%doc %{_docdir}/vtk-python
|
||||
|
||||
%files qt
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user