|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A high-performance CORBA Object Request Broker.
|
|
|
|
Summary: A high-performance CORBA Object Request Broker.
|
|
|
|
Name: ORBit2
|
|
|
|
Name: ORBit2
|
|
|
|
Version: 2.8.2
|
|
|
|
Version: 2.9.6
|
|
|
|
Release: 1
|
|
|
|
Release: 1
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
@ -52,21 +52,13 @@ write such programs, you'll also need to install the ORBIT package.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
# crack rock test for glib2 shouldn't be required now
|
|
|
|
|
|
|
|
#if ! pkg-config --atleast-version=%{glib2_base_version} glib-2.0; then
|
|
|
|
|
|
|
|
# echo "glib-2.0 version is `pkg-config --modversion glib-2.0` which is wrong, build system is confused again"
|
|
|
|
|
|
|
|
# exit 1
|
|
|
|
|
|
|
|
#fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%patch0 -p1 -b .gross-hack
|
|
|
|
# Test without for now
|
|
|
|
|
|
|
|
#%patch0 -p1 -b .gross-hack
|
|
|
|
|
|
|
|
|
|
|
|
echo "glib-2.0 version is `pkg-config --modversion glib-2.0`"
|
|
|
|
echo "glib-2.0 version is `pkg-config --modversion glib-2.0`"
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
aclocal-1.6
|
|
|
|
|
|
|
|
libtoolize --force
|
|
|
|
|
|
|
|
automake-1.6
|
|
|
|
|
|
|
|
autoconf
|
|
|
|
|
|
|
|
%configure --disable-gtk-doc
|
|
|
|
%configure --disable-gtk-doc
|
|
|
|
make ## %{?_smp_mflags}
|
|
|
|
make ## %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -107,6 +99,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> 2.9.6-1
|
|
|
|
|
|
|
|
- update to 2.9.6
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 22 2003 Jeremy Katz <katzj@redhat.com> 2.8.2-1
|
|
|
|
* Wed Oct 22 2003 Jeremy Katz <katzj@redhat.com> 2.8.2-1
|
|
|
|
- 2.8.2
|
|
|
|
- 2.8.2
|
|
|
|
|
|
|
|
|
|
|
|