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