automatic version update by autodist [release 3.6.7-1mamba;Mon May 16 2022]
This commit is contained in:
parent
92c654d17c
commit
f85b1c6d1d
17
dcmtk.spec
17
dcmtk.spec
@ -1,12 +1,12 @@
|
|||||||
Name: dcmtk
|
Name: dcmtk
|
||||||
Version: 3.6.6
|
Version: 3.6.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The OFFIS DICOM toolkit command line utilities
|
Summary: The OFFIS DICOM toolkit command line utilities
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://dicom.offis.de/dcmtk.php.en
|
URL: https://dicom.offis.de/dcmtk.php.en
|
||||||
Source0: git://git.dcmtk.org/dcmtk.git/DCMTK-%{version}/dcmtk-%{version}.tar.bz2
|
Source0: git://git.dcmtk.org/dcmtk.git/DCMTK-%{version}/dcmtk-%{version}.tar.bz2
|
||||||
Patch1: dcmtk-3.6.0-dcmjpls.patch
|
Patch1: dcmtk-3.6.0-dcmjpls.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -58,10 +58,10 @@ This package contains development libraries and headers for DCMTK.
|
|||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DBUILD_SHARED_LIB=ON \
|
-DBUILD_SHARED_LIB=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX=/ \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
||||||
-DDCMTK_INSTALL_ETCDIR=%{_sysconfdir}/dcmtk \
|
-DDCMTK_INSTALL_ETCDIR=%{_sysconfdir}/dcmtk \
|
||||||
-DDCMTK_INSTALL_CMKDIR=%{_libdir}/cmake/dcmtk \
|
-DDCMTK_INSTALL_CMKDIR=%{_lib}/cmake/dcmtk
|
||||||
-DDCMTK_INSTALL_LIBDIR=%{_libdir}
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -69,6 +69,9 @@ This package contains development libraries and headers for DCMTK.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
# Move configuration files from /usr/etc to /etc
|
||||||
|
mv %{buildroot}/usr/etc %{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -143,8 +146,12 @@ This package contains development libraries and headers for DCMTK.
|
|||||||
%{_libdir}/cmake/dcmtk/DCMTK*.cmake
|
%{_libdir}/cmake/dcmtk/DCMTK*.cmake
|
||||||
%dir %{_docdir}/dcmtk
|
%dir %{_docdir}/dcmtk
|
||||||
%{_docdir}/dcmtk/*
|
%{_docdir}/dcmtk/*
|
||||||
|
%{_libdir}/pkgconfig/dcmtk.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 16 2022 Automatic Build System <autodist@mambasoft.it> 3.6.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jun 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.6-1mamba
|
* Sun Jun 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.6-1mamba
|
||||||
- update to 3.6.6
|
- update to 3.6.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user