update code

This commit is contained in:
zhuchunyi 2019-11-06 19:37:43 +08:00
parent 47d4ae0f1b
commit f27a110419

View File

@ -1,6 +1,6 @@
Name: libdbi Name: libdbi
Version: 0.9.0 Version: 0.9.0
Release: 13 Release: 14
Summary: a database-independent abstraction layer in C Summary: a database-independent abstraction layer in C
License: LGPLv2+ License: LGPLv2+
URL: http://libdbi.sourceforge.net/ URL: http://libdbi.sourceforge.net/
@ -48,9 +48,9 @@ make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog README NEWS %doc ChangeLog README NEWS
%exclude %{_datadir}/doc/%{name}-%{version} %exclude %{_datadir}/doc/%{name}-%{version}
%license COPYING %license COPYING AUTHORS
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
%files devel %files devel
@ -64,5 +64,11 @@ make check
%doc TODO doc/*.pdf doc/*guide %doc TODO doc/*.pdf doc/*guide
%changelog %changelog
* Thu Oct 10 2019 hanxinke<hanxinke@huawei.com> - 0.9.0-14
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:move AUTHORS to the licenses directory
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.0-13 * Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.0-13
- Package init - Package init