diff --git a/gegl04.spec b/gegl04.spec index 2f0fc9a..724f99c 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -2,7 +2,7 @@ Name: gegl04 Version: 0.4.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Graph based image processing framework # The binary is under the GPL, while the libs are under LGPL. @@ -40,12 +40,14 @@ BuildRequires: pkgconfig(librsvg-2.0) >= 2.40.6 BuildRequires: pkgconfig(libv4l2) >= 1.0.1 BuildRequires: pkgconfig(libwebp) >= 0.5.0 BuildRequires: pkgconfig(lua) >= 5.1.0 + +%if ! 0%{?rhel} %ifarch %{arm} %{ix86} x86_64 BuildRequires: pkgconfig(luajit) >= 2.0.4 %endif -%if ! 0%{?rhel} BuildRequires: pkgconfig(OpenEXR) >= 2.5.4 %endif + BuildRequires: pkgconfig(pango) >= 1.38.0 BuildRequires: pkgconfig(pangocairo) >= 1.38.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.2 @@ -140,10 +142,13 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so %{_libdir}/libgegl-npd-%{apiver}.so %{_libdir}/libgegl-sc-%{apiver}.so %{_libdir}/girepository-1.0/Gegl-%{apiver}.typelib + +%if ! 0%{?rhel} %ifarch %{arm} %{ix86} x86_64 %dir %{_datadir}/gegl-%{apiver}/ %{_datadir}/gegl-%{apiver}/lua/ %endif +%endif %files devel %{_includedir}/gegl-%{apiver}/ @@ -166,6 +171,9 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so %changelog +* Thu Apr 15 2021 Debarshi Ray - 0.4.30-2 +- Disable luajit on RHEL + * Fri Apr 02 2021 Kalev Lember - 0.4.30-1 - Update to 0.4.30