Avoid accidental soname version bumps
This commit is contained in:
parent
5c9e2a9130
commit
ba5fde77a3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user