Run 'make check'.

This commit is contained in:
Tim Waugh 2012-09-19 16:12:22 +01:00
parent 3fbb33805d
commit f957d7f803

View File

@ -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 <twaugh@redhat.com> - 1.55-4
- Run 'make check'.
* Wed Aug 29 2012 Tim Waugh <twaugh@redhat.com> - 1.55-3
- Make the --help output consistent with the man page (bug #852770).