|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Name: gdcm
|
|
|
|
|
Version: 2.6.3
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 2.6.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
@ -21,7 +21,6 @@ Patch3: gdcm-2.4.0-no-versioned-dir.patch
|
|
|
|
|
#Patch4: gdcm-0005-support-vtk6.patch
|
|
|
|
|
Patch5: gdcm-2.4.0-find-python27.patch
|
|
|
|
|
Patch6: gdcm-2.6-fix-cmake-config-paths.patch
|
|
|
|
|
Patch7: gdcm-2.6-fix-narrowing-error.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: CharLS-devel >= 1.0
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
@ -121,7 +120,9 @@ used this library with python
|
|
|
|
|
%patch2 -p 1
|
|
|
|
|
%patch3 -p 1
|
|
|
|
|
%patch6 -p 1
|
|
|
|
|
%patch7 -p 1
|
|
|
|
|
|
|
|
|
|
# Fix cmake command
|
|
|
|
|
sed -i.backup 's/add_dependency/add_dependencies/' Utilities/doxygen/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
# Remove bundled utilities (we use Fedora's ones)
|
|
|
|
|
|
|
|
|
@ -289,6 +290,10 @@ make test -C %{_target_platform} || exit 0
|
|
|
|
|
%{python3_sitearch}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 28 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.6.5-1
|
|
|
|
|
- Update to latest upstream release 2.6.5
|
|
|
|
|
- remove surplus narrowing patch
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-5
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
|
|
|
|