From f27a110419c9f91a8c7adbbe187a192047f5923d Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:37:43 +0800 Subject: [PATCH] update code --- libdbi.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libdbi.spec b/libdbi.spec index 0b550c0..7724cf9 100644 --- a/libdbi.spec +++ b/libdbi.spec @@ -1,6 +1,6 @@ Name: libdbi Version: 0.9.0 -Release: 13 +Release: 14 Summary: a database-independent abstraction layer in C License: LGPLv2+ URL: http://libdbi.sourceforge.net/ @@ -48,9 +48,9 @@ make check %files %defattr(-,root,root) -%doc AUTHORS ChangeLog README NEWS +%doc ChangeLog README NEWS %exclude %{_datadir}/doc/%{name}-%{version} -%license COPYING +%license COPYING AUTHORS %{_libdir}/%{name}.so.* %files devel @@ -64,5 +64,11 @@ make check %doc TODO doc/*.pdf doc/*guide %changelog +* Thu Oct 10 2019 hanxinke - 0.9.0-14 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:move AUTHORS to the licenses directory + * Mon Aug 26 2019 openEuler Buildteam - 0.9.0-13 - Package init