From b289425a6cb2038a418c53160bfeec6b294822dc Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 28 Mar 2017 10:08:42 +0900 Subject: [PATCH] Add license file - 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/zlib.spec b/packaging/zlib.spec index c2723b0..2cfc5e1 100644 --- a/packaging/zlib.spec +++ b/packaging/zlib.spec @@ -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 -- 2.7.4