From f77c1fbea2a80cf2c1e41b892c670df6d21fdee4 Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Tue, 28 Mar 2017 00:06:18 +0900 Subject: [PATCH] License: add license files Signed-off-by: INSUN PYO Change-Id: Id31169a580d53f29a42e50cb7f85f6cbd14afd7f --- packaging/tizen-platform-config.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/tizen-platform-config.spec b/packaging/tizen-platform-config.spec index 7583841..f816d96 100644 --- a/packaging/tizen-platform-config.spec +++ b/packaging/tizen-platform-config.spec @@ -166,17 +166,17 @@ HOME="$saveHOME" %files %manifest %{name}.manifest -%license LICENSE +%license LICENSE LICENSE.LGPL-2.0 %config %{_sysconfdir}/tizen-platform.conf %{_datadir}/upgrade/scripts/* %files -n %{libname} %manifest %{name}.manifest +%license LICENSE.LGPL-2.0 %{_libdir}/*.so.* %files -n %{libname}-devel %manifest %{name}.manifest -%license LICENSE %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/*.h @@ -184,4 +184,5 @@ HOME="$saveHOME" %files -n %{name}-tools %manifest %{name}.manifest +%license LICENSE.LGPL-2.0 %{_bindir}/* -- 2.7.4