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
This commit is contained in:
Atri Bhattacharya 2015-04-08 21:48:51 +00:00 committed by Git OBS Bridge
parent 2d40326ab9
commit 05ea071db0
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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