diff --git a/ORBit2.spec b/ORBit2.spec index e3c8f36..bdda0cb 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -4,7 +4,7 @@ Summary: A high-performance CORBA Object Request Broker. Name: ORBit2 Version: 2.11.1 -Release: 1 +Release: 2 Source: %{name}-%{version}.tar.bz2 Group: System Environment/Daemons License: LGPL/GPL @@ -18,6 +18,8 @@ BuildPreReq: /usr/bin/aclocal-1.6 BuildRequires: pkgconfig >= 0.14 BuildRequires: gtk-doc >= 1.1 +Patch1: ORBit2-2.11.1-is-this-really-a-bug.patch + %description ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to @@ -52,6 +54,8 @@ write such programs, you'll also need to install the ORBIT package. %prep %setup -q +%patch1 -p1 -b .is-this-really-a-bug + %build %configure --enable-gtk-doc make ## %{?_smp_mflags} @@ -93,6 +97,9 @@ rm -rf %{buildroot} %{_datadir}/gtk-doc %changelog +* Mon Aug 9 2004 Mark McLoughlin 2.11.1-2 +- Add temporary workaround patch for bug #129329 + * Tue Aug 3 2004 Mark McLoughlin 2.11.1-1 - Update to 2.11.1