Remove the BR for argyllcms as it is now orphaned
This commit is contained in:
parent
037ba6f7de
commit
4d7879149d
40
colord.spec
40
colord.spec
@ -7,19 +7,10 @@
|
|||||||
# popping up all over the place.
|
# popping up all over the place.
|
||||||
%define enable_sane 0
|
%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
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 1.4.4
|
Version: 1.4.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://www.freedesktop.org/software/colord/
|
URL: https://www.freedesktop.org/software/colord/
|
||||||
Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||||
@ -43,9 +34,6 @@ BuildRequires: meson
|
|||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
%endif
|
%endif
|
||||||
%if !0%{?rhel}
|
|
||||||
BuildRequires: argyllcms
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# for SANE support
|
# for SANE support
|
||||||
%if 0%{?enable_sane}
|
%if 0%{?enable_sane}
|
||||||
@ -125,11 +113,7 @@ ulimit -Sv 2000000
|
|||||||
%meson \
|
%meson \
|
||||||
-Dvapi=true \
|
-Dvapi=true \
|
||||||
-Dinstalled_tests=true \
|
-Dinstalled_tests=true \
|
||||||
%if 0%{?build_print_profiles}
|
|
||||||
-Dprint_profiles=true \
|
|
||||||
%else
|
|
||||||
-Dprint_profiles=false \
|
-Dprint_profiles=false \
|
||||||
%endif
|
|
||||||
%if 0%{?enable_sane}
|
%if 0%{?enable_sane}
|
||||||
-Dsane=true \
|
-Dsane=true \
|
||||||
%endif
|
%endif
|
||||||
@ -213,11 +197,6 @@ exit 0
|
|||||||
%{_icccolordir}/colord/SMPTE-C-RGB.icc
|
%{_icccolordir}/colord/SMPTE-C-RGB.icc
|
||||||
%{_icccolordir}/colord/sRGB.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
|
# monitor test profiles
|
||||||
%{_icccolordir}/colord/Bluish.icc
|
%{_icccolordir}/colord/Bluish.icc
|
||||||
|
|
||||||
@ -236,20 +215,6 @@ exit 0
|
|||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
|
|
||||||
%files extra-profiles
|
%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
|
# other colorspaces not often used
|
||||||
%{_icccolordir}/colord/AppleRGB.icc
|
%{_icccolordir}/colord/AppleRGB.icc
|
||||||
%{_icccolordir}/colord/BestRGB.icc
|
%{_icccolordir}/colord/BestRGB.icc
|
||||||
@ -291,6 +256,9 @@ exit 0
|
|||||||
%{_datadir}/installed-tests/colord/*
|
%{_datadir}/installed-tests/colord/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 23 2019 Richard Hughes <richard@hughsie.com> 1.4.4-3
|
||||||
|
- Remove the BR for argyllcms as it is now orphaned
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user