rpms/abicheck/devel abicheck.spec,1.24,1.25

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Mar 2 17:26:44 UTC 2006


Author: mschwendt

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

Modified Files:
	abicheck.spec 
Log Message:
changes in ppc


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- abicheck.spec	2 Mar 2006 15:47:51 -0000	1.24
+++ abicheck.spec	2 Mar 2006 17:26:43 -0000	1.25
@@ -47,7 +47,15 @@
 
 
 %check
-make test
+cd test
+make public1 private1 libc_a
+file public1 private1
+LD_DEBUG=files,bindings ldd -r ./public1 > output.txt 2>&1 || :
+cat output.txt
+LD_DEBUG=files,bindings ldd -r ./private1 > output.txt 2>&1 || :
+cat output.txt
+make
+#make test
 
 
 %clean




More information about the fedora-extras-commits mailing list