From a99c2088c3dc4ea3c7db14d2ad19bf724bf13dbb Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Thu, 20 Aug 2009 11:31:48 +0000 Subject: [PATCH] - fix autoconf host on s390x --- pango.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pango.spec b/pango.spec index d8f8ef3..0c2c913 100644 --- a/pango.spec +++ b/pango.spec @@ -9,7 +9,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.25.4 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2 @@ -95,6 +95,8 @@ esac # autoconf uses powerpc not ppc host=`echo $host | sed "s/^ppc/powerpc/"` +# autoconf uses ibm-linux not redhat-linux on s390x +host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"` # Make sure that the host value that is passed to the compile # is the same as the host that we're using in the spec file @@ -226,6 +228,9 @@ fi %changelog +* Thu Aug 20 2009 Karsten Hopp 1.25.4-2 +- fix autoconf host on s390x + * Tue Aug 17 2009 Behdad Esfahbod - 1.25.4-1 - 1.25.4