From f58ae2b2dae963ccd1232e74142ebae305612500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Mon, 27 Jan 2020 18:41:39 +0100 Subject: [PATCH] List the whole SONAME in the files section This is recommended by the packaging guidelines to help spot soname bumps early on. --- espeak-ng.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/espeak-ng.spec b/espeak-ng.spec index d7ae6b4..64c5b05 100644 --- a/espeak-ng.spec +++ b/espeak-ng.spec @@ -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