1 Star 0 Fork 1

brucezhang/libdicom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libdicom.spec 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
brucezhang 提交于 2025-01-06 15:52 +08:00 . Fix CVE-2024-24793, CVE-2024-24794
Name: libdicom
Version: 1.1.0
Release: 1%{?dist}
Summary: C library and tools for reading DICOM data sets
License: MIT
URL: https://github.com/ImagingDataCommons/%{name}
Source0: https://github.com/ImagingDataCommons/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: meson
BuildRequires: pkgconfig(check)
BuildRequires: uthash-static
%description
libdicom is a C library and a set of tools for reading files that
follow the DICOM medical imaging standard. It allows random access to
individual frame items of Pixel Data elements, permitting efficient
processing of large DICOM images.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package doc
Summary: Documentation for %{name}
BuildArch: noarch
%description doc
The %{name}-doc package contains documentation for developing
applications that use %{name}.
%package tools
Summary: Tools for decoding DICOM files
%description tools
The %{name}-tools package contains tools for decoding DICOM files.
%prep
%autosetup
%build
%meson
%meson_build
mv doc/source doc/text
rm doc/text/conf.py
%install
%meson_install
%check
%meson_test
%files
%license LICENSE
%{_libdir}/%{name}.so.1{,.*}
%files devel
%{_includedir}/dicom
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%files doc
%license LICENSE
%doc README.md doc/text
%files tools
%{_bindir}/dcm-*
%{_mandir}/man1/dcm-*.1*
%changelog
* Mon Jan 06 2025 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.0-1
- [Type] security
- [DESC] Fix CVE-2024-24793, CVE-2024-24794
* Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.5-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbrucezhang/libdicom.git
git@gitee.com:bbrucezhang/libdicom.git
bbrucezhang
libdicom
libdicom
master

搜索帮助