From 3df76b561d59e95b1001b1f9d35d4ecb73021287 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 27 Mar 2017 15:48:52 +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: Ia180d4dd4422e6af0e1ce9e6be272bc73a5ed878 --- packaging/db4.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/db4.spec b/packaging/db4.spec index e1594ce..204e81c 100644 --- a/packaging/db4.spec +++ b/packaging/db4.spec @@ -147,12 +147,14 @@ rm -rf %{buildroot}%{_libdir}/tls/*.la %files %manifest %{name}.manifest %defattr(-,root,root) +%license LICENSE %{_libdir}/libdb-%{major}.%{minor}.so %{_libdir}/libdb_cxx-%{major}.%{minor}.so %files doc %manifest %{name}.manifest %defattr(-,root,root) +%license LICENSE %dir %{docdir} %doc %{docdir}/LICENSE %doc %{docdir}/README @@ -170,6 +172,7 @@ rm -rf %{buildroot}%{_libdir}/tls/*.la %files utils %manifest %{name}.manifest %defattr(-,root,root) +%license LICENSE %{_bindir}/db_archive %{_bindir}/db_checkpoint %{_bindir}/db_deadlock @@ -186,6 +189,7 @@ rm -rf %{buildroot}%{_libdir}/tls/*.la %files devel %manifest %{name}.manifest %defattr(-,root,root) +%license LICENSE %dir %{_includedir}/db4 %{_includedir}/db.h %{_includedir}/db_185.h -- 2.7.4