cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DVERSION=%{version} \
-DLIB_INSTALL_DIR=%{_libdir} \
-DUNIT_INSTALL_DIR=%{_unitdir} \
+-DDBUS_SERVICE_DIR=%{_datadir}/dbus-1/system-services \
-DTZ_SYS_RO_APP=%TZ_SYS_RO_APP \
%if 0%{?ext_feature}
-D_ENABLE_EXT_FEATURE:BOOL=ON \
%{_unitdir}/callmgr.service
%{_unitdir}/multi-user.target.wants/callmgr.service
/etc/dbus-1/system.d/callmgr.conf
+%{_datadir}/dbus-1/system-services/org.tizen.callmgr.service
%license LICENSE
/usr/share/call-manager/*
# Configuration files (dbus & smack)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/resource/callmgr.service DESTINATION ${UNITDIR})
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/resource/org.tizen.callmgr.service DESTINATION ${DBUS_SERVICE_DIR})