diff --git a/vtk.changes b/vtk.changes index f4371e8..814add2 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 8 19:57:31 UTC 2015 - dimstar@opensuse.org + +- Add jsoncpp-devel Requires to vtk-devel (for openSUSE > 13.2): + vtkjsoncpp.cmake has + set(vtkjsoncpp_LIBRARIES "/usr/lib64/libjsoncpp.so"). + ------------------------------------------------------------------- Fri Mar 13 19:50:12 UTC 2015 - badshah400@gmail.com diff --git a/vtk.spec b/vtk.spec index 4f0d3c5..e274db5 100644 --- a/vtk.spec +++ b/vtk.spec @@ -1,7 +1,7 @@ # # spec file for package vtk # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -96,6 +96,10 @@ Requires: Mesa-libGL-devel Requires: R-base-devel Requires: gl2ps-devel Requires: hdf5-devel +# jsoncpp available for openSUSE > 13.2 +%if 0%{?suse_version} > 1320 +Requires: jsoncpp-devel +%endif Requires: libexpat-devel Requires: libjpeg-devel Requires: libmysqlclient-devel