|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
Name: gdcm
|
|
|
|
|
Version: 3.0.7
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 3.0.8
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://gdcm.sourceforge.net/wiki/index.php/Main_Page
|
|
|
|
@ -192,25 +192,25 @@ make test -C %{__cmake_builddir} || exit 0
|
|
|
|
|
%doc AUTHORS README.md
|
|
|
|
|
%license Copyright.txt README.Copyright.txt
|
|
|
|
|
%{_libdir}/libgdcmCommon.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmCommon.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmCommon.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmDICT.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmDICT.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmDICT.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmDSED.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmDSED.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmDSED.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmIOD.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmIOD.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmIOD.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmMEXD.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmMEXD.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmMEXD.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmMSFF.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmMSFF.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmMSFF.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmjpeg12.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmjpeg12.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmjpeg12.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmjpeg16.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmjpeg16.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmjpeg16.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmjpeg8.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmjpeg8.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmjpeg8.so.3.0.8
|
|
|
|
|
%{_libdir}/libgdcmmd5.so.3.0
|
|
|
|
|
%{_libdir}/libgdcmmd5.so.3.0.7
|
|
|
|
|
%{_libdir}/libgdcmmd5.so.3.0.8
|
|
|
|
|
%{_libdir}/libsocketxx.so.1.2
|
|
|
|
|
%{_libdir}/libsocketxx.so.1.2.0
|
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
@ -262,6 +262,9 @@ make test -C %{__cmake_builddir} || exit 0
|
|
|
|
|
%{python3_sitearch}/__pycache__/%{name}*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 05 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.8-1
|
|
|
|
|
- Update to new minor release
|
|
|
|
|
|
|
|
|
|
* Wed Oct 14 2020 Jeff Law <law@redhat.com> - 3.0.7-5
|
|
|
|
|
- Fix missing #include for gcc-11
|
|
|
|
|
|
|
|
|
|