From 6542804f040517756bc7e1581c27a3cb4c1d9d33 Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Wed, 4 Nov 2020 20:54:24 +0800 Subject: [PATCH] add make check --- libusb.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libusb.spec b/libusb.spec index 561bb19..d83dd91 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. -- Gitee