rpms/pango/F-9 pango.spec,1.135,1.136

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon May 26 18:32:10 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/pango/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28571/F-9

Modified Files:
	pango.spec 
Log Message:
add sparc64 to multilib handling


Index: pango.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pango/F-9/pango.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- pango.spec	8 Apr 2008 23:26:08 -0000	1.135
+++ pango.spec	26 May 2008 18:31:20 -0000	1.136
@@ -9,7 +9,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.20.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/pango/1.20/pango-%{version}.tar.bz2
@@ -117,7 +117,7 @@
 # for places where we have two copies of the Pango libraries installed.
 # (we might have x86_64 and i686 packages on the same system, for example.)
 case "$host" in
-  alpha*|ia64*|powerpc64*|s390x*|x86_64*)
+  alpha*|ia64*|powerpc64*|s390x*|sparc64*|x86_64*)
    mv $RPM_BUILD_ROOT%{_bindir}/pango-querymodules $RPM_BUILD_ROOT%{_bindir}/pango-querymodules-64
    ;;
   *)
@@ -157,7 +157,7 @@
 host=`echo $host | sed "s/^ppc/powerpc/"`
 
 case "$host" in
-  alpha*|ia64*|powerpc64*|s390x*|x86_64*)
+  alpha*|ia64*|powerpc64*|s390x*|sparc64*|x86_64*)
    %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/$host/pango.modules
    ;;
   *)
@@ -185,7 +185,7 @@
 host=`echo $host | sed "s/^ppc/powerpc/"`
 
 case "$host" in
-  alpha*|ia64*|powerpc64*|s390x*|x86_64*)
+  alpha*|ia64*|powerpc64*|s390x*|sparc64*|x86_64*)
    %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/$host/pango.modules || :
    ;;
   *)
@@ -218,6 +218,9 @@
 
 
 %changelog
+* Mon May 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.20.1-2
+- add sparc64 to multilib handling
+
 * Tue Apr  8 2008 Matthias Clasen <mclasen at redhat.com> - 1.20.1-1
 - Update to 1.20.1
 




More information about the fedora-extras-commits mailing list