From 1779040cb26bb5f3604832052d97ea1211afdcdc Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Feb 13 2020 23:42:49 +0000 Subject: Update build requirements for new el 8 packages. --- diff --git a/OpenImageIO.spec b/OpenImageIO.spec index 984bf0b..76bd656 100644 --- a/OpenImageIO.spec +++ b/OpenImageIO.spec @@ -13,7 +13,7 @@ Source0: https://github.com/%{name}/oiio/archive/Release-%{version}/%{nam # Needed until LibRaw is available on s390x and aarch64 %if 0%{?rhel} >= 8 -ExclusiveArch: x86_64 ppc64le +#ExclusiveArch: x86_64 ppc64le %endif BuildRequires: cmake gcc-c++ @@ -31,16 +31,14 @@ BuildRequires: hdf5-devel # Not currently in epel8 %if ! 0%{?rhel} >= 8 BuildRequires: dcmtk-devel -# https://bugzilla.redhat.com/show_bug.cgi?id=1741795 -BuildRequires: txt2man %endif +BuildRequires: txt2man BuildRequires: zlib-devel BuildRequires: jasper-devel BuildRequires: pugixml-devel BuildRequires: opencv-devel BuildRequires: LibRaw-devel BuildRequires: openssl-devel -# New build requirements for 2.0 BuildRequires: robin-map-devel BuildRequires: pybind11-devel @@ -48,7 +46,7 @@ BuildRequires: pybind11-devel # If an ABI incompatible update is done in one, the other also needs to be # rebuilt. # Temporarily disable for bootstrap build. -#BuildRequires: OpenColorIO-devel +BuildRequires: OpenColorIO-devel %description @@ -66,7 +64,7 @@ classes, utilities, and applications. Main features include: %package -n python3-openimageio Summary: Python 3 bindings for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -%{?python_provide:%python_provide python3-%{srcname}} +%{?python_provide:%python_provide python3-openimageio} %description -n python3-openimageio Python bindings for %{name}.