Fix string quoting for rpm >= 4.16

This commit is contained in:
Björn Esser 2020-04-02 12:58:46 +02:00
parent c711f74cfd
commit 018885023d
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ mv h4config.h.tmp h4config.h
popd
#Fixup headers and scripts for multiarch
%if %{_lib} == lib64
%if "%{_lib}" == "lib64"
#sed -i -e s/H5pubconf.h/H5pubconf-64.h/ %{buildroot}%{_includedir}/H5public.h
#mv %{buildroot}%{_includedir}/H5pubconf.h \
#%{buildroot}%{_includedir}/H5pubconf-64.h