From 9fd0c319cb8fb9836a60f3dbdde7dfc0efb423d4 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Mon, 29 May 2017 12:46:46 +0900 Subject: [PATCH] Move .so namelinks to the devel package Change-Id: I4d2687a85c5bc2d38fb59cf70fce76e7d3dad258 Signed-off-by: Mu-Woong Lee --- packaging/context-provider.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/context-provider.spec b/packaging/context-provider.spec index f4988ad..e349b3b 100644 --- a/packaging/context-provider.spec +++ b/packaging/context-provider.spec @@ -92,7 +92,10 @@ rm -rf %{buildroot} %files %manifest packaging/%{name}.manifest -%{_libdir}/*.so* +%{_libdir}/libctx-client.so.* +%{_libdir}/libctx-server.so.* +%{_libdir}/libctx-shared.so.* +%{_libdir}/libctx-prvd-shared.so #%{_libdir}/context-service/*activity.so* %{_libdir}/context-service/*custom.so* #%{_libdir}/context-service/*sensor.so* @@ -112,6 +115,9 @@ Context Provider Shared Header (DEV) %manifest packaging/%{name}.manifest %{_includedir}/context-service/legacy/*.h %{_libdir}/pkgconfig/*.pc +%{_libdir}/libctx-client.so +%{_libdir}/libctx-server.so +%{_libdir}/libctx-shared.so # TODO TEMPORARY STATEMENT # if it is mobile or BASE2 (when we have migrated everything into BASE2, we can remove this if statement) -- 2.34.1