Move command line programs to applications sub-package
This commit is contained in:
parent
f80598c84d
commit
9daf857868
31
gdcm.spec
31
gdcm.spec
@ -44,13 +44,14 @@ BuildRequires: swig
|
||||
|
||||
|
||||
%description
|
||||
GDCM implements the dicom base standard part 5 that concentrates on image file
|
||||
format. Hence GDCM supports the following formats:
|
||||
- ACR-NEMA version 1 and 2 (huffman compression is not supported),
|
||||
- DICOM version 3.0, including various encodings of JPEG - lossless & lossy-,
|
||||
RLE, J2K, deflated, JPEG-LS (very experimental) (MPEG2 compression is not
|
||||
supported)
|
||||
- Papyrus V2 and V3 file headers should be readable,
|
||||
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.
|
||||
|
||||
%package doc
|
||||
Summary: Includes html documentation for gdcm
|
||||
@ -61,6 +62,15 @@ BuildArch: noarch
|
||||
You should install the gdcm-doc package if you would like to
|
||||
access upstream documentation for gdcm.
|
||||
|
||||
%package applications
|
||||
Summary: Includes command line programs for GDCM
|
||||
Group: Development/Tools
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%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.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and headers for GDCM
|
||||
@ -236,8 +246,6 @@ make test -C %{_target_platform} || exit 0
|
||||
|
||||
%files
|
||||
%doc AUTHORS Copyright.txt README.Copyright.txt README.txt
|
||||
%doc %{_mandir}/man1/*.1*
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/XML/
|
||||
@ -246,6 +254,10 @@ make test -C %{_target_platform} || exit 0
|
||||
%files doc
|
||||
%doc %{_docdir}/%{name}/html/
|
||||
|
||||
%files applications
|
||||
%{_bindir}/*
|
||||
%doc %{_mandir}/man1/*.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/*.so
|
||||
@ -263,6 +275,7 @@ make test -C %{_target_platform} || exit 0
|
||||
%changelog
|
||||
* Mon Nov 02 2015 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.1-2
|
||||
- Install *.cmake files to %{_libdir}/cmake/ directory
|
||||
- Move command line programs to applications sub-package
|
||||
|
||||
* Sat Oct 31 2015 Sebastian Pölsterl <sebp@k-d-w.org> - 2.6.1-1
|
||||
- Update to 2.6.1
|
||||
|
Loading…
Reference in New Issue
Block a user