Change-Id: Icc39f5be71e8f43f093eff3b383ece00c32d21f6
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(BINDIR "${PREFIX}/sbin")
SET(DATADIR "${PREFIX}/share")
-SET(LIBDIR "${PREFIX}/lib")
+SET(LIBDIR "${PREFIX}/${LIB_PATH}")
SET(INTERFACES "${CMAKE_SOURCE_DIR}/interfaces")
SET(SRCS
Name: net-config
Summary: TIZEN Network Configuration service
-Version: 1.1.99
+Version: 1.1.100
Release: 2
Group: System/Network
License: Apache-2.0
-DTIZEN_WEARABLE=1 \
-DTIZEN_CAPTIVE_PORTAL=1 \
%endif
+ -DLIB_PATH=%{_lib} \
.
make %{?_smp_mflags}
%files plugin-headed
%manifest net-config.manifest
%attr(500,root,root) %{_libdir}/net-config-plugin-headed.so
-