From 0a1ff3397ee257985760ae1682207e8b0fdfc6ba Mon Sep 17 00:00:00 2001 From: znzjugod Date: Thu, 16 Feb 2023 11:03:59 +0000 Subject: [PATCH] update unzip.spec. Signed-off-by: znzjugod --- unzip.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unzip.spec b/unzip.spec index 8a64e0c..c8eebfb 100644 --- a/unzip.spec +++ b/unzip.spec @@ -63,6 +63,9 @@ Package help includes man pages for unzip. %install %make_install -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 INSTALL="cp -p" +%check +make check -f unix/Makefile + %files %license LICENSE COPYING.OLD %doc README BUGS -- Gitee