From 21232fceb48a890f0a40d985001eb64cb75e2989 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 5 Jan 2021 12:43:39 +0100 Subject: [PATCH] Don't use ImageMagick in ELN and RHEL 8+ --- inkscape.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index 02d3a78..757992e 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -2,7 +2,7 @@ Name: inkscape Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -37,7 +37,7 @@ BuildRequires: gettext BuildRequires: gsl-devel BuildRequires: gtkmm30-devel BuildRequires: gtkspell3-devel -%if ! 0%{?flatpak} +%if ! 0%{?flatpak} && ! 0%{?rhel} >= 8 BuildRequires: ImageMagick-c++-devel %endif BuildRequires: intltool @@ -226,6 +226,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Mon Jan 04 2021 Tomas Popela - 1.0.1-3 +- Don't build with ImageMagick support in ELN/RHEL + * Fri Sep 11 2020 Kalev Lember - 1.0.1-2 - Fix appdata 1.0.1 release info