[gdcm] Re-enabling vtk support

mrceresa mrceresa at fedoraproject.org
Mon Aug 5 18:19:44 UTC 2013


commit 278a214ddb74b71c245c1ba1a9ae5a558b9809f9
Author: Mario Ceresa <mrceresa at gmail.com>
Date:   Mon Aug 5 20:19:32 2013 +0200

    Re-enabling vtk support

 gdcm.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/gdcm.spec b/gdcm.spec
index f5e8820..5c6e717 100644
--- a/gdcm.spec
+++ b/gdcm.spec
@@ -6,7 +6,7 @@
 
 Name:		gdcm
 Version:	2.2.4
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Grassroots DiCoM is a C++ library to parse DICOM medical files
 Group:		Development/Libraries
 License:	BSD
@@ -44,7 +44,7 @@ BuildRequires:	python2-devel
 BuildRequires:	postgresql-devel
 BuildRequires:	swig
 #BuildRequires:	texlive-ec
-#BuildRequires:	vtk-devel
+BuildRequires:	vtk-devel
 
 
 %description
@@ -128,7 +128,7 @@ pushd %{_target_platform}
 	-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
 	-DGDCM_BUILD_APPLICATIONS:BOOL=ON \
 	-DCMAKE_BUILD_TYPE:STRING="Release" \
-	-DGDCM_USE_VTK:BOOL=OFF \
+	-DGDCM_USE_VTK:BOOL=ON \
 	-DGDCM_USE_SYSTEM_CHARLS=ON \
 	-DGDCM_USE_SYSTEM_EXPAT=ON \
 	-DGDCM_USE_SYSTEM_OPENJPEG=ON \
@@ -196,8 +196,12 @@ ctest .
 %{python_sitelib}/*
 
 %changelog
+* Mon Aug 05 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-5
+- Re-enabled vtk bindings
+
 * Mon Aug 05 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-4
-- Dropped vtk dependencies for now, as there are problems building with it.
+- Fixed doc generation
+- Disabled pdf generation util texlive problems are solved in Rawhide
 - Fixed bogus dates
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.4-3


More information about the scm-commits mailing list