diff --git a/colord.spec b/colord.spec index 639244b..41aa309 100644 --- a/colord.spec +++ b/colord.spec @@ -7,19 +7,10 @@ # popping up all over the place. %define enable_sane 0 -# Don't build the print profiles for secondary architectures on the -# logic that these are probably not doing press proofing or editing -# in different CMYK spaces -%ifarch %{ix86} x86_64 %{arm} - %if !0%{?rhel} - %define build_print_profiles %{?enable_print_profiles} - %endif -%endif - Summary: Color daemon Name: colord Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ URL: https://www.freedesktop.org/software/colord/ Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz @@ -43,9 +34,6 @@ BuildRequires: meson %if !0%{?rhel} BuildRequires: bash-completion %endif -%if !0%{?rhel} -BuildRequires: argyllcms -%endif # for SANE support %if 0%{?enable_sane} @@ -125,11 +113,7 @@ ulimit -Sv 2000000 %meson \ -Dvapi=true \ -Dinstalled_tests=true \ -%if 0%{?build_print_profiles} - -Dprint_profiles=true \ -%else -Dprint_profiles=false \ -%endif %if 0%{?enable_sane} -Dsane=true \ %endif @@ -213,11 +197,6 @@ exit 0 %{_icccolordir}/colord/SMPTE-C-RGB.icc %{_icccolordir}/colord/sRGB.icc -# so we can display at least something in the default dropdown -%if 0%{?build_print_profiles} -%{_icccolordir}/colord/FOGRA39L_coated.icc -%endif - # monitor test profiles %{_icccolordir}/colord/Bluish.icc @@ -236,20 +215,6 @@ exit 0 %{_libdir}/girepository-1.0/*.typelib %files extra-profiles -%if 0%{?build_print_profiles} -%{_icccolordir}/colord/FOGRA27L_coated.icc -%{_icccolordir}/colord/FOGRA28L_webcoated.icc -%{_icccolordir}/colord/FOGRA29L_uncoated.icc -%{_icccolordir}/colord/FOGRA30L_uncoated_yellowish.icc -%{_icccolordir}/colord/FOGRA40L_SC_paper.icc -%{_icccolordir}/colord/FOGRA45L_lwc.icc -%{_icccolordir}/colord/FOGRA47L_uncoated.icc -%{_icccolordir}/colord/GRACoL*.icc -%{_icccolordir}/colord/IFRA26S_2004_newsprint.icc -%{_icccolordir}/colord/SNAP*.icc -%{_icccolordir}/colord/SWOP*.icc -%endif - # other colorspaces not often used %{_icccolordir}/colord/AppleRGB.icc %{_icccolordir}/colord/BestRGB.icc @@ -291,6 +256,9 @@ exit 0 %{_datadir}/installed-tests/colord/* %changelog +* Thu Jan 23 2019 Richard Hughes 1.4.4-3 +- Remove the BR for argyllcms as it is now orphaned + * Wed Jul 24 2019 Fedora Release Engineering - 1.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild