From b54d999e83c952fdbf6cf87a7cc0cbe76b91f580 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Wed, 5 Apr 2017 16:36:51 +0900 Subject: [PATCH] Fix the nonconventional so symlink packaging Change-Id: I1ca3b24bbd3287d91488c3205614c42b00a83ed2 Signed-off-by: Mu-Woong Lee --- packaging/capi-system-sensor.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/capi-system-sensor.spec b/packaging/capi-system-sensor.spec index cfbb7f8..f02b6a6 100644 --- a/packaging/capi-system-sensor.spec +++ b/packaging/capi-system-sensor.spec @@ -50,11 +50,11 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %files %manifest packaging/capi-system-sensor.manifest -%{_libdir}/libcapi-system-sensor.so* +%{_libdir}/libcapi-system-sensor.so.* %license LICENSE.APLv2 %files devel %manifest packaging/capi-system-sensor.manifest %{_libdir}/pkgconfig/*.pc %{_includedir}/sensor/*.h -%license LICENSE.APLv2 +%{_libdir}/libcapi-system-sensor.so -- 2.34.1