|
|
@ -3,12 +3,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A high-performance CORBA Object Request Broker
|
|
|
|
Summary: A high-performance CORBA Object Request Broker
|
|
|
|
Name: ORBit2
|
|
|
|
Name: ORBit2
|
|
|
|
Version: 2.14.3
|
|
|
|
Version: 2.14.4
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
License: LGPL/GPL
|
|
|
|
License: LGPL/GPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
URL: http://www.gnome.org/projects/ORBit2/
|
|
|
|
URL: http://www.gnome.org/projects/ORBit2/
|
|
|
|
BuildRequires: libIDL-devel >= %{libidl_version}
|
|
|
|
BuildRequires: libIDL-devel >= %{libidl_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
@ -19,10 +19,8 @@ BuildRequires: automake
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: ORBit2-2.14.3-multilib.patch
|
|
|
|
Patch0: ORBit2-2.14.3-multilib.patch
|
|
|
|
# fixed in upstream cvs
|
|
|
|
|
|
|
|
Patch1: ORBit2-2.14.3-non-local-ipv4.patch
|
|
|
|
|
|
|
|
# handle ref leaks in the a11y stack more gracefully
|
|
|
|
# handle ref leaks in the a11y stack more gracefully
|
|
|
|
Patch2: ORBit2-2.14.3-ref-leaks.patch
|
|
|
|
Patch1: ORBit2-2.14.3-ref-leaks.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
ORBit is a high-performance CORBA (Common Object Request Broker
|
|
|
|
ORBit is a high-performance CORBA (Common Object Request Broker
|
|
|
@ -42,7 +40,7 @@ Group: Development/Libraries
|
|
|
|
Requires: indent
|
|
|
|
Requires: indent
|
|
|
|
Requires: glib2-devel
|
|
|
|
Requires: glib2-devel
|
|
|
|
Requires: libIDL-devel >= %{libidl_version}
|
|
|
|
Requires: libIDL-devel >= %{libidl_version}
|
|
|
|
Requires: ORBit2 = %{version}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: glib2-devel >= %{glib2_version}
|
|
|
|
Requires: glib2-devel >= %{glib2_version}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
Conflicts: ORBit-devel <= 1:0.5.8
|
|
|
|
Conflicts: ORBit-devel <= 1:0.5.8
|
|
|
@ -59,15 +57,14 @@ write such programs, you'll also need to install the ORBIT package.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
%patch1 -p1 -b .non-local-ipv4
|
|
|
|
%patch1 -p1 -b .ref-leaks
|
|
|
|
%patch2 -p1 -b .ref-leaks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
## the shipped libtool is broken wrt. multilib
|
|
|
|
## the shipped libtool is broken wrt. multilib
|
|
|
|
libtoolize --force --copy
|
|
|
|
libtoolize --force --copy
|
|
|
|
aclocal
|
|
|
|
aclocal
|
|
|
|
autoconf
|
|
|
|
autoconf
|
|
|
|
%configure --disable-gtk-doc --enable-purify
|
|
|
|
%configure --disable-gtk-doc --enable-purify --disable-static
|
|
|
|
make
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -119,7 +116,6 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_bindir}/orbit-idl-2
|
|
|
|
%{_bindir}/orbit-idl-2
|
|
|
@ -133,6 +129,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.4-1
|
|
|
|
|
|
|
|
- Update to 2.14.4
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-4
|
|
|
|
* Fri Dec 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-4
|
|
|
|
- Handle ref leaks in the a11y stack more gracefully (#214795)
|
|
|
|
- Handle ref leaks in the a11y stack more gracefully (#214795)
|
|
|
|
|
|
|
|
|
|
|
|