remove unnecessary .so symlink

This commit is contained in:
Miroslav Lichvar 2023-05-11 14:39:26 +02:00
parent 83cea8cd98
commit e7baf133a1

View File

@ -176,6 +176,8 @@ install -p -m 0755 gpsinit %{buildroot}%{_sbindir}
sed -i '/^#!.*python/d' %{buildroot}%{python3_sitearch}/gps/{aio,}gps.py
chmod 644 %{buildroot}%{python3_sitearch}/gps/gps.py
rm -f %{buildroot}%{_libdir}/libgpsdpacket.so
# If qt build was disabled, clean up the files that may have been installed
# anyway
%if !%{with_qt}