2010-06-21 08:00:51 +00:00
|
|
|
Name: lcms2
|
2023-03-02 10:55:27 +00:00
|
|
|
Version: 2.15
|
|
|
|
Release: %autorelease
|
2010-06-21 08:00:51 +00:00
|
|
|
Summary: Color Management Engine
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.littlecms.com/
|
2016-03-09 16:24:58 +00:00
|
|
|
Source0: http://www.littlecms.com/lcms2-%{version}.tar.gz
|
2010-06-21 08:00:51 +00:00
|
|
|
|
2023-03-02 10:55:27 +00:00
|
|
|
Patch1: 360.patch
|
|
|
|
|
2018-02-19 15:20:03 +00:00
|
|
|
BuildRequires: gcc
|
2010-06-21 08:00:51 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: zlib-devel
|
2023-03-02 10:55:27 +00:00
|
|
|
BuildRequires: meson
|
2010-06-21 08:00:51 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
LittleCMS intends to be a small-footprint, speed optimized color management
|
|
|
|
engine in open source form. LCMS2 is the current version of LCMS, and can be
|
|
|
|
parallel installed with the original (deprecated) lcms.
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
Summary: Utility applications for %{name}
|
2016-03-09 16:24:58 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2010-06-21 08:00:51 +00:00
|
|
|
|
|
|
|
%description utils
|
|
|
|
The %{name}-utils package contains utility applications for %{name}.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for LittleCMS
|
2016-03-09 16:24:58 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2010-06-21 08:00:51 +00:00
|
|
|
Provides: littlecms-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for LittleCMS.
|
|
|
|
|
|
|
|
%prep
|
2018-09-18 15:30:48 +00:00
|
|
|
%autosetup -p1
|
2016-03-09 16:24:58 +00:00
|
|
|
|
2010-06-21 08:00:51 +00:00
|
|
|
%build
|
2023-03-02 10:55:27 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2010-06-21 08:00:51 +00:00
|
|
|
|
|
|
|
%install
|
2023-03-02 10:55:27 +00:00
|
|
|
%meson_install
|
2016-03-09 16:24:58 +00:00
|
|
|
|
|
|
|
%check
|
2023-03-02 10:55:27 +00:00
|
|
|
%meson_test
|
2010-06-21 08:00:51 +00:00
|
|
|
|
|
|
|
%files
|
2016-03-09 16:24:58 +00:00
|
|
|
%doc AUTHORS
|
2022-02-16 15:15:21 +00:00
|
|
|
%doc ChangeLog
|
|
|
|
%doc README*
|
2016-03-09 16:24:58 +00:00
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/liblcms2.so.2*
|
2010-06-21 08:00:51 +00:00
|
|
|
|
|
|
|
%files utils
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%files devel
|
2016-03-09 16:24:58 +00:00
|
|
|
%{_includedir}/lcms2*.h
|
|
|
|
%{_libdir}/liblcms2.so
|
|
|
|
%{_libdir}/pkgconfig/lcms2.pc
|
2010-06-21 08:00:51 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-03-02 10:55:27 +00:00
|
|
|
%autochangelog
|