rpms/bison/devel bison.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 8 03:40:59 UTC 2005


Update of /cvs/dist/rpms/bison/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31574

Modified Files:
	bison.spec 
Log Message:
Add %check section.



Index: bison.spec
===================================================================
RCS file: /cvs/dist/rpms/bison/devel/bison.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bison.spec	15 Mar 2005 00:44:46 -0000	1.17
+++ bison.spec	8 Apr 2005 03:40:57 -0000	1.18
@@ -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 @@
 %configure
 make
 
+%check
+make check
+#make maintainer-check
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
@@ -80,6 +84,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Thu Apr  7 2005 Roland McGrath <roland at redhat.com> - 2.0-6
+- run test suite in %%check
+
 * Mon Mar 14 2005 Roland McGrath <roland at redhat.com> - 2.0-5
 - rebuilt
 




More information about the fedora-cvs-commits mailing list