fix multilib issues

epel9
Matthias Clasen 19 years ago
parent 3e586440e0
commit f001a58d8c

@ -4,7 +4,7 @@
Summary: A high-performance CORBA Object Request Broker.
Name: ORBit2
Version: 2.13.2
Release: 1.1
Release: 2
Source: %{name}-%{version}.tar.bz2
Group: System Environment/Daemons
License: LGPL/GPL
@ -50,6 +50,10 @@ write such programs, you'll also need to install the ORBIT package.
%setup -q
%build
## the shipped libtool is broken wrt. multilib
libtoolize --force --copy
aclocal
autoconf
%configure --enable-gtk-doc --enable-purify
make
@ -90,6 +94,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc
%changelog
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-2
- Fix multilib issues
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

Loading…
Cancel
Save