diff --git a/libusb.spec b/libusb.spec index 561bb193edbf38e1fd119b430e6b90fe6fbcaaed..d83dd91a5246e9bf7f88eb3c847d01d753a4da0b 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,7 +1,7 @@ Name: libusb Epoch: 1 Version: 0.1.5 -Release: 16 +Release: 17 Summary: USB Library License: LGPLv2+ URL: http://sourceforge.net/projects/libusb/ @@ -27,6 +27,9 @@ This package contains the files needed to develop applications that use libusb-0 %configure --disable-static %make_build +%check +make check + %install %make_install @@ -46,6 +49,9 @@ This package contains the files needed to develop applications that use libusb-0 %{_libdir}/libusb.so %changelog +* Wed Nov 4 2020 lixiaokeng - 1:0.1.5-17 +- add make check + * Sun Jul 5 2020 Zhiqiang Liu - 1:0.1.5-16 - remove useless readme files.