2019-02-17 12:22:32 +00:00
|
|
|
Name: gdcm
|
|
|
|
Version: 2.8.4
|
|
|
|
Release: 13%{?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
|
|
|
|
Source0: http://sourceforge.net/projects/gdcm/files/gdcm%202.x/GDCM%20%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source1: http://downloads.sourceforge.net/project/gdcm/gdcmData/gdcmData/gdcmData.tar.gz
|
|
|
|
|
|
|
|
Patch1: gdcm-2.4.0-usecopyright.patch
|
|
|
|
Patch2: gdcm-2.4.0-install2libarch.patch
|
|
|
|
Patch3: gdcm-2.4.0-no-versioned-dir.patch
|
2013-07-16 07:34:16 +00:00
|
|
|
# From http://public.kitware.com/pipermail/vtkusers/2013-February/127377.html
|
2015-11-01 09:01:20 +00:00
|
|
|
#Patch4: gdcm-0005-support-vtk6.patch
|
2015-11-15 23:10:57 +00:00
|
|
|
Patch6: gdcm-2.6-fix-cmake-config-paths.patch
|
2018-02-14 15:04:15 +00:00
|
|
|
Patch7: gdcm-2.8.4-fix-manpage-gen.patch
|
|
|
|
Patch8: gdcm-2.8.4-fix-poppler.patch
|
2018-08-13 23:12:45 +00:00
|
|
|
Patch9: gdcm-2.8.4-poppler-0.67.0.patch
|
2019-01-25 18:48:29 +00:00
|
|
|
Patch10: gdcm-2.8.4-poppler-0.73.0.patch
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2019-02-17 12:22:32 +00:00
|
|
|
BuildRequires: CharLS-devel >= 1.0
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: docbook5-style-xsl
|
|
|
|
BuildRequires: expat-devel
|
|
|
|
BuildRequires: fontconfig-devel
|
|
|
|
BuildRequires: graphviz
|
|
|
|
BuildRequires: gl2ps-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
BuildRequires: libtheora-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: mesa-libOSMesa-devel
|
|
|
|
BuildRequires: openssl-devel
|
2018-01-10 09:43:44 +00:00
|
|
|
BuildRequires: pkgconfig(libopenjp2)
|
2019-02-17 12:22:32 +00:00
|
|
|
#BuildRequires: /usr/bin/pdflatex
|
|
|
|
BuildRequires: poppler-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: swig
|
|
|
|
BuildRequires: json-c-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
#BuildRequires: texlive-ec
|
|
|
|
#BuildRequires: vtk-devel
|
2018-03-10 21:49:25 +00:00
|
|
|
BuildRequires: gcc gcc-c++
|
2010-10-29 09:46:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
2015-11-02 21:14:26 +00:00
|
|
|
Grassroots DiCoM (GDCM) is a C++ library for DICOM medical files.
|
|
|
|
It supports ACR-NEMA version 1 and 2 (huffman compression is not supported),
|
|
|
|
RAW, JPEG, JPEG 2000, JPEG-LS, RLE and deflated transfer syntax.
|
|
|
|
It comes with a super fast scanner implementation to quickly scan hundreds of
|
|
|
|
DICOM files. It supports SCU network operations (C-ECHO, C-FIND, C-STORE,
|
|
|
|
C-MOVE). PS 3.3 & 3.6 are distributed as XML files.
|
|
|
|
It also provides PS 3.15 certificates and password based mechanism to
|
|
|
|
anonymize and de-identify DICOM datasets.
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2019-02-17 12:22:32 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Includes html documentation for gdcm
|
|
|
|
BuildArch: noarch
|
2013-04-14 13:23:51 +00:00
|
|
|
|
2013-05-01 09:57:40 +00:00
|
|
|
%description doc
|
|
|
|
You should install the gdcm-doc package if you would like to
|
2013-12-20 18:48:15 +00:00
|
|
|
access upstream documentation for gdcm.
|
2013-04-14 13:23:51 +00:00
|
|
|
|
2019-02-17 12:22:32 +00:00
|
|
|
%package applications
|
|
|
|
Summary: Includes command line programs for GDCM
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2015-11-02 21:14:26 +00:00
|
|
|
|
|
|
|
%description applications
|
|
|
|
You should install the gdcm-applications package if you would like to
|
|
|
|
use command line programs part of GDCM. Includes tools to convert,
|
|
|
|
anonymize, manipulate, concatenate, and view DICOM files.
|
2013-04-14 13:23:51 +00:00
|
|
|
|
2019-02-17 12:22:32 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for GDCM
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-applications%{?_isa} = %{version}-%{release}
|
2010-10-29 09:46:23 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
You should install the gdcm-devel package if you would like to
|
|
|
|
compile applications based on gdcm
|
|
|
|
|
2019-02-17 12:22:32 +00:00
|
|
|
%package examples
|
|
|
|
Summary: CSharp, C++, Java, PHP and Python example programs for GDCM
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-11-19 21:42:40 +00:00
|
|
|
|
|
|
|
%description examples
|
|
|
|
GDCM examples
|
|
|
|
|
2019-02-17 12:22:32 +00:00
|
|
|
%package -n python3-gdcm
|
|
|
|
Summary: Python binding for GDCM
|
2018-09-17 12:13:46 +00:00
|
|
|
%{?python_provide:%python_provide python3-gdcm}
|
2019-02-17 12:22:32 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-10-21 09:41:27 +00:00
|
|
|
|
|
|
|
%description -n python3-gdcm
|
|
|
|
You should install the python3-gdcm package if you would like to
|
|
|
|
used this library with python
|
|
|
|
|
2010-10-29 09:46:23 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2013-08-13 14:52:07 +00:00
|
|
|
%setup -T -D -a 1
|
2013-10-21 09:41:27 +00:00
|
|
|
%patch1 -p 1
|
|
|
|
%patch2 -p 1
|
2013-05-01 08:59:09 +00:00
|
|
|
%patch3 -p 1
|
2015-11-15 23:10:57 +00:00
|
|
|
%patch6 -p 1
|
2018-02-14 15:04:15 +00:00
|
|
|
%patch7 -p 1
|
|
|
|
%patch8 -p 1
|
2018-08-13 23:12:45 +00:00
|
|
|
%patch9 -p 1
|
2019-01-25 18:48:29 +00:00
|
|
|
%patch10 -p 1
|
2016-08-28 18:32:29 +00:00
|
|
|
|
|
|
|
# Fix cmake command
|
|
|
|
sed -i.backup 's/add_dependency/add_dependencies/' Utilities/doxygen/CMakeLists.txt
|
2010-10-29 09:46:23 +00:00
|
|
|
|
|
|
|
# Remove bundled utilities (we use Fedora's ones)
|
|
|
|
|
|
|
|
rm -rf Utilities/gdcmexpat
|
2015-11-01 09:01:20 +00:00
|
|
|
rm -rf Utilities/gdcmopenjpeg-v1
|
|
|
|
rm -rf Utilities/gdcmopenjpeg-v2
|
2010-10-29 09:46:23 +00:00
|
|
|
rm -rf Utilities/gdcmzlib
|
|
|
|
rm -rf Utilities/gdcmuuid
|
|
|
|
rm -rf Utilities/gdcmcharls
|
|
|
|
|
|
|
|
# Remove bundled utilities (we don't use them)
|
|
|
|
rm -rf Utilities/getopt
|
|
|
|
rm -rf Utilities/pvrg
|
|
|
|
rm -rf Utilities/rle
|
|
|
|
rm -rf Utilities/wxWidgets
|
|
|
|
|
2013-08-13 14:52:07 +00:00
|
|
|
# Needed for testing:
|
2019-02-17 12:22:32 +00:00
|
|
|
#rm -rf Utilities/gdcmmd5
|
2013-08-13 14:52:07 +00:00
|
|
|
|
2010-10-29 09:46:23 +00:00
|
|
|
%build
|
2013-10-21 09:41:27 +00:00
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
2013-05-01 09:27:49 +00:00
|
|
|
|
2019-02-17 12:22:32 +00:00
|
|
|
%cmake .. \
|
|
|
|
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
|
|
|
-DGDCM_INSTALL_PACKAGE_DIR=%{_libdir}/cmake/%{name} \
|
|
|
|
-DGDCM_INSTALL_INCLUDE_DIR=%{_includedir}/%{name} \
|
|
|
|
-DGDCM_INSTALL_DOC_DIR=%{_docdir}/%{name} \
|
|
|
|
-DGDCM_INSTALL_MAN_DIR=%{_mandir} \
|
|
|
|
-DGDCM_INSTALL_LIB_DIR=%{_libdir} \
|
|
|
|
-DGDCM_BUILD_TESTING:BOOL=ON \
|
|
|
|
-DGDCM_DATA_ROOT=../gdcmData/ \
|
|
|
|
-DGDCM_BUILD_EXAMPLES:BOOL=ON \
|
|
|
|
-DGDCM_DOCUMENTATION:BOOL=ON \
|
|
|
|
-DGDCM_PDF_DOCUMENTATION:BOOL=OFF \
|
|
|
|
-DGDCM_WRAP_PYTHON:BOOL=ON \
|
|
|
|
-DPYTHON_EXECUTABLE=%{__python3} \
|
|
|
|
-DGDCM_INSTALL_PYTHONMODULE_DIR=%{python3_sitearch} \
|
|
|
|
-DGDCM_WRAP_JAVA:BOOL=OFF \
|
|
|
|
-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
|
|
|
|
-DGDCM_BUILD_APPLICATIONS:BOOL=ON \
|
|
|
|
-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
|
|
|
|
-DGDCM_USE_VTK:BOOL=OFF \
|
|
|
|
-DGDCM_USE_SYSTEM_CHARLS:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_EXPAT:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_ZLIB:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_UUID:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_LJPEG:BOOL=OFF \
|
|
|
|
-DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \
|
|
|
|
-DGDCM_USE_JPEGLS:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_LIBXML2:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_JSON:BOOL=ON \
|
|
|
|
-DGDCM_USE_SYSTEM_POPPLER:BOOL=ON
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2013-11-19 21:42:40 +00:00
|
|
|
#Cannot build wrap_java:
|
2019-02-17 12:22:32 +00:00
|
|
|
# -DGDCM_VTK_JAVA_JAR:PATH=/usr/share/java/vtk.jar no found!
|
|
|
|
# yum provides */vtk.jar -> No results found
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2013-05-01 09:27:49 +00:00
|
|
|
popd
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2018-01-09 19:13:05 +00:00
|
|
|
%make_build -C %{_target_platform}
|
2010-10-29 09:46:23 +00:00
|
|
|
|
|
|
|
%install
|
2013-05-01 09:27:49 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
|
2013-11-19 21:42:40 +00:00
|
|
|
install -d $RPM_BUILD_ROOT%{python3_sitearch}
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2013-11-19 21:42:40 +00:00
|
|
|
## Cleaning Example dir from cmake cache files + remove 0-length files
|
2010-10-29 09:46:23 +00:00
|
|
|
find %{_builddir}/%{?buildsubdir}/Examples -depth -name CMakeFiles | xargs rm -rf
|
|
|
|
find %{_builddir}/%{?buildsubdir}/Examples -depth -size 0 | xargs rm -rf
|
|
|
|
|
2013-12-11 17:50:33 +00:00
|
|
|
## Moving Example dir into _datadir
|
|
|
|
cp -r %{_builddir}/%{?buildsubdir}/Examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
|
|
|
|
2013-04-14 13:23:51 +00:00
|
|
|
%check
|
2013-08-13 14:52:07 +00:00
|
|
|
# Making the tests informative only for now. Several failing tests (27/228):
|
|
|
|
# 11,40,48,49,107-109,111-114,130-135,146,149,,151-154,157,194,216,219
|
|
|
|
make test -C %{_target_platform} || exit 0
|
2013-04-14 13:23:51 +00:00
|
|
|
|
2010-10-29 09:46:23 +00:00
|
|
|
%files
|
2014-08-04 17:41:43 +00:00
|
|
|
%doc AUTHORS Copyright.txt README.Copyright.txt README.txt
|
2010-10-29 09:46:23 +00:00
|
|
|
%{_libdir}/*.so.*
|
2013-12-20 18:48:15 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
2013-12-11 17:50:33 +00:00
|
|
|
%{_datadir}/%{name}/XML/
|
2014-08-04 17:41:43 +00:00
|
|
|
%exclude %{_docdir}/%{name}/html/
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2013-05-01 09:57:40 +00:00
|
|
|
%files doc
|
2014-08-04 17:41:43 +00:00
|
|
|
%doc %{_docdir}/%{name}/html/
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2015-11-02 21:14:26 +00:00
|
|
|
%files applications
|
|
|
|
%{_bindir}/*
|
|
|
|
%doc %{_mandir}/man1/*.1*
|
|
|
|
|
2010-10-29 09:46:23 +00:00
|
|
|
%files devel
|
2013-12-11 17:50:33 +00:00
|
|
|
%{_includedir}/%{name}/
|
2010-10-29 09:46:23 +00:00
|
|
|
%{_libdir}/*.so
|
2017-08-07 08:41:17 +00:00
|
|
|
%{_libdir}/cmake/%{name}/
|
2010-10-29 09:46:23 +00:00
|
|
|
|
2013-11-19 21:42:40 +00:00
|
|
|
%files examples
|
2013-12-11 17:50:33 +00:00
|
|
|
%{_datadir}/%{name}/Examples/
|
2013-11-19 21:42:40 +00:00
|
|
|
|
2013-10-21 09:41:27 +00:00
|
|
|
%files -n python3-gdcm
|
2018-01-09 19:13:05 +00:00
|
|
|
%{python3_sitearch}/%{name}*.py
|
|
|
|
%{python3_sitearch}/_%{name}swig.so
|
|
|
|
%{python3_sitearch}/__pycache__/%{name}*
|
2010-10-29 09:46:23 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-01-31 20:42:32 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-25 18:48:29 +00:00
|
|
|
* Fri Jan 25 2019 Marek Kasik <mkasik@redhat.com> - 2.8.4-12
|
|
|
|
- Rebuild for poppler-0.73.0
|
|
|
|
|
2018-09-17 12:13:46 +00:00
|
|
|
* Mon Sep 17 2018 Miro Hrončok <mhroncok@redhat.com> - 2.8.4-11
|
|
|
|
- Remove Python 2 subpackage (#1627322)
|
|
|
|
|
2018-08-13 23:12:45 +00:00
|
|
|
* Tue Aug 14 2018 Marek Kasik <mkasik@redhat.com> - 2.8.4-10
|
|
|
|
- Rebuild for poppler-0.67.0
|
|
|
|
|
2018-07-13 01:13:22 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 08:43:30 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.8.4-8
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-05-02 13:28:43 +00:00
|
|
|
* Wed May 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.8.4-7
|
|
|
|
- Rebuild for openssl 1.1
|
|
|
|
|
2018-03-23 14:28:09 +00:00
|
|
|
* Fri Mar 23 2018 Marek Kasik <mkasik@redhat.com> - 2.8.4-6
|
|
|
|
- Rebuild for poppler-0.63.0
|
|
|
|
|
2018-03-10 21:49:25 +00:00
|
|
|
* Sat Mar 10 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.8.4-5
|
|
|
|
- Add g++ to BR
|
|
|
|
|
2018-03-06 14:15:15 +00:00
|
|
|
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 2.8.4-4
|
|
|
|
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
|
|
|
|
|
2018-02-14 17:31:33 +00:00
|
|
|
* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 2.8.4-3
|
|
|
|
- rebuild for poppler 0.62.0
|
|
|
|
|
2018-02-07 10:45:17 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-09 19:13:05 +00:00
|
|
|
* Tue Jan 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.8.4-1
|
|
|
|
- Update to 2.8.4
|
|
|
|
|
2017-12-10 19:50:34 +00:00
|
|
|
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 2.6.5-19
|
|
|
|
- Rebuilt for libjson-c.so.3
|
|
|
|
|
2017-11-08 19:25:18 +00:00
|
|
|
* Wed Nov 08 2017 David Tardon <dtardon@redhat.com> - 2.6.5-18
|
|
|
|
- rebuild for poppler 0.61.0
|
|
|
|
|
2017-10-06 13:07:26 +00:00
|
|
|
* Fri Oct 06 2017 David Tardon <dtardon@redhat.com> - 2.6.5-17
|
|
|
|
- rebuild for poppler 0.60.1
|
|
|
|
|
2017-09-08 08:12:09 +00:00
|
|
|
* Fri Sep 08 2017 David Tardon <dtardon@redhat.com> - 2.6.5-16
|
|
|
|
- rebuild for poppler 0.59.0
|
|
|
|
|
2017-08-20 14:32:15 +00:00
|
|
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.5-15
|
|
|
|
- Add Provides for the old name without %%_isa
|
|
|
|
|
2017-08-19 13:38:20 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.5-14
|
|
|
|
- Python 2 binary package renamed to python2-gdcm
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-07 08:41:17 +00:00
|
|
|
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 2.6.5-13
|
|
|
|
- Rebuilt for AutoReq cmake-filesystem
|
|
|
|
|
2017-08-03 10:40:47 +00:00
|
|
|
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 2.6.5-12
|
|
|
|
- rebuild for poppler 0.57.0
|
|
|
|
|
2017-08-02 21:01:01 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.5-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:12:09 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.5-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-07 10:16:19 +00:00
|
|
|
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.6.5-9
|
|
|
|
- Rebuild due to bug in RPM (RHBZ #1468476)
|
|
|
|
|
2017-03-28 13:21:58 +00:00
|
|
|
* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 2.6.5-8
|
|
|
|
- rebuild for poppler 0.53.0
|
|
|
|
|
2017-02-10 10:17:35 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.6.5-6
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-12-16 14:35:12 +00:00
|
|
|
* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 2.6.5-5
|
|
|
|
- rebuild for poppler 0.50.0
|
|
|
|
|
2016-11-24 04:18:20 +00:00
|
|
|
* Thu Nov 24 2016 Orion Poplawski <orion@cora.nwra.com> - 2.6.5-4
|
|
|
|
- Rebuild for poppler 0.49.0
|
|
|
|
|
2016-11-13 13:54:55 +00:00
|
|
|
* Sun Nov 13 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.6.5-3
|
|
|
|
- Build against openssl 1.0
|
|
|
|
|
2016-10-21 14:53:38 +00:00
|
|
|
* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> - 2.6.5-2
|
|
|
|
- Rebuild for poppler-0.48.0
|
|
|
|
|
2016-08-28 18:32:29 +00:00
|
|
|
* 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
|
|
|
|
|
2016-07-19 07:09:40 +00:00
|
|
|
* 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
|
|
|
|
|
2016-07-18 11:39:11 +00:00
|
|
|
* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 2.6.3-4
|
|
|
|
- Rebuild for poppler-0.45.0
|
|
|
|
|
2016-05-03 12:17:31 +00:00
|
|
|
* Tue May 3 2016 Marek Kasik <mkasik@redhat.com> - 2.6.3-3
|
|
|
|
- Rebuild for poppler-0.43.0
|
|
|
|
|
2016-02-03 21:06:46 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-01 20:14:03 +00:00
|
|
|
* Mon Feb 01 2016 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.3-1
|
|
|
|
- Update to 2.6.3 (#1302493)
|
|
|
|
|
2016-01-22 14:13:09 +00:00
|
|
|
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 2.6.2-2
|
|
|
|
- Rebuild for poppler-0.40.0
|
|
|
|
|
2016-01-03 22:08:07 +00:00
|
|
|
* Sun Jan 03 2016 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.2-1
|
2016-01-03 22:06:50 +00:00
|
|
|
- Update to 2.6.2 (#1293895)
|
2016-01-04 08:51:12 +00:00
|
|
|
- Add libxslt and docbook-style-xsl to build requirements (http://sourceforge.net/p/gdcm/bugs/366/)
|
2016-01-03 22:06:50 +00:00
|
|
|
|
2015-11-15 23:10:57 +00:00
|
|
|
* Sun Nov 15 2015 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.1-5
|
|
|
|
- Fix paths in GDCMConfig.cmake
|
|
|
|
|
2015-11-15 14:53:16 +00:00
|
|
|
* Sun Nov 15 2015 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.1-4
|
|
|
|
- Build with poppler, json and libxml2 support
|
|
|
|
- Add applications subpackage as requirement to devel subpackage
|
|
|
|
|
2015-11-10 14:21:47 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-11-02 20:33:48 +00:00
|
|
|
* Mon Nov 02 2015 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.1-2
|
2015-11-15 23:10:57 +00:00
|
|
|
- Install *.cmake files to _libdir/cmake/ directory
|
2015-11-02 21:14:26 +00:00
|
|
|
- Move command line programs to applications sub-package
|
2015-11-02 20:33:48 +00:00
|
|
|
|
2015-11-01 09:01:20 +00:00
|
|
|
* Sat Oct 31 2015 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.1-1
|
|
|
|
- Update to 2.6.1
|
|
|
|
- Remove obsolete patch to allow inplace build
|
|
|
|
- Drop dependency on PostgreSQL and MySQL
|
|
|
|
|
2015-08-29 13:02:20 +00:00
|
|
|
* Sat Aug 29 2015 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.5-1
|
|
|
|
- Update to 2.4.5
|
2015-08-29 13:40:40 +00:00
|
|
|
- Update patch to allow inplace build
|
|
|
|
- Remove gdcm-as.patch which has been applied upstream
|
2015-08-29 13:02:20 +00:00
|
|
|
|
2015-06-17 07:06:27 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-20 12:27:21 +00:00
|
|
|
* Mon Apr 20 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.4.4-5
|
|
|
|
- Rebuild for GCC-5.0.1 ABI changes.
|
2015-04-20 12:28:11 +00:00
|
|
|
- Fix broken %%changelog entries.
|
2015-04-20 12:27:21 +00:00
|
|
|
|
|
|
|
* Wed Feb 25 2015 Orion Poplawski <orion@cora.nwra.com> - 2.4.4-4
|
2015-02-25 22:11:59 +00:00
|
|
|
- Use upstream patch for python keyword conflict
|
|
|
|
|
2015-04-20 12:27:21 +00:00
|
|
|
* Tue Feb 24 2015 Orion Poplawski <orion@cora.nwra.com> - 2.4.4-3
|
|
|
|
- Add patch to fix FTBFS due to variable name/python keyword conflict (bug #1195879)
|
|
|
|
|
2015-02-24 17:19:08 +00:00
|
|
|
* Tue Feb 24 2015 Orion Poplawski <orion@cora.nwra.com> - 2.4.4-2
|
|
|
|
- Rebuild for gcc 5 C++11 ABI
|
|
|
|
|
2014-09-25 19:13:26 +00:00
|
|
|
* Thu Sep 25 2014 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.4-1
|
|
|
|
- Update to 2.4.4
|
|
|
|
|
2014-08-16 13:56:40 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-04 17:41:43 +00:00
|
|
|
* Mon Aug 04 2014 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.3-2
|
|
|
|
- Exclude documentation files from base package
|
|
|
|
|
2014-08-04 12:55:04 +00:00
|
|
|
* Mon Aug 04 2014 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.3-1
|
|
|
|
- Update to 2.4.3
|
|
|
|
|
2014-06-07 13:35:38 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 10:27:11 +00:00
|
|
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 2.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
|
|
2014-04-05 19:25:41 +00:00
|
|
|
* Sat Apr 05 2014 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.2-1
|
|
|
|
- Update to 2.4.2
|
|
|
|
|
2013-12-20 18:48:15 +00:00
|
|
|
* Sun Dec 15 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.1-2
|
|
|
|
- Include license file and a few doc files in base package
|
|
|
|
- Include directory /usr/share/gdcm in base package
|
|
|
|
- Remove obsolete cleaning of buildroot
|
|
|
|
- Add %%?_isa to base package deps
|
|
|
|
- Remove empty lines at beginning of %%descriptions
|
|
|
|
- Fix base package Group tag to "System Environment/Libraries"
|
|
|
|
|
2013-12-11 18:35:25 +00:00
|
|
|
* Wed Dec 11 2013 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.1-1
|
|
|
|
- Update to 2.4.1
|
|
|
|
|
2013-12-11 17:50:33 +00:00
|
|
|
* Wed Dec 11 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.4.0-4
|
|
|
|
- Fixes #1001298
|
|
|
|
- Minor fixes on the spec
|
|
|
|
|
2013-11-19 21:42:40 +00:00
|
|
|
* Tue Nov 19 2013 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.0-3
|
|
|
|
- More duplicate documentation files fixes
|
|
|
|
- Move examples to new subpackage
|
|
|
|
|
2013-11-19 06:47:10 +00:00
|
|
|
* Tue Nov 19 2013 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.0-2
|
|
|
|
- Fixed duplicate documentation files:
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1001298
|
|
|
|
|
2013-10-21 09:41:27 +00:00
|
|
|
* Sun Oct 20 2013 Sebastian Pölsterl <sebp@k-d-w.org> - 2.4.0-1
|
|
|
|
- Update to 2.4.0
|
|
|
|
- Added python3-gdcm package
|
|
|
|
|
2013-08-13 14:52:07 +00:00
|
|
|
* Tue Aug 13 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-5
|
2013-08-13 15:15:42 +00:00
|
|
|
- Still getting "vtkImageData has no member named 'GetWholeExtent" with vtk-devel
|
2013-08-13 14:52:07 +00:00
|
|
|
- Added additional debug symbols
|
|
|
|
- Enabled testing (for now informational only)
|
|
|
|
- Enabled build of gdcmd5 because its needed by tests
|
2019-02-17 12:22:32 +00:00
|
|
|
- Re-added graphviz BR
|
2013-08-05 18:19:32 +00:00
|
|
|
|
2013-08-05 16:19:25 +00:00
|
|
|
* Mon Aug 05 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-4
|
2013-08-05 18:19:32 +00:00
|
|
|
- Fixed doc generation
|
|
|
|
- Disabled pdf generation util texlive problems are solved in Rawhide
|
2013-08-05 16:39:00 +00:00
|
|
|
- Fixed bogus dates
|
2013-08-05 16:19:25 +00:00
|
|
|
|
2013-08-03 12:38:21 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-08-05 16:39:00 +00:00
|
|
|
* Tue Jul 16 2013 Mario Ceresa <mrceresa@fedoraproject.org> - 2.2.4-2
|
2019-02-17 12:22:32 +00:00
|
|
|
- Add support for vtk 6.0.0
|
2013-07-16 07:34:16 +00:00
|
|
|
|
2013-07-12 19:30:19 +00:00
|
|
|
* Fri Jul 12 2013 Orion Poplawski <orion@cora.nwra.com> - 2.2.4-1
|
|
|
|
- Update to 2.2.4
|
|
|
|
- Rebuild for vtk 6.0.0
|
|
|
|
|
2013-06-30 15:41:10 +00:00
|
|
|
* Sun Jun 30 2013 Bruno Wolff III <bruno@wolff.to> - 2.2.3-3
|
|
|
|
- Rebuild for poppler soname bump
|
|
|
|
|
2013-05-01 09:46:51 +00:00
|
|
|
* Wed May 1 2013 Mario Ceresa <mrceresa@fedoraproject.org> - 2.2.3-1
|
2013-04-14 13:23:51 +00:00
|
|
|
- Upgrade to 2.2.3
|
|
|
|
- Drop upstreamed patches
|
|
|
|
- Added doc package
|
|
|
|
- Various fixes to spec file
|
2013-04-19 19:30:44 +00:00
|
|
|
- Dropped pdf documentation because cmake scripts still search for pdfopt
|
2013-05-01 09:52:12 +00:00
|
|
|
|
2013-04-14 13:07:19 +00:00
|
|
|
|
2013-03-04 15:54:53 +00:00
|
|
|
* Mon Feb 4 2013 Mario Ceresa <mrceresa@fedoraproject.org> - 2.0.18-8
|
|
|
|
- Added missing BR for pdflatex
|
|
|
|
|
2013-01-26 00:59:33 +00:00
|
|
|
* Fri Jan 25 2013 Mario Ceresa <mrceresa@fedoraproject.org> - 2.0.18-7
|
|
|
|
- Rebuild (poppler-0.22.0)
|
|
|
|
|
2012-07-19 04:13:37 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-02 11:29:52 +00:00
|
|
|
* Mon Jul 2 2012 Marek Kasik <mkasik@redhat.com> - 2.0.18-5
|
|
|
|
- Rebuild (poppler-0.20.1)
|
|
|
|
|
2012-05-16 14:38:37 +00:00
|
|
|
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 2.0.18-4
|
|
|
|
- Rebuild (poppler-0.20.0)
|
|
|
|
|
2012-02-10 04:45:55 +00:00
|
|
|
* Thu Feb 09 2012 Rex Dieter <rdieter@fedoraproject.org> 2.0.18-3
|
|
|
|
- rebuild (openjpeg)
|
|
|
|
|
2012-01-13 03:03:08 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-02 14:25:37 +00:00
|
|
|
* Tue Nov 01 2011 Orion Poplawski <orion@cora.nwra.com> - 2.0.18-1
|
|
|
|
- Update to 2.0.18
|
|
|
|
- Drop upstreamed patches
|
|
|
|
- Add -DGDCM_USE_SYSTEM_CHARLS=ON
|
2011-11-02 14:44:51 +00:00
|
|
|
- Add patch to fix charls include
|
2011-11-02 14:25:37 +00:00
|
|
|
|
2011-10-28 18:16:34 +00:00
|
|
|
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.0.17-9
|
|
|
|
- rebuild(poppler)
|
|
|
|
|
2011-10-19 14:26:47 +00:00
|
|
|
* Wed Oct 19 2011 Mario Ceresa <mrceresa@fedoraproject.org> - 2.0.17-8
|
|
|
|
- Rebuild for vtk
|
|
|
|
|
2011-09-30 09:11:34 +00:00
|
|
|
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 2.0.17-7
|
|
|
|
- Rebuild (poppler-0.18.0)
|
|
|
|
|
2011-09-19 13:58:35 +00:00
|
|
|
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 2.0.17-6
|
|
|
|
- Rebuild (poppler-0.17.3)
|
|
|
|
|
2011-07-25 19:26:26 +00:00
|
|
|
* Mon Jul 25 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.0.17-5
|
|
|
|
- Rebuild for cmake
|
|
|
|
- Clean up spec to match current guidelines
|
|
|
|
|
2011-07-15 15:29:40 +00:00
|
|
|
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 2.0.17-4
|
|
|
|
- Rebuild (poppler-0.17.0)
|
|
|
|
|
2011-04-20 13:10:43 +00:00
|
|
|
* Wed Apr 20 2011 Mario Ceresa <mrceresa@fedoraproject.org> - 2.0.17-3
|
|
|
|
- Bump release
|
|
|
|
|
2011-03-27 12:37:24 +00:00
|
|
|
* Sun Mar 27 2011 Mario Ceresa mrceresa gmailcom - 2.0.17-2
|
|
|
|
- Fixed BR mysql-libs
|
|
|
|
|
2011-03-19 19:29:30 +00:00
|
|
|
* Sat Mar 19 2011 Mario Ceresa mrceresa gmailcom - 2.0.17-1
|
|
|
|
- Updated to version 2.0.17
|
|
|
|
|
2011-03-17 13:04:13 +00:00
|
|
|
* Thu Mar 17 2011 Marek Kasik <mkasik@redhat.com> - 2.0.16-17
|
|
|
|
- Fix BuildRequires
|
|
|
|
|
2011-03-13 10:55:38 +00:00
|
|
|
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 2.0.16-16
|
|
|
|
- Rebuild (poppler-0.16.3)
|
|
|
|
|
2011-02-20 15:25:39 +00:00
|
|
|
* Sun Feb 20 2011 Orion Poplawski <orion@cora.nwra.com> - 2.0.16-15
|
|
|
|
- Rebuild for new vtk with fixed sonames
|
|
|
|
|
2011-02-14 11:12:09 +00:00
|
|
|
* Mon Feb 14 2011 Mario Ceresa <mrceresa@gmail.com> - 2.0.16-13
|
|
|
|
- Adapted to new version of CharLS lib (v 1.0)
|
|
|
|
|
2011-02-08 23:27:47 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.16-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2013-08-05 16:39:00 +00:00
|
|
|
* Wed Feb 02 2011 Mario Ceresa <mrceresa@gmail.com> - 2.0.16-11
|
2011-02-02 17:20:21 +00:00
|
|
|
- Removed python bindings because they fail to build with gcc 4.6
|
|
|
|
|
2013-08-05 16:39:00 +00:00
|
|
|
* Wed Feb 02 2011 Mario Ceresa <mrceresa@gmail.com> - 2.0.16-10
|
2011-02-02 09:17:49 +00:00
|
|
|
- Added patch to fix upstream bug #3169784
|
2011-01-13 16:20:34 +00:00
|
|
|
|
2011-02-14 11:12:09 +00:00
|
|
|
* Sun Jan 02 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.0.16-11
|
2011-02-02 09:23:02 +00:00
|
|
|
- rebuild (poppler)
|
|
|
|
|
|
|
|
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.16-8
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2011-02-02 09:17:49 +00:00
|
|
|
* Mon Nov 22 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.16-7
|
|
|
|
- Fixed bug 655738
|
2010-12-15 20:30:25 +00:00
|
|
|
|
2013-08-05 16:39:00 +00:00
|
|
|
* Fri Nov 19 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.16-6
|
2010-11-19 20:01:12 +00:00
|
|
|
- Enabled VTK support
|
2010-11-06 18:08:14 +00:00
|
|
|
|
2010-10-29 09:46:23 +00:00
|
|
|
* Tue Oct 19 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.16-5
|
|
|
|
- Filtered out private python extension lib
|
|
|
|
- Added documentation
|
|
|
|
|
|
|
|
* Tue Oct 19 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.16-4
|
|
|
|
- Changed directory ownership
|
|
|
|
|
|
|
|
* Fri Oct 15 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.16-3
|
|
|
|
- Rearranged directory layout to remove version in dir names
|
|
|
|
|
|
|
|
* Sat Sep 18 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.16-2
|
|
|
|
- Added ExcludeArch for ppc and ppc64 because of a bug in doxygen
|
|
|
|
see https://bugzilla.redhat.com/show_bug.cgi?id=566725#c9
|
|
|
|
|
|
|
|
* Sat Sep 18 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.16-1
|
|
|
|
- Updated to release 2.0.16
|
|
|
|
- Removed patch "stack_namespace" and "poppler_breaks_api" because
|
|
|
|
already included upstream
|
|
|
|
- Added swig and texlive-pdflatex to BuildRequires
|
|
|
|
- Moved python files to a separate package
|
|
|
|
|
|
|
|
* Sun Apr 11 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.14-5
|
|
|
|
- Fixed some issues pointed out by Martin Gieseking. In details:
|
|
|
|
- BR to build documentation (tex + graphviz)
|
|
|
|
- Changed man page inclusion
|
|
|
|
- Fixed changelog format
|
|
|
|
- Removed VTK support because cmake 2.8 is needed to recognize vtk 5.4!
|
|
|
|
- Fixed python support
|
|
|
|
|
|
|
|
* Thu Mar 25 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.14-4
|
|
|
|
- Added VTK support
|
|
|
|
- Added python support
|
|
|
|
|
2013-08-05 16:39:00 +00:00
|
|
|
* Sun Mar 21 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.14-3
|
2010-10-29 09:46:23 +00:00
|
|
|
- Added BuildRequires fontconfig-devel
|
|
|
|
- Fixed lib /lib64 issue with base CMakeLists.txt
|
|
|
|
|
|
|
|
* Mon Mar 15 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.14-2
|
|
|
|
- Added BuildRequires CharLS-devel
|
|
|
|
|
|
|
|
* Wed Feb 17 2010 Mario Ceresa <mrceresa@gmail.com> 2.0.14
|
|
|
|
- Initial RPM Release
|
|
|
|
|