Make so executable

to make elf depgen happy on *el at least up to 9.
This commit is contained in:
Michael J Gruber 2024-02-15 16:07:51 +01:00
parent 94de866cf7
commit 8895ace52c

View File

@ -116,6 +116,8 @@ find %{buildroot}/%{_mandir} -type f -exec chmod 0644 {} \;
find %{buildroot}/%{_includedir} -type f -exec chmod 0644 {} \;
cd %{buildroot}/%{_bindir} && ln -s %{name}-x11 %{name}
chmod +x %{buildroot}/%{_libdir}/%{libname}.so.%{soname}
%files
%license COPYING
%doc README CHANGES docs/*