List the whole SONAME in the files section

This is recommended by the packaging guidelines to help spot soname
bumps early on.
This commit is contained in:
Ondřej Lysoněk 2020-01-27 18:41:39 +01:00
parent 02d1f00086
commit f58ae2b2da

View File

@ -79,7 +79,8 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
%doc CHANGELOG.md
%{_bindir}/speak-ng
%{_bindir}/espeak-ng
%{_libdir}/libespeak-ng.so.*
%{_libdir}/libespeak-ng.so.1
%{_libdir}/libespeak-ng.so.1.*
%{_datadir}/espeak-ng-data
%{_mandir}/man1/speak-ng.1.gz
%{_mandir}/man1/espeak-ng.1.gz