From 1563e49557093138cff164efc23b2d71c14b3b4b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 2 Aug 2005 17:49:05 +0000 Subject: [PATCH] More test fiddling --- glib2.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/glib2.spec b/glib2.spec index 97fbfb6..8749f21 100644 --- a/glib2.spec +++ b/glib2.spec @@ -7,7 +7,6 @@ Group: System Environment/Libraries Source: glib-%{version}.tar.bz2 Source2: glib2.sh Source3: glib2.csh -Patch0: glib-2.7.5-tests.patch Conflicts: libgnomeui <= 2.2.0 BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root BuildRequires: pkgconfig >= 0.8 @@ -37,7 +36,6 @@ version 2 of the GLib library. %prep %setup -q -n glib-%{version} -%patch0 -p1 -b .tests %build @@ -47,7 +45,7 @@ done %configure --disable-gtk-doc --enable-static make -%ifnarch ppc64 +%ifnarch ppc64 s390 make check %endif