diff --git a/pango.spec b/pango.spec index 0c2c913..9ef40dd 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: 2%{?dist} +Release: 2.1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2 @@ -95,8 +95,6 @@ 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 @@ -190,8 +188,6 @@ esac # autoconf uses powerpc not ppc host=`echo $host | sed "s/^ppc/powerpc/"` -# autoconf uses ibm-linux not redhat-linux (s390x) -host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"` case "$host" in alpha*|ia64*|powerpc64*|s390x*|sparc64*|x86_64*) @@ -228,6 +224,9 @@ fi %changelog +* Thu Sep 10 2009 Karsten Hopp 1.25.4-2.1 +- drop s390x autoconf fixes as autoconf now just works as expected + * Thu Aug 20 2009 Karsten Hopp 1.25.4-2 - fix autoconf host on s390x