revise installing a license file 11/145411/1 tizen
authorYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 08:13:12 +0000 (17:13 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 08:13:20 +0000 (17:13 +0900)
Change-Id: Iafda33763a018e48cb712d09403420300f017efb
Signed-off-by: Youngjae Shin <yj99.shin@samsung.com>
CMakeLists.txt
packaging/tel-plugin-imcmodem.spec

index 88560b5..f1dc42b 100644 (file)
@@ -47,4 +47,3 @@ SET_TARGET_PROPERTIES(imcmodem-plugin PROPERTIES PREFIX "" OUTPUT_NAME imcmodem-
 # install
 INSTALL(TARGETS imcmodem-plugin
        LIBRARY DESTINATION ${LIBDIR}/telephony/plugins)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license RENAME tel-plugin-imcmodem)
index 7578c44..9aec1ea 100644 (file)
@@ -34,11 +34,9 @@ make %{?_smp_mflags}
 
 %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