Change-Id: Iafda33763a018e48cb712d09403420300f017efb
Signed-off-by: Youngjae Shin <yj99.shin@samsung.com>
# install
INSTALL(TARGETS imcmodem-plugin
LIBRARY DESTINATION ${LIBDIR}/telephony/plugins)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license RENAME tel-plugin-imcmodem)
%install
%make_install
-mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
%files
%manifest tel-plugin-imcmodem.manifest
%defattr(644,system,system,-)
%{_libdir}/telephony/plugins/*
-/usr/share/license/%{name}
+%license LICENSE