diff --git a/gdcm.spec b/gdcm.spec index cabbe71..96b2b3a 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -6,7 +6,7 @@ Name: gdcm Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files Group: Development/Libraries License: BSD @@ -58,8 +58,8 @@ supported) %package doc Summary: Includes html documentation for gdcm -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Group: Documentation +BuildArch: noarch %description doc @@ -241,8 +241,8 @@ make test -C %{_target_platform} || exit 0 %{_datadir}/gdcm/XML %files doc -%dir %{_docdir}/%{name}/ -%{_docdir}/%{name}/* +%dir %{_docdir}/%{name}/html +%{_docdir}/%{name}/html/* %files devel %dir %{_includedir}/gdcm/ @@ -258,6 +258,10 @@ make test -C %{_target_platform} || exit 0 %{python3_sitearch}/* %changelog +* Tue Nov 19 2013 Sebastian Pölsterl - 2.4.0-2 +- Fixed duplicate documentation files: +https://bugzilla.redhat.com/show_bug.cgi?id=1001298 + * Sun Oct 20 2013 Sebastian Pölsterl - 2.4.0-1 - Update to 2.4.0 - Added python3-gdcm package