|
|
@ -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.10.0
|
|
|
|
Version: 2.11.1
|
|
|
|
Release: 5
|
|
|
|
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
|
|
|
@ -17,7 +17,6 @@ BuildPreReq: libtool
|
|
|
|
BuildPreReq: /usr/bin/aclocal-1.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
|
|
|
|
Patch0: ORBit2-2.10.0-alignment-fix.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
ORBit is a high-performance CORBA (Common Object Request Broker
|
|
|
|
ORBit is a high-performance CORBA (Common Object Request Broker
|
|
|
@ -53,9 +52,6 @@ write such programs, you'll also need to install the ORBIT package.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
# Fixed upstream in 2.10.3 and 2.11.x
|
|
|
|
|
|
|
|
%patch0 -p1 -b .alignment-fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --enable-gtk-doc
|
|
|
|
%configure --enable-gtk-doc
|
|
|
|
make ## %{?_smp_mflags}
|
|
|
|
make ## %{?_smp_mflags}
|
|
|
@ -97,6 +93,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 3 2004 Mark McLoughlin <markmc@redhat.com> 2.11.1-1
|
|
|
|
|
|
|
|
- Update to 2.11.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-5
|
|
|
|
* Tue Jul 27 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-5
|
|
|
|
- Rebuilt
|
|
|
|
- Rebuilt
|
|
|
|
|
|
|
|
|
|
|
|