revise installing a license file 10/145410/1 tizen
authorYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 08:12:01 +0000 (17:12 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 08:12:23 +0000 (17:12 +0900)
Change-Id: I1ce8f6f0dcc58d8b2d4b2dffb6be906918b7204c
Signed-off-by: Youngjae Shin <yj99.shin@samsung.com>
CMakeLists.txt
packaging/tel-plugin-imc.spec

index 4d9fae7..393e589 100644 (file)
@@ -56,6 +56,3 @@ SET_TARGET_PROPERTIES(imc-plugin PROPERTIES PREFIX "" OUTPUT_NAME imc-plugin)
 # install
 INSTALL(TARGETS imc-plugin
        LIBRARY DESTINATION ${LIBDIR}/telephony/plugins/modems)
-
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license RENAME tel-plugin-imc)
-
index f0a0f5a..6a35db1 100755 (executable)
@@ -38,10 +38,8 @@ make %{?_smp_mflags}
 
 %install
 %make_install
-mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
 
 %files
 %defattr(644,system,system,-)
 %{_libdir}/telephony/plugins/modems/*
-/usr/share/license/%{name}
+%license LICENSE
\ No newline at end of file