add sparc64 for multilib

epel9
Tom Callaway 17 years ago
parent 4d5923790b
commit cb79cfb37d

@ -1,7 +1,7 @@
Summary: Library of graphics routines used by libgnomecanvas Summary: Library of graphics routines used by libgnomecanvas
Name: libart_lgpl Name: libart_lgpl
Version: 2.3.20 Version: 2.3.20
Release: 1%{?dist} Release: 2%{?dist}
URL: http://www.gnome.org/ URL: http://www.gnome.org/
Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2
Patch0: libart-multilib.patch Patch0: libart-multilib.patch
@ -40,7 +40,7 @@ rm -rf %{buildroot}
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
# fix multilib issues # fix multilib issues
%ifarch x86_64 s390x ia64 ppc64 alpha %ifarch x86_64 s390x ia64 ppc64 alpha sparc64
%define wordsize 64 %define wordsize 64
%else %else
%define wordsize 32 %define wordsize 32
@ -89,6 +89,9 @@ rm -rf %{buildroot}
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Mon May 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.3.20-2
- add sparc64 for multilib
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.3.20-1 * Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.3.20-1
- Update to 2.3.20 - Update to 2.3.20
- Drop upstreamed patch - Drop upstreamed patch

Loading…
Cancel
Save