Remove capi-rpc-port pkgconfig and so files 61/173061/6
authorInkyun Kil <inkyun.kil@samsung.com>
Mon, 19 Mar 2018 09:49:58 +0000 (18:49 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Wed, 4 Apr 2018 06:32:41 +0000 (15:32 +0900)
Change-Id: Icd5ae094abad4b42ba518c654be2a32fa765fee2
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
CMakeLists.txt
capi-rpc-port.pc.in [deleted file]
packaging/rpc-port.spec

index 74d68ba..af6b846 100644 (file)
@@ -47,14 +47,9 @@ SET(PC_REQUIRED ${${this_target}_requires})
 
 ## OUTPUT PATHS
 SET(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/cmake_build_tmp/output)
-ADD_CUSTOM_COMMAND(
-           TARGET ${this_target} POST_BUILD
-           COMMAND ln -s ./librpc-port.so.${MAJORVER} ${LIBRARY_OUTPUT_PATH}/libcapi-rpc-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)
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/capi-${this_target}.pc.in ${CMAKE_SOURCE_DIR}/capi-${this_target}.pc @ONLY)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/capi-${this_target}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
 
 INSTALL(TARGETS ${this_target} DESTINATION ${LIB_INSTALL_DIR})
 
diff --git a/capi-rpc-port.pc.in b/capi-rpc-port.pc.in
deleted file mode 100644 (file)
index 70f43da..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-# Package Information for pkg-config
-
-prefix=@PREFIX@
-exec_prefix=/usr
-libdir=@LIB_INSTALL_DIR@
-includedir=@INCLUDE_INSTALL_DIR@/rpc-port
-
-Name: capi-rpc-port
-Description: @PACKAGE_DESCRIPTION@
-Version: @VERSION@
-Libs: -L${libdir} -lrpc-port
-Cflags: -I${includedir}
index 2d4e9e2..34f99f7 100755 (executable)
@@ -24,9 +24,6 @@ Requires(postun): /sbin/ldconfig
 
 Requires: amd-mod-rpc-port
 
-Provides: capi-rpc-port
-Provides: libcapi-rpc-port.so.1
-
 %description
 RPC Port library package.
 
@@ -61,7 +58,6 @@ rm -rf %{buildroot}
 %files
 %manifest %{name}.manifest
 %attr(0644,root,root) %{_libdir}/lib%{name}.so.*
-%attr(0644,root,root) %{_libdir}/libcapi-rpc-port.so.*
 %license LICENSE.APLv2
 
 %files devel