From a3caa6e9386f2145ce3c1a88216a0c628027112c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Thu, 2 Apr 2020 13:12:43 +0200 Subject: [PATCH] Fix string quoting for rpm >= 4.16 --- OpenEXR_Viewers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenEXR_Viewers.spec b/OpenEXR_Viewers.spec index 05180b2..5c537a6 100644 --- a/OpenEXR_Viewers.spec +++ b/OpenEXR_Viewers.spec @@ -79,7 +79,7 @@ This package contains documentation files for %{name}. #cp -n %{SOURCE1} exrdisplay/namespaceAlias.h #patch2 -p1 -b .header -%if %{_lib} == lib64 +%if "%{_lib}" == "lib64" sed -i -e 's|ACTUAL_PREFIX/lib/CTL|ACTUAL_PREFIX/lib64/CTL|' configure.ac %endif #Needed for patch1 and to update CTL compiler test