|
|
|
@ -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@lists.fedoraproject.org> - 2.2.4-3
|
|
|
|
|