!21 enable check test suite

From: @fly_fzc 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2023-03-29 01:34:25 +00:00 committed by Gitee
commit 616fb9931b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libverto
Version: 0.3.1
Release: 5
Release: 6
Summary: Main loop abstraction library
License: MIT
URL: https://github.com/latchset/libverto
@ -68,6 +68,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%ldconfig_scriptlets
%check
make check
%files
%license COPYING
%doc AUTHORS ChangeLog NEWS README
@ -92,6 +95,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/%{name}-libev.pc
%changelog
* Tue Mar 28 2023 fuanan <fuanan3@h-partners.com> - 0.3.1-6
- enable check test suite
* Wed Sep 7 2022 fuanan <fuanan3@h-partners.com> - 0.3.1-5
- Add version for Obsoletes