[InsightToolkit] Add jsoncpp-devel to BuildRequires (needed for vtk 6.1)

sebp sebp at fedoraproject.org
Sun Jan 26 11:50:31 UTC 2014


commit e9e8dc2ad59c347637c8cf0c2daefcf5108a1248
Author: Sebastian Pölsterl <sebp at k-d-w.org>
Date:   Sun Jan 26 12:50:48 2014 +0100

    Add jsoncpp-devel to BuildRequires (needed for vtk 6.1)

 InsightToolkit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/InsightToolkit.spec b/InsightToolkit.spec
index e719979..047ac31 100644
--- a/InsightToolkit.spec
+++ b/InsightToolkit.spec
@@ -10,7 +10,7 @@
 Name:           InsightToolkit
 Summary:        Insight Toolkit library for medical image processing
 Version:        %{_ver_major}.%{_ver_minor}.%{_ver_release}
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        ASL 2.0
 Group:          Applications/Engineering
 Source0:        http://sourceforge.net/projects/itk/files/itk/%{_ver_major}.%{_ver_minor}/%{name}-%{version}.tar.xz
@@ -39,6 +39,7 @@ BuildRequires:  zlib-devel
 BuildRequires:  blas-devel
 BuildRequires:  lapack-devel
 BuildRequires:  netcdf-devel
+BuildRequires:  jsoncpp-devel
 
 %description
 ITK is an open-source software toolkit for performing registration and 
@@ -199,6 +200,9 @@ make test -C %{_target_platform} || exit 0
 %{_libdir}/libITKVtkGlue*.so.*
 
 %changelog
+* Sun Jan 26 2014 Sebastian Pölsterl <sebp at k-d-w.org> - 4.5.0-3
+- Add jsoncpp-devel to BuildRequires (needed for vtk 6.1)
+
 * Sun Jan 26 2014 Sebastian Pölsterl <sebp at k-d-w.org> - 4.5.0-2
 - Rebuilt for vtk 6.1 update
 


More information about the scm-commits mailing list