diff --git a/libusbx.spec b/libusbx.spec index 876a8cf8c165f63ad22cf615822907419cf90db1..2ed5502d315ff250d9eb9f608c2e0eb42705f248 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -3,7 +3,7 @@ Name: libusbx Version: 1.0.23 -Release: 2 +Release: 3 Summary: Library for accessing USB devices License: LGPLv2+ URL: http://libusb.info @@ -48,6 +48,9 @@ autoreconf -ivf %make_build make docs -C doc +%check +make check + %install %make_install @@ -66,6 +69,9 @@ make docs -C doc %{_libdir}/pkgconfig/libusb-1.0.pc %changelog +* Wed Nov 4 2020 lixiaokeng - 1.0.23-3 +- add make check + * Mon Jul 27 2020 Zhiqiang Liu - 1.0.23-2 - backport upstream patches.