|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: A high-performance CORBA Object Request Broker
|
|
|
|
|
Name: ORBit2
|
|
|
|
|
Version: 2.14.16
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.14.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source: http://download.gnome.org/sources/ORBit2/2.14/%{name}-%{version}.tar.bz2
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
@ -23,15 +23,15 @@ Patch0: ORBit2-2.14.3-multilib.patch
|
|
|
|
|
Patch1: ORBit2-2.14.3-ref-leaks.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
ORBit is a high-performance CORBA (Common Object Request Broker
|
|
|
|
|
Architecture) ORB (object request broker). It allows programs to
|
|
|
|
|
send requests and receive replies from other programs, regardless
|
|
|
|
|
of the locations of the two programs. CORBA is an architecture that
|
|
|
|
|
enables communication between program objects, regardless of the
|
|
|
|
|
ORBit is a high-performance CORBA (Common Object Request Broker
|
|
|
|
|
Architecture) ORB (object request broker). It allows programs to
|
|
|
|
|
send requests and receive replies from other programs, regardless
|
|
|
|
|
of the locations of the two programs. CORBA is an architecture that
|
|
|
|
|
enables communication between program objects, regardless of the
|
|
|
|
|
programming language they're written in or the operating system they
|
|
|
|
|
run on.
|
|
|
|
|
|
|
|
|
|
You will need to install this package and ORBit-devel if you want to
|
|
|
|
|
You will need to install this package and ORBit-devel if you want to
|
|
|
|
|
write programs that use CORBA technology.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -51,10 +51,10 @@ Conflicts: ORBit-devel <= 1:0.5.8
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
ORBit is a high-performance CORBA (Common Object Request Broker
|
|
|
|
|
Architecture) ORB (object request broker) with support for the
|
|
|
|
|
Architecture) ORB (object request broker) with support for the
|
|
|
|
|
C language.
|
|
|
|
|
|
|
|
|
|
This package contains the header files, libraries and utilities
|
|
|
|
|
This package contains the header files, libraries and utilities
|
|
|
|
|
necessary to write programs that use CORBA technology. If you want to
|
|
|
|
|
write such programs, you'll also need to install the ORBIT package.
|
|
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ write such programs, you'll also need to install the ORBIT package.
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
%patch1 -p1 -b .ref-leaks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
## the shipped libtool is broken wrt. multilib
|
|
|
|
|
libtoolize --force --copy
|
|
|
|
@ -103,7 +103,7 @@ cat >$RPM_BUILD_ROOT%{_includedir}/orbit-2.0/orbit/orbit-config.h <<EOF
|
|
|
|
|
# error "unexpected value for __WORDSIZE macro"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Mar 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.14.17-1
|
|
|
|
|
- 2.14.17
|
|
|
|
|
|
|
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14.16-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|