From f957d7f803c417e8aa45a4f7bfc11bdb1521628f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sep 19 2012 15:12:22 +0000 Subject: Run 'make check'. --- diff --git a/diffstat.spec b/diffstat.spec index 1a220e4..8535adc 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -1,7 +1,7 @@ Summary: A utility which provides statistics based on the output of diff Name: diffstat Version: 1.55 -Release: 3%{?dist} +Release: 4%{?dist} Group: Development/Tools License: MIT URL: http://invisible-island.net/diffstat @@ -36,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install cp %{SOURCE1} . +%check +make check + %clean rm -rf $RPM_BUILD_ROOT @@ -46,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Wed Sep 19 2012 Tim Waugh - 1.55-4 +- Run 'make check'. + * Wed Aug 29 2012 Tim Waugh - 1.55-3 - Make the --help output consistent with the man page (bug #852770).