add make check

This commit is contained in:
lixiaokeng 2020-11-04 20:54:24 +08:00
parent f3856fac2b
commit 6542804f04

View File

@ -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 <lixiaokeng@hauwei.com> - 1:0.1.5-17
- add make check
* Sun Jul 5 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 1:0.1.5-16
- remove useless readme files.