From be3087de4bf8c773d0a41055632873025ca74616 Mon Sep 17 00:00:00 2001 From: skasal Date: Aug 24 2006 22:26:33 +0000 Subject: - Comment out the %check section temporarily. --- diff --git a/frysk.spec b/frysk.spec index aa7bbb5..07efe0f 100644 --- a/frysk.spec +++ b/frysk.spec @@ -1,7 +1,7 @@ Summary: Frysk execution analysis tool Name: frysk Version: 0.0.1.2006.08.24.rh1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/System URL: http://sourceware.org/frysk @@ -80,9 +80,11 @@ touch frysk-gui/glade.checked make %{?_smp_mflags} +%if 0 %check uname -a make %{?_smp_mflags} -k check || : +%endif %install @@ -113,6 +115,9 @@ rm -rf %{buildroot} %{_libexecdir}/frysk/* %changelog +* Fri Aug 25 2006 Stepan Kasal - 0.0.1.2006.08.24.rh1-2 +- Comment out the %%check section temporarily. + * Thu Aug 24 2006 Stepan Kasal - 0.0.1.2006.08.24.rh1-1 - New upstream version. - Add Requires: libgconf-java