add sparc64 to multilib handling
This commit is contained in:
parent
11762e6b71
commit
b0ef079d48
11
pango.spec
11
pango.spec
@ -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 @@ fi
|
||||
# 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 @@ esac
|
||||
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 @@ esac
|
||||
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 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.21.1-2
|
||||
- add sparc64 to multilib handling
|
||||
|
||||
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.1-1
|
||||
- Update to 1.21.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user