lcms2/lcms2.spec

112 lines
2.5 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 10:54:36 -04:00
Name: lcms2
2023-12-28 15:12:14 +08:00
Version: 2.16
2023-07-19 06:56:11 +00:00
Release: 1
2019-09-30 10:54:36 -04:00
Summary: Color Management Engine
License: MIT
2023-12-28 15:12:14 +08:00
URL: https://www.littlecms.com
Source0: %{url}/%{name}-%{version}.tar.gz
2019-09-30 10:54:36 -04:00
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
2023-12-28 15:12:14 +08:00
%configure
2019-09-30 10:54:36 -04:00
%disable_rpath
%make_build
%install
%make_install
%delete_la
%check
%make_build check -k ||:
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2020-07-24 17:06:12 +08:00
%doc AUTHORS
2023-12-28 15:12:14 +08:00
%doc ChangeLog
%doc README*
%license LICENSE
2019-09-30 10:54:36 -04:00
%{_libdir}/liblcms2.so.2*
%files utils
%{_bindir}/*
%files devel
%defattr(-,root,root)
%{_includedir}/lcms2*.h
%{_libdir}/*.a
%{_libdir}/liblcms2.so
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%{_mandir}/*
%changelog
2023-12-28 15:12:14 +08:00
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 2.16-1
- update to version 2.16
2023-07-19 06:56:11 +00:00
* Wed Jul 19 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.15-1
- update to 2.15
2022-11-25 11:06:07 +00:00
* Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 2.13.1-2
- update Source0
2022-07-29 08:07:39 +08:00
* Tue Aug 2 2022 tianlijing <tianlijing@kylinos.cn> - 2.13.1-1
- update to 2.13.1
2021-12-03 11:29:23 +08:00
* Fri Dec 03 2021 wangkerong <wangkerong@huawei.com> - 2.12-1
- update to 2.12
2020-09-10 11:35:57 +08:00
* Thu Sep 10 2020 zhanzhimin <zhanzhimin@huawei.com> - 2.11-2
- update source
2020-07-24 16:50:06 +08:00
* Thu Jul 23 2020 hanhui <hanhui15@huawei.com> - 2.11-1
- update to 2.11
2019-12-31 19:23:22 +08:00
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.9-7
- Type:NA
- Id:NA
- SUG:NA
- DESC:update tarball
2019-09-30 10:54:36 -04:00
* 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