From 23a481bc491a25dd05ac7fac2516fc5a649226bc Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 27 Mar 2017 16:51:38 +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: I477f9fe0c6bee7321ce6d8b6f9ef46151366bc54 --- packaging/file.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/file.spec b/packaging/file.spec index 08cffa1..58dd4d0 100644 --- a/packaging/file.spec +++ b/packaging/file.spec @@ -99,12 +99,13 @@ unset LD_LIBRARY_PATH %files -n libmagic %manifest %{name}.manifest %defattr (644,root,root,755) -%license COPYING +%license COPYING %{_libdir}/lib*.so.* %files -n libmagic-data %manifest %{name}.manifest %defattr (644,root,root,755) +%license COPYING %config(noreplace) %{_sysconfdir}/magic #%%{_miscdir}/magic %{_miscdir}/magic.mgc @@ -116,7 +117,7 @@ unset LD_LIBRARY_PATH %{nil %{_bindir}/dcore} %attr(755,root,root) %{_bindir}/file %doc %{_mandir}/man1/file.1.gz -%license COPYING +%license COPYING %files -n file-devel %manifest %{name}.manifest -- 2.7.4