trousers: missing libtspi.so.1 in libtspi package

The soname of libtspi.so is "libtspi.so.1" and therefore apps
linked against that library depend on the libtspi.so.1 symlink
to find the library.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Patrick Ohly
2017-02-03 09:46:06 +01:00
committed by Armin Kuster
parent a764c5972c
commit 20f06715be
+1 -1
View File
@@ -57,6 +57,7 @@ PACKAGES = " \
"
FILES_libtspi = " \
${libdir}/*.so.1 \
${libdir}/*.so.1.2.0 \
"
FILES_libtspi-dbg = " \
@@ -69,7 +70,6 @@ FILES_libtspi-dbg = " \
FILES_libtspi-dev = " \
${includedir} \
${libdir}/*.so \
${libdir}/*.so.1 \
"
FILES_libtspi-doc = " \
${mandir}/man3 \