Author: karsten

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

Modified Files:
        pango.spec 
Log Message:
- autoconf uses ibm-linux not redhat-linux (s390x)


Index: pango.spec
===================================================================
RCS file: /cvs/extras/rpms/pango/devel/pango.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- pango.spec  14 Apr 2009 00:12:00 -0000      1.159
+++ pango.spec  18 Apr 2009 12:32:33 -0000      1.160
@@ -9,7 +9,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.24.1
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/pango/1.24/pango-%{version}.tar.bz2
@@ -187,6 +187,8 @@
 
 # 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*)
@@ -223,6 +225,10 @@
 
 
 %changelog
+* Sat Apr 18 2009 Karsten Hopp <[email protected]> 1.24.1-1.1
+- autoconf uses ibm-linux not redhat-linux (s390x)
+
+
 * Mon Apr 13 2009 Matthias Clasen <[email protected]> - 1.24.1-1
 - Update to 1.24.1
 - See http://download.gnome.org/sources/pango/1.24/pango-1.24.1.news

_______________________________________________
Fedora-fonts-bugs-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to