From 948cb3333628a4880074230399d6fb63b19dab73 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Mon, 21 Oct 2013 13:23:21 +0200 Subject: [PATCH] run test suite during the build Signed-off-by: Tomas Hozza --- wget.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wget.spec b/wget.spec index f981f5a..fef1a27 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols Name: wget Version: 1.14 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv3+ Group: Applications/Internet Url: http://www.gnu.org/software/wget/ @@ -68,6 +68,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %find_lang %{name} +%check +make check + %post /sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || : @@ -88,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Mon Oct 21 2013 Tomas Hozza - 1.14-11 +- run test suite during the build + * Thu Oct 10 2013 Tomas Hozza - 1.14-10 - remove excessive line for '-nv' option in the manpage (#1017106)