rpms/abicheck/devel abicheck.spec,1.36,1.37

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 24 10:44:23 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20388

Modified Files:
	abicheck.spec 
Log Message:
and now suddenly the previous test fails on ppc64 for the first time


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- abicheck.spec	24 May 2007 10:31:23 -0000	1.36
+++ abicheck.spec	24 May 2007 10:43:48 -0000	1.37
@@ -3,7 +3,7 @@
 Summary: 	ABI checking tool
 Name: 		abicheck
 Version: 	1.2
-Release: 	12.4
+Release: 	12.5
 License: 	LGPL
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
@@ -47,8 +47,12 @@
 
 
 %check
-make test
-
+#make test
+cd test
+make public1
+../abicheck ./public1 || true
+../abicheck ./public1 || true
+../abicheck ./public1 || true
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list