rpms/pango/devel pango.spec,1.137,1.138

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


Author: spot

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

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


Index: pango.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pango/devel/pango.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- pango.spec	14 May 2008 00:35:12 -0000	1.137
+++ pango.spec	26 May 2008 18:31:40 -0000	1.138
@@ -9,7 +9,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.21.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/pango/1.21/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.21.1-2
+- add sparc64 to multilib handling
+
 * Tue May 13 2008 Matthias Clasen <mclasen at redhat.com> - 1.21.1-1
 - Update to 1.21.1
 




More information about the fedora-extras-commits mailing list