diff --git a/unzip.spec b/unzip.spec index 8a64e0c377229cc9242aedea8cc291e516b09856..c8eebfb6e23b0734cb1a9858bdd6e35e0eb7bf70 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