|
|
|
@ -3,18 +3,15 @@
|
|
|
|
|
|
|
|
|
|
Summary: A high-performance CORBA Object Request Broker.
|
|
|
|
|
Name: ORBit2
|
|
|
|
|
Version: 2.11.2
|
|
|
|
|
Version: 2.12.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: LGPL/GPL
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
Prereq: /sbin/install-info
|
|
|
|
|
URL: http://www.labs.redhat.com/orbit/
|
|
|
|
|
URL: http://www.gnome.org/projects/ORBit2/
|
|
|
|
|
BuildRequires: libIDL-devel >= %{libidl_version}
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
|
BuildPreReq: libtool
|
|
|
|
|
BuildPreReq: /usr/bin/aclocal-1.6
|
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
|
BuildRequires: gtk-doc >= 1.1
|
|
|
|
|
|
|
|
|
@ -54,7 +51,7 @@ write such programs, you'll also need to install the ORBIT package.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --enable-gtk-doc
|
|
|
|
|
make ## %{?_smp_mflags}
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
@ -93,6 +90,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.12.0-1
|
|
|
|
|
- Update to 2.12.0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.11.2-1
|
|
|
|
|
- Update to 2.11.2
|
|
|
|
|
- Remove gcc on pcc workaround patch
|
|
|
|
|