rpms/pango/devel pango.spec,1.175.2.1,1.175.2.2

Karsten Hopp karsten at fedoraproject.org
Thu Sep 10 14:49:01 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/pango/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18771

Modified Files:
      Tag: pango-1_25_4-2_fc12_branch
	pango.spec 
Log Message:
- false alarm,  another fix was required to fix %post


Index: pango.spec
===================================================================
RCS file: /cvs/extras/rpms/pango/devel/pango.spec,v
retrieving revision 1.175.2.1
retrieving revision 1.175.2.2
diff -u -p -r1.175.2.1 -r1.175.2.2
--- pango.spec	10 Sep 2009 13:24:48 -0000	1.175.2.1
+++ pango.spec	10 Sep 2009 14:49:01 -0000	1.175.2.2
@@ -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
@@ -160,7 +162,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/"`
 case "$host" in
   alpha*|ia64*|powerpc64*|s390x*|sparc64*|x86_64*)
    %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/$host/pango.modules
@@ -188,6 +191,8 @@ 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*)




More information about the fonts-bugs mailing list