|
|
@ -4,7 +4,7 @@
|
|
|
|
Summary: A high-performance CORBA Object Request Broker.
|
|
|
|
Summary: A high-performance CORBA Object Request Broker.
|
|
|
|
Name: ORBit2
|
|
|
|
Name: ORBit2
|
|
|
|
Version: 2.12.1
|
|
|
|
Version: 2.12.1
|
|
|
|
Release: 2
|
|
|
|
Release: 3
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
License: LGPL/GPL
|
|
|
|
License: LGPL/GPL
|
|
|
@ -15,6 +15,8 @@ BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: gtk-doc >= 1.1
|
|
|
|
BuildRequires: gtk-doc >= 1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: ORBit2-2.12.1-reduce-size-of-io-thread-stack.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
|
|
|
@ -49,6 +51,8 @@ write such programs, you'll also need to install the ORBIT package.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%patch0 -p1 -b .reduce-size-of-io-thread-stack
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --enable-gtk-doc
|
|
|
|
%configure --enable-gtk-doc
|
|
|
|
make
|
|
|
|
make
|
|
|
@ -90,6 +94,11 @@ rm -rf %{buildroot}
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 10 2005 Mark McLoughlin <markmc@redhat.com> 2.12.1-3
|
|
|
|
|
|
|
|
- Add patch to set the size of the IO thread stack to 256k in
|
|
|
|
|
|
|
|
order to mitigate the apparent 10M jump in GNOME processes
|
|
|
|
|
|
|
|
memory usage (#157297)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.12.1-2
|
|
|
|
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.12.1-2
|
|
|
|
- Rebuild with gcc4
|
|
|
|
- Rebuild with gcc4
|
|
|
|
|
|
|
|
|
|
|
|