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:
parent
2d40326ab9
commit
05ea071db0
@ -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
|
||||
|
||||
|
6
vtk.spec
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user