diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2024-05-22 11:13:17 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2024-05-22 11:14:08 +0900 |
commit | ec8236a79afb7d4e2f1ec42e365ed1f0b4e87b48 (patch) | |
tree | 8dd829d116c01c480f1d7aaa5ef4991c7350a3d0 | |
parent | 16cca8924dae5965bca8b192286a166f06440d0f (diff) | |
download | db4-tizen_9.0_base.tar.gz db4-tizen_9.0_base.tar.bz2 db4-tizen_9.0_base.zip |
Change BSD-2.0 to BSD-3-Clausetizen_9.0_m2_releaseaccepted/tizen/base/x/asan/20240624.231411accepted/tizen/base/x/20240530.210818accepted/tizen/base/toolchain/20240603.044244accepted/tizen/base/asan/20240806.090007accepted/tizen/base/20240530.091759accepted/tizen/9.0/base/20241030.075757tizen_basetizen_9.0_baseaccepted/tizen_base_x_asanaccepted/tizen_base_xaccepted/tizen_base_toolchainaccepted/tizen_base_asanaccepted/tizen_baseaccepted/tizen_9.0_base
Change-Id: I95b9507f3055417b51e46ae33f90f7ee68f227fb
-rw-r--r-- | packaging/db4.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/db4.spec b/packaging/db4.spec index cce6e4e3..3253c105 100644 --- a/packaging/db4.spec +++ b/packaging/db4.spec @@ -7,7 +7,7 @@ Name: db4 Version: 4.8.30.NC Release: 0 Summary: Berkeley DB Database Library Version 4.8 -License: BSD-2.0 +License: BSD-3-Clause Group: System/Libraries Url: http://www.sleepycat.com Source: db-%{version}.tar.gz @@ -153,8 +153,8 @@ rm -rf %{buildroot}%{_libdir}/tls/*.la %files doc %manifest %{name}.manifest %defattr(-,root,root) +%license %{docdir}/LICENSE %dir %{docdir} -%doc %{docdir}/LICENSE %doc %{docdir}/README %doc %{docdir}/index.html %doc %{docdir}/license @@ -170,6 +170,7 @@ rm -rf %{buildroot}%{_libdir}/tls/*.la %files utils %manifest %{name}.manifest %defattr(-,root,root) +%license %{docdir}/LICENSE %{_bindir}/db_archive %{_bindir}/db_checkpoint %{_bindir}/db_deadlock @@ -186,6 +187,7 @@ rm -rf %{buildroot}%{_libdir}/tls/*.la %files devel %manifest %{name}.manifest %defattr(-,root,root) +%license %{docdir}/LICENSE %dir %{_includedir}/db4 %{_includedir}/db.h %{_includedir}/db_185.h |