Avoid accidental soname version bumps

This commit is contained in:
Miro Hrončok 2019-07-31 20:23:06 +02:00
parent 5c9e2a9130
commit ba5fde77a3

View File

@ -54,7 +54,9 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
%doc ChangeLog README AUTHORS
%license COPYING
%{_bindir}/*
%{_libdir}/libimaevm.so.*
# if you need to bump the soname version, coordinate with dependent packages
%{_libdir}/libimaevm.so.1
%{_libdir}/libimaevm.so.1.0.0
%{_mandir}/man1/*
%changelog