From 05ea071db018c6c65b7e09a74fea8e5654eab8b2ea3eac7558ee3aaafebf709a Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 8 Apr 2015 21:48:51 +0000 Subject: [PATCH] Accepting request 295049 from home:dimstar:Factory - Add jsoncpp-devel Requires to vtk-devel (for openSUSE > 13.2): vtkjsoncpp.cmake has set(vtkjsoncpp_LIBRARIES "/usr/lib64/libjsoncpp.so"). OBS-URL: https://build.opensuse.org/request/show/295049 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=54 --- vtk.changes | 7 +++++++ vtk.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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