Accepting request 526303 from home:StefanBruens:branches:science
- Remove the various subpackage Requires from the devel package again. The qt subpackage contains a Qt Designer plugin and no dependency at all. Package the vtkWrap{Tcl,Java,Python} wrapper generators in the devel package, as these are useless without the vtk headers files. -> see https://public.kitware.com/pipermail/vtk-developers/2017-September/035435.html - Fix description/summary of vtk-qt subpackage OBS-URL: https://build.opensuse.org/request/show/526303 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=98
This commit is contained in:
parent
5ec339fc50
commit
cf384ac9eb
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 19:50:52 UTC 2017 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
- Remove the various subpackage Requires from the devel package
|
||||
again. The qt subpackage contains a Qt Designer plugin and no
|
||||
dependency at all. Package the vtkWrap{Tcl,Java,Python} wrapper
|
||||
generators in the devel package, as these are useless without
|
||||
the vtk headers files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 12:33:38 UTC 2017 - kkhere.geo@gmail.com
|
||||
|
||||
|
@ -144,9 +144,6 @@ This package provides the shared libraries for VTK.
|
||||
%package devel
|
||||
Summary: VTK header files for building C++ code
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-java = %{version}
|
||||
Requires: %{name}-qt = %{version}
|
||||
Requires: %{name}-tcl = %{version}
|
||||
Requires: %{shlib} = %{version}
|
||||
Requires: Mesa-libGL-devel
|
||||
Requires: R-base-devel
|
||||
@ -441,6 +438,12 @@ chrpath -d %{buildroot}%{_bindir}/*
|
||||
%{_bindir}/%{pkgname}EncodeString
|
||||
%{_bindir}/%{pkgname}HashSource
|
||||
%{_bindir}/%{pkgname}WrapHierarchy
|
||||
%{_bindir}/%{pkgname}ParseJava
|
||||
%{_bindir}/%{pkgname}WrapJava
|
||||
%{_bindir}/%{pkgname}WrapPython
|
||||
%{_bindir}/%{pkgname}WrapPythonInit
|
||||
%{_bindir}/%{pkgname}WrapTcl
|
||||
%{_bindir}/%{pkgname}WrapTclInit
|
||||
%if %{compat_gl}
|
||||
%{_bindir}/%{pkgname}ParseOGLExt
|
||||
%endif
|
||||
@ -463,8 +466,6 @@ chrpath -d %{buildroot}%{_bindir}/*
|
||||
|
||||
%files java
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{pkgname}ParseJava
|
||||
%{_bindir}/%{pkgname}WrapJava
|
||||
%{_libdir}/%{pkgname}.jar
|
||||
%{_libdir}/libvtkViewsGeovisJava.so
|
||||
|
||||
@ -472,15 +473,11 @@ chrpath -d %{buildroot}%{_bindir}/*
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{pkgname}python
|
||||
%{_bindir}/p%{pkgname}python
|
||||
%{_bindir}/%{pkgname}WrapPython
|
||||
%{_bindir}/%{pkgname}WrapPythonInit
|
||||
%{python3_sitearch}/%{pkgname}/
|
||||
|
||||
%files tcl
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{pkgname}
|
||||
%{_bindir}/%{pkgname}WrapTcl
|
||||
%{_bindir}/%{pkgname}WrapTclInit
|
||||
%{_datadir}/tcl/%{pkgname}/
|
||||
|
||||
%files qt
|
||||
|
10
vtk.changes
10
vtk.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 20:54:34 UTC 2017 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
- Remove the various subpackage Requires from the devel package
|
||||
again. The qt subpackage contains a Qt Designer plugin and no
|
||||
dependency at all. Package the vtkWrap{Tcl,Java,Python} wrapper
|
||||
generators in the devel package, as these are useless without
|
||||
the vtk headers files.
|
||||
- Fix description/summary of vtk-qt subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 12:33:38 UTC 2017 - kkhere.geo@gmail.com
|
||||
|
||||
|
19
vtk.spec
19
vtk.spec
@ -144,9 +144,6 @@ This package provides the shared libraries for VTK.
|
||||
%package devel
|
||||
Summary: VTK header files for building C++ code
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-java = %{version}
|
||||
Requires: %{name}-qt = %{version}
|
||||
Requires: %{name}-tcl = %{version}
|
||||
Requires: %{shlib} = %{version}
|
||||
Requires: Mesa-libGL-devel
|
||||
Requires: R-base-devel
|
||||
@ -221,7 +218,7 @@ rendering and visualization.
|
||||
This package provides python bindings for VTK.
|
||||
|
||||
%package qt
|
||||
Summary: Qt VTK widget
|
||||
Summary: Qt Designer plugin for QVTKWidget
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{shlib} = %{version}
|
||||
%if %{compat_gl}
|
||||
@ -235,7 +232,7 @@ Conflicts: vtk-compat_gl-qt
|
||||
VTK is a software system for image processing, 3D graphics, volume
|
||||
rendering and visualization.
|
||||
|
||||
This package provides Qt bindings for VTK.
|
||||
This package provides a Qt Designer plugin for the QVTKWidget.
|
||||
|
||||
%package tcl
|
||||
Summary: Tcl bindings for VTK
|
||||
@ -441,6 +438,12 @@ chrpath -d %{buildroot}%{_bindir}/*
|
||||
%{_bindir}/%{pkgname}EncodeString
|
||||
%{_bindir}/%{pkgname}HashSource
|
||||
%{_bindir}/%{pkgname}WrapHierarchy
|
||||
%{_bindir}/%{pkgname}ParseJava
|
||||
%{_bindir}/%{pkgname}WrapJava
|
||||
%{_bindir}/%{pkgname}WrapPython
|
||||
%{_bindir}/%{pkgname}WrapPythonInit
|
||||
%{_bindir}/%{pkgname}WrapTcl
|
||||
%{_bindir}/%{pkgname}WrapTclInit
|
||||
%if %{compat_gl}
|
||||
%{_bindir}/%{pkgname}ParseOGLExt
|
||||
%endif
|
||||
@ -463,8 +466,6 @@ chrpath -d %{buildroot}%{_bindir}/*
|
||||
|
||||
%files java
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{pkgname}ParseJava
|
||||
%{_bindir}/%{pkgname}WrapJava
|
||||
%{_libdir}/%{pkgname}.jar
|
||||
%{_libdir}/libvtkViewsGeovisJava.so
|
||||
|
||||
@ -472,15 +473,11 @@ chrpath -d %{buildroot}%{_bindir}/*
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{pkgname}python
|
||||
%{_bindir}/p%{pkgname}python
|
||||
%{_bindir}/%{pkgname}WrapPython
|
||||
%{_bindir}/%{pkgname}WrapPythonInit
|
||||
%{python3_sitearch}/%{pkgname}/
|
||||
|
||||
%files tcl
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{pkgname}
|
||||
%{_bindir}/%{pkgname}WrapTcl
|
||||
%{_bindir}/%{pkgname}WrapTclInit
|
||||
%{_datadir}/tcl/%{pkgname}/
|
||||
|
||||
%files qt
|
||||
|
Loading…
Reference in New Issue
Block a user