|
|
@ -42,7 +42,7 @@ BuildRequires: python2-devel
|
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
BuildRequires: swig
|
|
|
|
BuildRequires: swig
|
|
|
|
#BuildRequires: texlive-ec
|
|
|
|
#BuildRequires: texlive-ec
|
|
|
|
BuildRequires: vtk-devel
|
|
|
|
#BuildRequires: vtk-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -130,7 +130,7 @@ pushd %{_target_platform}
|
|
|
|
-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
|
|
|
|
-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
|
|
|
|
-DGDCM_BUILD_APPLICATIONS:BOOL=ON \
|
|
|
|
-DGDCM_BUILD_APPLICATIONS:BOOL=ON \
|
|
|
|
-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
|
|
|
|
-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
|
|
|
|
-DGDCM_USE_VTK:BOOL=ON \
|
|
|
|
-DGDCM_USE_VTK:BOOL=OFF \
|
|
|
|
-DGDCM_USE_SYSTEM_CHARLS=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_CHARLS=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_EXPAT=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_EXPAT=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_OPENJPEG=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_OPENJPEG=ON \
|
|
|
@ -200,7 +200,7 @@ make test -C %{_target_platform} || exit 0
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Aug 13 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-5
|
|
|
|
* Tue Aug 13 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-5
|
|
|
|
- Re-enabled vtk bindings
|
|
|
|
- Still getting "vtkImageData has no member named 'GetWholeExtent" with vtk-devel
|
|
|
|
- Added additional debug symbols
|
|
|
|
- Added additional debug symbols
|
|
|
|
- Enabled testing (for now informational only)
|
|
|
|
- Enabled testing (for now informational only)
|
|
|
|
- Enabled build of gdcmd5 because its needed by tests
|
|
|
|
- Enabled build of gdcmd5 because its needed by tests
|
|
|
|