rpms/abicheck/devel abicheck.spec, 1.28, 1.29 abicheck-1.2-test-static.patch, 1.1, 1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 24 09:13:26 UTC 2007


Author: mschwendt

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

Modified Files:
	abicheck.spec abicheck-1.2-test-static.patch 
Log Message:
prepare scratch build


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- abicheck.spec	28 Aug 2006 10:28:57 -0000	1.28
+++ abicheck.spec	24 May 2007 09:12:52 -0000	1.29
@@ -3,7 +3,7 @@
 Summary: 	ABI checking tool
 Name: 		abicheck
 Version: 	1.2
-Release: 	11
+Release: 	11.1
 License: 	LGPL
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
@@ -47,7 +47,7 @@
 
 
 %check
-make test
+make test || ldd test/libc_a
 
 
 %clean

abicheck-1.2-test-static.patch:

Index: abicheck-1.2-test-static.patch
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck-1.2-test-static.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abicheck-1.2-test-static.patch	13 Dec 2004 12:04:36 -0000	1.1
+++ abicheck-1.2-test-static.patch	24 May 2007 09:12:52 -0000	1.2
@@ -10,3 +10,14 @@
  
  private1: private1.c
  	cc -D`uname` -o private1 private1.c
+diff -Nur abicheck-1.2-orig/test/libc_a.c abicheck-1.2/test/libc_a.c
+--- abicheck-1.2-orig/test/libc_a.c	2003-08-26 21:57:51.000000000 +0200
++++ abicheck-1.2/test/libc_a.c	2007-05-24 11:11:20.000000000 +0200
+@@ -5,6 +5,7 @@
+ 
+ /* This is used to catch libc.a linking. See Makefile & run_tests */
+ 
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
+ 




More information about the fedora-extras-commits mailing list