Clarify license declaration for each package 08/264208/3 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211029.012844 accepted/tizen/unified/20210915.001817 submit/tizen/20210914.114138 submit/tizen_6.5/20211028.163401 tizen_6.5.m2_release
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 14 Sep 2021 11:39:37 +0000 (20:39 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 14 Sep 2021 11:40:54 +0000 (20:40 +0900)
Change-Id: Ica926ecfdaa2844db562a901310be8c7c05880a8
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/fuse.spec

index 41b6f2a..6da60ba 100644 (file)
@@ -50,6 +50,7 @@ http://fuse.sourceforge.net/wiki
 
 %package -n libulockmgr
 Summary:        Library of FUSE, the User space File System for GNU/Linux and BSD
+License:        LGPL-2.1
 
 %description -n libulockmgr
 With FUSE, a user space program can export a file system through the
@@ -57,6 +58,7 @@ kernel-default (Linux kernel).
 
 %package -n libfuse
 Summary:        Library of FUSE, the User space File System for GNU/Linux and BSD
+License:        LGPL-2.1
 
 %description -n libfuse
 With FUSE, a user space program can export a file system through the
@@ -72,6 +74,7 @@ http://fuse.sourceforge.net/wiki
 
 %package devel
 Summary:        Development package for FUSE (userspace filesystem) modules
+License:        LGPL-2.1
 Requires:       fuse = %{version}
 Requires:       glibc-devel
 Requires:       libfuse = %{version}
@@ -139,6 +142,7 @@ rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
 %files devel
 %manifest %{name}.manifest
 %defattr(-,root,root)
+%license COPYING.LIB
 %{_libdir}/libfuse.so
 %{_libdir}/libulockmgr.so
 %{_includedir}/fuse.h