https://bugzilla.redhat.com/show_bug.cgi?id=1701995
--- Comment #2 from Robert-André Mauchin zebob.m@gmail.com --- Pre-review:
%if %{?_lib} == lib64 sed -i s/DESTINATION\ lib/DESTINATION\ lib64/g CMakeLists.txt %endif
→
%if 0%{?__isa_bits} == 64 sed -i s/DESTINATION\ lib/DESTINATION\ lib64/g CMakeLists.txt %endif
- In order to avoid unintentional SONAME bump, we now forbid globbing the major SONAME version, be more specific instead:
%{_libdir}/*.so.*
- Missing isa:
Requires: %{name}%{?_isa} = %{version}-%{release}
- License: Expat → License: MIT