From f001a58d8cd5cc5cd583c5141e185739c3414f80 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2005 18:20:40 +0000 Subject: [PATCH] fix multilib issues --- ORBit2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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