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