ImageMagick is not intended to be on RHEL >= 8 (just on EPEL)

This commit is contained in:
Sérgio M. Basto 2022-05-20 20:30:04 +01:00
parent ba257d87b4
commit 972e7d222a

View File

@ -4,7 +4,7 @@
Name: pstoedit
Version: 3.78
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Translates PostScript and PDF graphics into other vector formats
License: GPLv2+
URL: http://www.pstoedit.net
@ -23,7 +23,9 @@ BuildRequires: ghostscript
BuildRequires: plotutils-devel
BuildRequires: %{?dts}gcc-c++, %{?dts}gcc
BuildRequires: libzip-devel
%if ! (0%{?rhel} >= 8)
BuildRequires: ImageMagick-c++-devel
%endif
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: libEMF-devel
%endif
@ -96,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/pstoedit
%changelog
* Fri May 20 2022 Sérgio Basto <sergio@serjux.com> - 3.78-4
- ImageMagick is not intended to be on RHEL >= 8 (just on EPEL)
* Wed May 11 2022 Sérgio Basto <sergio@serjux.com> - 3.78-3
- Fix commit dfc84e9 but ImageMagick is now available on EPEL 8 and
EPEL 9