Ai
13 Star 0 Fork 12

src-openEuler/lcms2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lcms2.spec 2.56 KB
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2025-02-10 22:35 +08:00 . 2.17
Name: lcms2
Version: 2.17
Release: 1
Summary: Color Management Engine
License: MIT
URL: https://www.littlecms.com
Source0: https://github.com/mm2/Little-CMS/releases/download/lcms%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc libjpeg-devel libtiff-devel zlib-devel
%description
LittleCMS intends to be an OPEN SOURSE small-footprint color management
engine,with special focus on accuracy and performence.It uses the
International Color Consortium standard (ICC), which is the modern
standard when regarding to color management. The ICC specification
is widely used and is referred to in many International and other
de-facto standards.
%package utils
Summary: Utility applications for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description utils
The %{name}-utils package contains utility applications for %{name}.
%package devel
Summary: Development files for LittleCMS
Requires: %{name}%{?_isa} = %{version}-%{release}
Provides: littlecms-devel = %{version}-%{release}
%description devel
Development files for LittleCMS.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%disable_rpath
%make_build
%install
%make_install
%delete_la
%check
%make_build check -k ||:
%files
%doc AUTHORS
%doc ChangeLog
%doc README*
%license LICENSE
%{_libdir}/liblcms2.so.2*
%files utils
%{_bindir}/*
%files devel
%{_includedir}/lcms2*.h
%{_libdir}/*.a
%{_libdir}/liblcms2.so
%{_libdir}/pkgconfig/*.pc
%files help
%{_mandir}/man?/*
%changelog
* Mon Feb 10 2025 Funda Wang <fundawang@yeah.net> - 2.17-1
- update to version 2.17
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 2.16-1
- update to version 2.16
* Wed Jul 19 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.15-1
- update to 2.15
* Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 2.13.1-2
- update Source0
* Tue Aug 2 2022 tianlijing <tianlijing@kylinos.cn> - 2.13.1-1
- update to 2.13.1
* Fri Dec 03 2021 wangkerong <wangkerong@huawei.com> - 2.12-1
- update to 2.12
* Thu Sep 10 2020 zhanzhimin <zhanzhimin@huawei.com> - 2.11-2
- update source
* Thu Jul 23 2020 hanhui <hanhui15@huawei.com> - 2.11-1
- update to 2.11
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.9-7
- Type:NA
- Id:NA
- SUG:NA
- DESC:update tarball
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.9-6
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:Recovery utils package for lcms2
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.9-5
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/lcms2.git
git@gitee.com:src-openeuler/lcms2.git
src-openeuler
lcms2
lcms2
master

搜索帮助