diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-03-27 15:48:52 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-03-27 15:48:52 +0900 |
commit | ad23c1d6d5b298b31eff56e1b857a328e8ee6a84 (patch) | |
tree | b694a3ec781c88e7a178dad94a9b3dc91079af11 | |
parent | ca62e6e1b6cb57421f026fe91e6dec9039cceab7 (diff) | |
download | db4-tizen_3.0.tar.gz db4-tizen_3.0.tar.bz2 db4-tizen_3.0.zip |
Add license filetizen_3.0
- 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
-rw-r--r-- | packaging/db4.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/db4.spec b/packaging/db4.spec index e1594ce1..204e81ce 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 |