diff --git a/bison.spec b/bison.spec index bda3f2a..1b93781 100644 --- a/bison.spec +++ b/bison.spec @@ -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 - 2.0-6 +- run test suite in %%check + * Mon Mar 14 2005 Roland McGrath - 2.0-5 - rebuilt