diff --git a/libusb.spec b/libusb.spec index 3f1fa15ae0d39aa4b411933c53b0ec299c119be2..e26eb83b7a04d1386c050eec5e63b573c334527c 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,7 +1,7 @@ Name: libusb Epoch: 1 Version: 0.1.5 -Release: 15 +Release: 16 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,12 @@ This package contains the files needed to develop applications that use libusb-0 %{_libdir}/libusb.so %changelog +* Tue Apr 6 2023 yangkunlin - 1:0.1.5-16 +- Type:enhancemnet +- ID:NA +- SUG:restart +- DESCi:add make check in spec + * Tue Sep 3 2019 openEuler Buildteam - 1:0.1.5-15 - Type:enhancemnet - ID:NA