From 4e79362c782acf734e0d2e5a7d04abb48f3dc17b Mon Sep 17 00:00:00 2001 From: Jiyong Min Date: Tue, 7 Dec 2021 13:43:13 +0900 Subject: [PATCH] Bump to 2.12 with build option Change-Id: I99cd3cf740742814b8d430b685071dc7d3a13c8a --- packaging/lcms2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/lcms2.spec b/packaging/lcms2.spec index a048852..b295fc5 100644 --- a/packaging/lcms2.spec +++ b/packaging/lcms2.spec @@ -4,7 +4,7 @@ Summary: Little CMS Engine - A color managment library and tools License: MIT Group: Graphics/Libraries Url: http://www.littlecms.com/ -Version: 2.4 +Version: 2.12 Release: 0 BuildRequires: libjpeg-devel BuildRequires: libtiff-devel @@ -45,7 +45,7 @@ cp %{SOURCE1001} . chmod a-x doc/* COPYING AUTHORS %build -%configure --disable-static +%configure --without-threads make %{?_smp_flags} %install @@ -58,7 +58,7 @@ make %{?_smp_flags} %files %manifest %{name}.manifest %defattr(-,root,root) -%license COPYING +%license COPYING %{_bindir}/* %files -n libcms2 -- 2.7.4