Change-Id: Ie40410acbac7c7b5ba418a566e2fd0aa737b3bb2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
@ONLY
)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc DESTINATION ${LIBDIR}/pkgconfig)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license RENAME capi-ui-inputmethod-manager)
IF(UNIX)
%install
rm -rf %{buildroot}
%make_install
-mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
%post -p /sbin/ldconfig
%files
%manifest capi-ui-inputmethod-manager.manifest
%{_libdir}/libcapi-ui-inputmethod-manager.so*
-/usr/share/license/capi-ui-inputmethod-manager
+%license LICENSE
%files devel
%{_includedir}/inputmethod_manager*.h