Fix wrong symbolic link path 14/47914/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150910.070551 accepted/tizen/tv/20150910.070605 accepted/tizen/wearable/20150910.070626 submit/tizen/20150910.040535 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
authorSemun Lee <sm79.lee@samsung.com>
Thu, 10 Sep 2015 03:51:30 +0000 (12:51 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Thu, 10 Sep 2015 03:51:30 +0000 (12:51 +0900)
Change-Id: I7134b803f21357532443a08cbff779a2ab2691cd
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
packaging/message-port.spec
src/CMakeLists.txt

index 89d8ce7..2073453 100644 (file)
@@ -55,7 +55,7 @@ rm -rf %{buildroot}
 %files
 %manifest %{name}.manifest
 %attr(0644,root,root) %{_libdir}/lib%{name}.so.*
-%attr(0644,root,root) %{_libdir}/libcapi-message-port.so
+%attr(0644,root,root) %{_libdir}/libcapi-message-port.so.*
 %license LICENSE.APLv2
 
 %files devel
index c5fda02..6ad05d0 100755 (executable)
@@ -53,7 +53,7 @@ SET(PC_REQUIRED ${${this_target}_requires})
 
 ADD_CUSTOM_COMMAND(
            TARGET ${this_target} POST_BUILD
-           COMMAND ln -s ${LIBRARY_OUTPUT_PATH}/libmessage-port.so.${MAJORVER} ${LIBRARY_OUTPUT_PATH}/libcapi-message-port.so)
+           COMMAND ln -s ./libmessage-port.so.${MAJORVER} ${LIBRARY_OUTPUT_PATH}/libcapi-message-port.so.${MAJORVER})
 
 CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/${this_target}.pc.in ${CMAKE_SOURCE_DIR}/${this_target}.pc @ONLY)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/${this_target}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)