add alpha as 64bit arch

epel9
Matthias Clasen 18 years ago
parent 0e8c4d41bc
commit 3395bdbf05

@ -4,7 +4,7 @@
Summary: A high-performance CORBA Object Request Broker
Name: ORBit2
Version: 2.14.7
Release: 2%{?dist}
Release: 3%{?dist}
Source: http://ftp.gnome.org/pub/gnome/sources/ORBit/2.14/%{name}-%{version}.tar.bz2
Group: System Environment/Daemons
License: LGPL/GPL
@ -79,7 +79,7 @@ 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
%ifarch x86_64 s390x ia64 ppc64
%ifarch x86_64 s390x ia64 ppc64 alpha
%define wordsize 64
%else
%define wordsize 32
@ -135,6 +135,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc
%changelog
* Mon Apr 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-3
- Add alpha to 64bit arches (#236544)
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-2
- Fix a directory ownership issue (#233755)

Loading…
Cancel
Save