diff --git a/ORBit2.spec b/ORBit2.spec index 21d210c..736f402 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -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 2.13.2-2 +- Fix multilib issues + * Fri Dec 09 2005 Jesse Keating - rebuilt