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

Karsten Hopp karsten at fedoraproject.org
Thu Sep 10 13:24:49 UTC 2009


Author: karsten

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

Modified Files:
      Tag: pango-1_25_4-2_fc12_branch
	pango.spec 
Log Message:
- drop s390x autoconf fixes as autoconf now just works as expected
  tagged into a branch as this is just for the rhel6 rebuild where
  we have slightly older packages and cannot update to latest atm.



Index: pango.spec
===================================================================
RCS file: /cvs/extras/rpms/pango/devel/pango.spec,v
retrieving revision 1.175
retrieving revision 1.175.2.1
diff -u -p -r1.175 -r1.175.2.1
--- pango.spec	20 Aug 2009 11:31:48 -0000	1.175
+++ pango.spec	10 Sep 2009 13:24:48 -0000	1.175.2.1
@@ -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 <karsten at redhat.com> 1.25.4-2.1
+- drop s390x autoconf fixes as autoconf now just works as expected
+
 * Thu Aug 20 2009 Karsten Hopp <karsten at redhat.com> 1.25.4-2
 - fix autoconf host on s390x
 




More information about the fonts-bugs mailing list