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 Summary: A utility which provides statistics based on the output of diff
Name: diffstat Name: diffstat
Version: 1.55 Version: 1.55
Release: 3%{?dist} Release: 4%{?dist}
Group: Development/Tools Group: Development/Tools
License: MIT License: MIT
URL: http://invisible-island.net/diffstat URL: http://invisible-island.net/diffstat
@ -36,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
cp %{SOURCE1} . cp %{SOURCE1} .
%check
make check
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -46,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/* %{_mandir}/*/*
%changelog %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 * Wed Aug 29 2012 Tim Waugh <twaugh@redhat.com> - 1.55-3
- Make the --help output consistent with the man page (bug #852770). - Make the --help output consistent with the man page (bug #852770).