From 89926f42816d7dd450361bd25be0ac1f90c2500f Mon Sep 17 00:00:00 2001 From: skasal Date: Aug 02 2006 16:39:54 +0000 Subject: - Add make check to %check - Add patches to fix or disable failing tests. --- diff --git a/frysk.spec b/frysk.spec index d27ff07..2c602b5 100644 --- a/frysk.spec +++ b/frysk.spec @@ -1,12 +1,18 @@ Summary: Frysk execution analysis tool Name: frysk Version: 0.0.1.2006.07.25.rh1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/System URL: http://sourceware.org/frysk Source: %{name}-%{version}.tar.bz2 +# Disable the tests which fail: +Patch0: frysk-20060725-xfail.patch +Patch1: frysk-20060725-xfail-x86_64.patch +# Backported fixes: +Patch2: frysk-20060725-fixes.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libgtk-java >= 2.8.4 @@ -43,6 +49,11 @@ process in the system. %prep %setup -q -n %{name}-%{version} +%patch0 +%ifarch x86-64 +%patch1 +%endif +%patch2 %build @@ -70,6 +81,9 @@ touch frysk-gui/glade.checked make %{?_smp_mflags} +%check +make %{?_smp_mflags} -k check || : + %install rm -rf %{buildroot} @@ -99,6 +113,10 @@ rm -rf %{buildroot} %{_libexecdir}/frysk/* %changelog +* Wed Aug 2 2006 Stepan Kasal - 0.0.1.2006.07.25.rh1-4 +- Add make check to %%check +- Add patches to fix or disable failing tests. + * Wed Aug 2 2006 Stepan Kasal - 0.0.1.2006.07.25.rh1-3 - BuildRequires latest dogtail