rpms/abicheck/devel abicheck.spec,1.32,1.33

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


Author: mschwendt

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

Modified Files:
	abicheck.spec 
Log Message:
no idea yet why egrep fails here on ppc64


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- abicheck.spec	24 May 2007 09:55:19 -0000	1.32
+++ abicheck.spec	24 May 2007 10:11:07 -0000	1.33
@@ -3,7 +3,7 @@
 Summary: 	ABI checking tool
 Name: 		abicheck
 Version: 	1.2
-Release: 	12.1
+Release: 	12.2
 License: 	LGPL
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
@@ -47,7 +47,11 @@
 
 
 %check
-make test || ./abicheck test/private1
+#make test
+cd test
+make private1
+../abicheck ./private1 | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)'
+../abicheck ./private1 | grep 'PRIVATE:.*libc.*\(__open\|__nanosleep\)'
 
 
 %clean




More information about the fedora-extras-commits mailing list