Add license file 59/121359/1 tizen
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 28 Mar 2017 01:08:42 +0000 (10:08 +0900)
committerDonghun Kwak <dh0128.kwak@samsung.com>
Tue, 28 Mar 2017 01:09:23 +0000 (18:09 -0700)
 - Add license file all packages
[Model] ALL
[BinType] AP
[Customer] OPEN

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

[Problem] license file does not exist at package
[Cause & Measure] add license file at each package
[Checking Method] N/A

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

Change-Id: I1c03e81e756532198d650a1a1d487035fd941b7f

packaging/zlib.spec

index c2723b0..2cfc5e1 100644 (file)
@@ -131,7 +131,7 @@ popd
 %manifest %{name}.manifest
 %defattr(-,root,root)
 %doc README
-%license README
+%license LICENSE
 %{_mandir}/man3/zlib.3.gz
 %{_includedir}/zlib.h
 %{_includedir}/zconf.h
@@ -142,14 +142,17 @@ popd
 %files devel-static
 %manifest %{name}.manifest
 %defattr(-,root,root)
+%license LICENSE
 %{_libdir}/libz.a
 
 %files -n minizip
 %manifest %{name}.manifest
+%license LICENSE
 %{_libdir}/libminizip.so.*
 
 %files -n minizip-devel
 %manifest %{name}.manifest
+%license LICENSE
 %{_includedir}/minizip/*.h
 %{_libdir}/libminizip.so
 %{_libdir}/pkgconfig/minizip.pc