|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: gdcm
|
|
|
|
|
Version: 2.6.5
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
@ -278,7 +278,7 @@ make test -C %{_target_platform} || exit 0
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/cmake/%{name}/*.cmake
|
|
|
|
|
%{_libdir}/cmake/%{name}/
|
|
|
|
|
|
|
|
|
|
%files examples
|
|
|
|
|
%{_datadir}/%{name}/Examples/
|
|
|
|
@ -290,6 +290,9 @@ make test -C %{_target_platform} || exit 0
|
|
|
|
|
%{python3_sitearch}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 2.6.5-13
|
|
|
|
|
- Rebuilt for AutoReq cmake-filesystem
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 2.6.5-12
|
|
|
|
|
- rebuild for poppler 0.57.0
|
|
|
|
|
|
|
|
|
|