add sparc64 to the list of 64 bit archs

epel9
Dennis Gilmore 18 years ago
parent 8c4792636b
commit 29d0baa2e6

@ -4,7 +4,7 @@
Summary: A high-performance CORBA Object Request Broker Summary: A high-performance CORBA Object Request Broker
Name: ORBit2 Name: ORBit2
Version: 2.14.10 Version: 2.14.10
Release: 1%{?dist} Release: 2%{?dist}
Source: http://download.gnome.org/sources/ORBit/2.14/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/ORBit/2.14/%{name}-%{version}.tar.bz2
Group: System Environment/Daemons Group: System Environment/Daemons
License: LGPLv2 and GPLv2 License: LGPLv2 and GPLv2
@ -81,7 +81,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ORBit-2.0/*.*a
rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a
# fix multilib conflict caused by orbit-config.h # fix multilib conflict caused by orbit-config.h
%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
@ -137,6 +137,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Tue Oct 16 2007 Dennis Gilmore <dennis@ausil.us> - 2.14.10-2
- add sparc64 to the list of 64 bit archs
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.10-1 * Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.10-1
- Update to 2.14.10 (bug fixes) - Update to 2.14.10 (bug fixes)

Loading…
Cancel
Save