diff --git a/libverto.spec b/libverto.spec index 7c761b9c6e9483d2e2c9edde960e56247669c78e..e9bef32308a0c443139eb61971013daa6be6bf84 100644 --- a/libverto.spec +++ b/libverto.spec @@ -1,6 +1,6 @@ Name: libverto Version: 0.3.1 -Release: 3 +Release: 4 Summary: Main loop abstraction library License: MIT URL: https://github.com/latchset/libverto @@ -66,6 +66,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %ldconfig_scriptlets +%check +make check + %files %license COPYING %doc AUTHORS ChangeLog NEWS README @@ -90,6 +93,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/%{name}-libev.pc %changelog +* Tue Mar 28 2023 fuanan - 0.3.1-4 +- enable check test suite + * Wed Sep 7 2022 fuanan - 0.3.1-3 - Add version for Obsoletes