!4 libusb添加make check

From: @lixiaokeng
Reviewed-by: @volcanodragon
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2020-11-05 14:39:32 +08:00 committed by Gitee
commit 8326fc7dfa

View File

@ -1,7 +1,7 @@
Name: libusb Name: libusb
Epoch: 1 Epoch: 1
Version: 0.1.5 Version: 0.1.5
Release: 16 Release: 17
Summary: USB Library Summary: USB Library
License: LGPLv2+ License: LGPLv2+
URL: http://sourceforge.net/projects/libusb/ 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 %configure --disable-static
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
@ -46,6 +49,9 @@ This package contains the files needed to develop applications that use libusb-0
%{_libdir}/libusb.so %{_libdir}/libusb.so
%changelog %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 * Sun Jul 5 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 1:0.1.5-16
- remove useless readme files. - remove useless readme files.