rpms/pango/devel pango.spec,1.174,1.175

Karsten Hopp karsten at fedoraproject.org
Thu Aug 20 11:31:48 UTC 2009


Author: karsten

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

Modified Files:
	pango.spec 
Log Message:
- fix autoconf host on s390x


Index: pango.spec
===================================================================
RCS file: /cvs/extras/rpms/pango/devel/pango.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -p -r1.174 -r1.175
--- pango.spec	17 Aug 2009 23:23:05 -0000	1.174
+++ pango.spec	20 Aug 2009 11:31:48 -0000	1.175
@@ -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 <karsten at redhat.com> 1.25.4-2
+- fix autoconf host on s390x
+
 * Tue Aug 17 2009 Behdad Esfahbod <besfahbo at redhat.com> - 1.25.4-1
 - 1.25.4
 




More information about the fonts-bugs mailing list