Add %check section.

This commit is contained in:
roland 2005-04-08 03:40:57 +00:00
parent f34e1935d5
commit 1734016eb1

View File

@ -1,7 +1,7 @@
Summary: A GNU general-purpose parser generator.
Name: bison
Version: 2.0
Release: 5
Release: 6
License: GPL
Group: Development/Tools
#Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
@ -44,6 +44,10 @@ simple programs to supply minimal support for the generated parsers.
%configure
make
%check
make check
#make maintainer-check
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
@ -80,6 +84,9 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Apr 7 2005 Roland McGrath <roland@redhat.com> - 2.0-6
- run test suite in %%check
* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 2.0-5
- rebuilt