Move .so namelinks to the devel package 01/131401/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 29 May 2017 03:46:46 +0000 (12:46 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 29 May 2017 03:52:36 +0000 (12:52 +0900)
Change-Id: I4d2687a85c5bc2d38fb59cf70fce76e7d3dad258
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-provider.spec

index f4988ad..e349b3b 100644 (file)
@@ -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)