diff --git a/gdcm.spec b/gdcm.spec index 7f7e8ca..177436b 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -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=ON \ + -DGDCM_USE_VTK:BOOL=OFF \ -DGDCM_USE_SYSTEM_CHARLS=ON \ -DGDCM_USE_SYSTEM_EXPAT=ON \ -DGDCM_USE_SYSTEM_OPENJPEG=ON \ @@ -198,11 +198,12 @@ ctest . %changelog * Mon Aug 05 2013 Mario Ceresa - 2.2.4-4 - Rebuild for vtk 6 +- Fixed bogus dates * Sat Aug 03 2013 Fedora Release Engineering - 2.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -* Wed Jul 16 2013 Mario Ceresa - 2.2.4-2 +* Tue Jul 16 2013 Mario Ceresa - 2.2.4-2 - Add support for vtk 6.0.0 * Fri Jul 12 2013 Orion Poplawski - 2.2.4-1 @@ -290,10 +291,10 @@ ctest . * Tue Feb 08 2011 Fedora Release Engineering - 2.0.16-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -* Mon Feb 02 2011 Mario Ceresa - 2.0.16-11 +* Wed Feb 02 2011 Mario Ceresa - 2.0.16-11 - Removed python bindings because they fail to build with gcc 4.6 -* Mon Feb 02 2011 Mario Ceresa - 2.0.16-10 +* Wed Feb 02 2011 Mario Ceresa - 2.0.16-10 - Added patch to fix upstream bug #3169784 * Sun Jan 02 2011 Rex Dieter - 2.0.16-11 @@ -305,7 +306,7 @@ ctest . * Mon Nov 22 2010 Mario Ceresa 2.0.16-7 - Fixed bug 655738 -* Tue Nov 19 2010 Mario Ceresa 2.0.16-6 +* Fri Nov 19 2010 Mario Ceresa 2.0.16-6 - Enabled VTK support * Tue Oct 19 2010 Mario Ceresa 2.0.16-5 @@ -341,7 +342,7 @@ already included upstream - Added VTK support - Added python support -* Mon Mar 21 2010 Mario Ceresa 2.0.14-3 +* Sun Mar 21 2010 Mario Ceresa 2.0.14-3 - Added BuildRequires fontconfig-devel - Fixed lib /lib64 issue with base CMakeLists.txt