Add license macro for library package 91/88691/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 20 Sep 2016 08:38:39 +0000 (17:38 +0900)
committerDonghun Kwak <dh0128.kwak@samsung.com>
Tue, 20 Sep 2016 08:39:57 +0000 (01:39 -0700)
[Model] ALL
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] license file does not exist at library packages
[Cause & Measure] Add license
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: I4cc1250017b5215a4b7f8fa9699deadf520c7499
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/util-linux.spec

index 5a2aacd..4c90562 100644 (file)
@@ -53,6 +53,7 @@ mount program, the fdisk configuration tool, and more.
 %package -n libblkid
 Summary:        Filesystem detection library
 Group:          Base/File Systems
+License:        LGPL-2.1
 
 %description -n libblkid
 Library for filesystem detection.
@@ -78,6 +79,7 @@ SMP systems.
 %package -n libuuid
 Summary:        Library to generate UUIDs
 Group:          Base/File Systems
+License:        BSD-2.0
 
 %description -n libuuid
 A library to generate universally unique IDs (UUIDs).
@@ -94,6 +96,7 @@ unique IDs (UUIDs).
 %package -n libmount
 Summary:        Device mount library
 Group:          Base/File Systems
+License:        LGPL-2.1
 
 %description -n libmount
 Library designed to be used in low-level utils like
@@ -110,6 +113,7 @@ Files to develop applications using the libmount library.
 %package -n libsmartcols
 Summary:        Library for printing data in various formats
 Group:          Base/File Systems
+License:        LGPL-2.1
 
 %description -n libsmartcols
 This library allows to print data in tables, trees or
@@ -126,6 +130,7 @@ Files to develop applications using the libsmartcols library.
 %package -n libfdisk1
 Summary:        Filesystem detection library
 Group:          System/Filesystems
+License:        LGPL-2.1
 
 %description -n libfdisk1
 Library for filesystem detection.
@@ -365,6 +370,7 @@ rm -rf %{buildroot}/%{_mandir}/ru
 %{_sbindir}/zramctl
 
 %files -n libblkid
+%license Documentation/licenses/COPYING.LGPLv2.1
 %manifest %{name}.manifest
 %defattr(-, root, root)
 /%{_libdir}/libblkid.so.1
@@ -380,6 +386,7 @@ rm -rf %{buildroot}/%{_mandir}/ru
 
 %files -n libmount
 %manifest %{name}.manifest
+%license Documentation/licenses/COPYING.LGPLv2.1
 %defattr(-, root, root)
 /%{_libdir}/libmount.so.1
 /%{_libdir}/libmount.so.1.*
@@ -402,6 +409,7 @@ rm -rf %{buildroot}/%{_mandir}/ru
 
 %files -n libuuid
 %manifest %{name}.manifest
+%license Documentation/licenses/COPYING.BSD-3
 %defattr(-, root, root)
 /%{_libdir}/libuuid.so.1
 /%{_libdir}/libuuid.so.1.*
@@ -416,6 +424,7 @@ rm -rf %{buildroot}/%{_mandir}/ru
 
 %files -n libsmartcols
 %manifest %{name}.manifest
+%license Documentation/licenses/COPYING.LGPLv2.1
 %defattr(-, root, root)
 %{_libdir}/libsmartcols.so.1
 %{_libdir}/libsmartcols.so.1.*
@@ -430,6 +439,7 @@ rm -rf %{buildroot}/%{_mandir}/ru
 
 %files -n libfdisk1
 %manifest %{name}.manifest
+%license Documentation/licenses/COPYING.LGPLv2.1
 %defattr(-, root, root)
 %{_libdir}/libfdisk.so.1
 %{_libdir}/libfdisk.so.1.*