From 8406fd6f4ae12144fbeb9704615be92b72dbd949 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:37:39 +0800 Subject: [PATCH] update code --- libdb.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libdb.spec b/libdb.spec index 339ee29..f2ced79 100644 --- a/libdb.spec +++ b/libdb.spec @@ -2,7 +2,7 @@ Name: libdb Version: 18.1.32 -Release: 1 +Release: 2 Summary: Berkeley DB is a family of embedded key-value database libraries providing scalable high-performance data management services to applications. License: AGPL-3.0 and Public Domain URL: http://www.oracle.com/database/berkeley-db/ @@ -192,6 +192,7 @@ chrpath -d ${RPM_BUILD_ROOT}%{_libdir}/*.so ${RPM_BUILD_ROOT}%{_bindir}/* %files devel %doc examples/* +%license EXAMPLES-LICENSE %{_libdir}/libdb.so %{_includedir}/db.h %{_includedir}/db_185.h @@ -233,5 +234,12 @@ chrpath -d ${RPM_BUILD_ROOT}%{_libdir}/*.so ${RPM_BUILD_ROOT}%{_bindir}/* %{_libdir}/libdb_java.so %changelog -* Tue Sep 24 2019 openEuler Buildteam - version-release -- Package init \ No newline at end of file +* Thu Oct 10 2019 hanxinke - 18.1.32-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add EXAMPLES-LICENSE to the devel package + +* Tue Sep 24 2019 openEuler Buildteam - 18.1.32-1 +- Package init +