Add %check section.
This commit is contained in:
parent
f34e1935d5
commit
1734016eb1
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU general-purpose parser generator.
|
Summary: A GNU general-purpose parser generator.
|
||||||
Name: bison
|
Name: bison
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 5
|
Release: 6
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
#Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
|
#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
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
#make maintainer-check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -80,6 +84,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 2.0-5
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user