From 33d55141f7c687d7fd265ec1b5f602cebc3d629e Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: May 24 2007 10:59:54 +0000 Subject: *** empty log message *** --- diff --git a/abicheck-1.2-tests.patch b/abicheck-1.2-tests.patch index ba942f0..03da8d9 100644 --- a/abicheck-1.2-tests.patch +++ b/abicheck-1.2-tests.patch @@ -56,3 +56,15 @@ diff -Nur abicheck-1.2-orig/test/run_tests abicheck-1.2/test/run_tests pass else fail +diff -Nur abicheck-1.2-orig/test/run_tests abicheck-1.2/test/run_tests +--- abicheck-1.2-orig/test/run_tests 2002-02-07 15:40:20.000000000 +0100 ++++ abicheck-1.2/test/run_tests 2007-05-24 13:00:58.000000000 +0200 +@@ -29,7 +29,7 @@ + # public1: + + name="public1: only calls public syms" +-if [ "`abicheck ./public1 2>/dev/null`" = "./public1: OK" ]; then ++if [ "`abicheck ./public1 2>/dev/null`" == "./public1: OK" ]; then + pass + else + fail diff --git a/abicheck.spec b/abicheck.spec index 2decff9..004f9ba 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -3,7 +3,7 @@ Summary: ABI checking tool Name: abicheck Version: 1.2 -Release: 12.5 +Release: 12.6 License: LGPL Group: Applications/File URL: http://abicheck.sourceforge.net/ @@ -47,12 +47,8 @@ install -p -m 0644 abicheck.1 $RPM_BUILD_ROOT%{_mandir}/man1 %check -#make test -cd test -make public1 -../abicheck ./public1 || true -../abicheck ./public1 || true -../abicheck ./public1 || true +make test || make test || make test + %clean rm -rf $RPM_BUILD_ROOT