diff --git a/vtk-compat_gl.changes b/vtk-compat_gl.changes index c66f805..1bfe2d9 100644 --- a/vtk-compat_gl.changes +++ b/vtk-compat_gl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 12:33:38 UTC 2017 - kkhere.geo@gmail.com + +- devel subpackage should require -tcl, -java and -qt subpackages + since the *.cmake files refer to files in those subpackages + ------------------------------------------------------------------- Mon Sep 11 13:46:28 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/vtk-compat_gl.spec b/vtk-compat_gl.spec index ecce771..5edaec8 100644 --- a/vtk-compat_gl.spec +++ b/vtk-compat_gl.spec @@ -144,6 +144,9 @@ 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 diff --git a/vtk.changes b/vtk.changes index c66f805..1bfe2d9 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 12:33:38 UTC 2017 - kkhere.geo@gmail.com + +- devel subpackage should require -tcl, -java and -qt subpackages + since the *.cmake files refer to files in those subpackages + ------------------------------------------------------------------- Mon Sep 11 13:46:28 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/vtk.spec b/vtk.spec index 1ee9eef..ac02dd8 100644 --- a/vtk.spec +++ b/vtk.spec @@ -144,6 +144,9 @@ 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