You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
501 lines
14 KiB
501 lines
14 KiB
%define libidl_version 0.8.2-1
|
|
%define glib2_version 2.2.0
|
|
|
|
Summary: A high-performance CORBA Object Request Broker
|
|
Name: ORBit2
|
|
Version: 2.14.10
|
|
Release: 2%{?dist}
|
|
Source: http://download.gnome.org/sources/ORBit2/2.14/%{name}-%{version}.tar.bz2
|
|
Group: System Environment/Daemons
|
|
License: LGPLv2 and GPLv2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
URL: http://www.gnome.org/projects/ORBit2
|
|
BuildRequires: libIDL-devel >= %{libidl_version}
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
BuildRequires: pkgconfig >= 0.14
|
|
BuildRequires: libtool
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: gtk-doc
|
|
|
|
Patch0: ORBit2-2.14.3-multilib.patch
|
|
# handle ref leaks in the a11y stack more gracefully
|
|
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
|
|
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
|
|
write programs that use CORBA technology.
|
|
|
|
%package devel
|
|
Summary: Development libraries, header files and utilities for ORBit
|
|
Group: Development/Libraries
|
|
Requires: indent
|
|
Requires: glib2-devel
|
|
Requires: libIDL-devel >= %{libidl_version}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: glib2-devel >= %{glib2_version}
|
|
# we install a pc file
|
|
Requires: pkgconfig
|
|
# we install an automake macro
|
|
Requires: automake
|
|
# for /usr/share/gtk-doc/html
|
|
Requires: gtk-doc
|
|
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
|
|
C language.
|
|
|
|
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.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1 -b .multilib
|
|
%patch1 -p1 -b .ref-leaks
|
|
|
|
%build
|
|
## the shipped libtool is broken wrt. multilib
|
|
libtoolize --force --copy
|
|
aclocal
|
|
autoconf
|
|
%configure --disable-gtk-doc --enable-purify --disable-static
|
|
make
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
%makeinstall
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/ORBit-2.0/*.*a
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a
|
|
|
|
# fix multilib conflict caused by orbit-config.h
|
|
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
|
|
%define wordsize 64
|
|
%else
|
|
%define wordsize 32
|
|
%endif
|
|
|
|
mv $RPM_BUILD_ROOT%{_includedir}/orbit-2.0/orbit/orbit-config.h \
|
|
$RPM_BUILD_ROOT%{_includedir}/orbit-2.0/orbit/orbit-config-%{wordsize}.h
|
|
|
|
cat >$RPM_BUILD_ROOT%{_includedir}/orbit-2.0/orbit/orbit-config.h <<EOF
|
|
#ifndef ORBIT_MULTILIB
|
|
#define ORBIT_MULTILIB
|
|
|
|
#include <bits/wordsize.h>
|
|
|
|
#if __WORDSIZE == 32
|
|
# include "orbit-config-32.h"
|
|
#elif __WORDSIZE == 64
|
|
# include "orbit-config-64.h"
|
|
#else
|
|
# error "unexpected value for __WORDSIZE macro"
|
|
#endif
|
|
|
|
#endif
|
|
EOF
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING NEWS README TODO
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/orbit-2.0/*.so*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/*.so
|
|
%{_libdir}/orbit-2.0
|
|
# this is needed by libbonobo
|
|
%{_libdir}/libname-server-2.a
|
|
%{_libdir}/pkgconfig/*
|
|
%{_bindir}/orbit-idl-2
|
|
%{_bindir}/typelib-dump
|
|
%{_bindir}/orbit2-config
|
|
%{_bindir}/ior-decode-2
|
|
%{_includedir}/*
|
|
%{_datadir}/aclocal/*
|
|
%{_datadir}/idl/orbit-2.0
|
|
%{_bindir}/linc-cleanup-sockets
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
%changelog
|
|
* Tue Oct 16 2007 Dennis Gilmore <dennis@ausil.us> - 2.14.10-2
|
|
- add sparc64 to the list of 64 bit archs
|
|
|
|
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.10-1
|
|
- Update to 2.14.10 (bug fixes)
|
|
|
|
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.9-1
|
|
- Update to 2.14.9
|
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.14.7-6
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
* Wed Aug 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-5
|
|
- Update the license field
|
|
|
|
* Sat Jul 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-4
|
|
- Fix directory ownership issues
|
|
|
|
* Mon Apr 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-3
|
|
- Add alpha to 64bit arches (#236544)
|
|
|
|
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-2
|
|
- Fix a directory ownership issue (#233755)
|
|
|
|
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-1
|
|
- Update to 2.14.7
|
|
|
|
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.6-1
|
|
- Update to 2.14.6
|
|
|
|
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.5-2
|
|
- Re-add a static library that is needed by libbonobo
|
|
|
|
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.5-1
|
|
- Update to 2.14.5
|
|
|
|
* 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
|
|
- Handle ref leaks in the a11y stack more gracefully (#214795)
|
|
|
|
* Sun Sep 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-3
|
|
- Make non-local IPv4 work again (#205950)
|
|
|
|
* Tue Sep 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-2.fc6
|
|
- Fix remaining multilib issues (#205228)
|
|
|
|
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-1.fc6
|
|
- Update to 2.14.3
|
|
|
|
* Wed Aug 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2-1.fc6
|
|
- Update to 2.14.2
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-3.1
|
|
- rebuild
|
|
|
|
* Thu Jun 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
|
|
- Add missing BuildRequires
|
|
|
|
* Wed May 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
|
|
- Don't rebuild api docs
|
|
- Fix multilib conflicts
|
|
|
|
* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.14.1-1
|
|
- Update to 2.14.1
|
|
|
|
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-1.2
|
|
- rebump for build order issues during double-long bump
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-1.1
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Mon Feb 6 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
|
|
- Update to 2.13.3
|
|
|
|
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-2
|
|
- Fix multilib issues
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
|
|
- Update to 2.13.2
|
|
- Drop upstreamed patch
|
|
|
|
* Tue Oct 25 2005 Alexander Larsson <alexl@redhat.com> 2.12.4-3
|
|
- Build with --enable-purify to avoid valgrind warnings
|
|
|
|
* Wed Oct 5 2005 Matthias Clasen <mclasen@redhat.com> 2.12.4-2
|
|
- Use gmodule-no-export in the .pc file
|
|
|
|
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.4-1
|
|
- Update to 2.12.4
|
|
|
|
* Fri Aug 5 2005 Matthias Clasen <mclasen@redhat.com> 2.12.2-1
|
|
- Update to 2.12.2
|
|
|
|
* 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
|
|
- Rebuild with gcc4
|
|
|
|
* Wed Feb 9 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
|
|
- Update to 2.12.1
|
|
|
|
* Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.12.0-3
|
|
- Remove the linc obsoletes - we don't technically obsolete it
|
|
|
|
* Tue Sep 28 2004 Mark McLoughlin <markmc@redhat.com> 2.12.0-2
|
|
- Add Obseletes: linc
|
|
|
|
* 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
|
|
|
|
* Mon Aug 9 2004 Mark McLoughlin <markmc@redhat.com> 2.11.1-2
|
|
- Add temporary workaround patch for bug #129329
|
|
|
|
* Tue Aug 3 2004 Mark McLoughlin <markmc@redhat.com> 2.11.1-1
|
|
- Update to 2.11.1
|
|
|
|
* Tue Jul 27 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-5
|
|
- Rebuilt
|
|
|
|
* Tue Jul 27 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
|
|
- Backport alignment fix for 64 bit from 0.10.3 - fixes Nautilus crashing
|
|
on startup (#126181). Thanks to Lamont R. Peterson <lamont@gurulabs.com>
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Thu Mar 11 2004 Alex Larsson <alexl@redhat.com> 2.10.0-2
|
|
- enable gtk-doc
|
|
|
|
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-1
|
|
- Update to 2.10.0
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon Feb 23 2004 Alexander Larsson <alexl@redhat.com> 2.9.8-1
|
|
- update to 2.9.8
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* 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
|
|
- 2.8.2
|
|
|
|
* Mon Oct 6 2003 Jeremy Katz <katzj@redhat.com> 2.8.1.90-1
|
|
- update to CVS snap off of gnome-2-4 branch
|
|
|
|
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.8.1-1
|
|
- 2.8.1
|
|
- BuildRequire a newer gtk-doc
|
|
|
|
* Wed Sep 3 2003 Alexander Larsson <alexl@redhat.com> 2.8.0-1
|
|
- 2.8.0
|
|
|
|
* Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-5
|
|
- Remove obsoletes linc line
|
|
|
|
* Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-4
|
|
- Add gtk-doc to devel
|
|
|
|
* Thu Aug 7 2003 Jonathan Blandford <jrb@redhat.com>
|
|
- rebuild for 2.4
|
|
|
|
* Fri Jul 11 2003 Havoc Pennington <hp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1
|
|
- 2.6.2
|
|
|
|
* Fri Jun 27 2003 Havoc Pennington <hp@redhat.com> 2.6.0-5
|
|
- add lame _exit(0) hack to work around problem on ia64 temporarily
|
|
|
|
* Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 2.6.0-4
|
|
- rebuild
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
|
|
- add explicit epoch's where needed.
|
|
|
|
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 2.6.0-2
|
|
- own %{_datadir}/idl/orbit-2.0 (#74020)
|
|
|
|
* Tue Feb 4 2003 Havoc Pennington <hp@redhat.com> 2.6.0-1
|
|
- 2.6.0
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
|
|
- 2.5.1
|
|
|
|
* Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
|
|
- 2.5.0
|
|
|
|
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
|
- 2.4.1
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
|
|
- rebuild in different environment
|
|
|
|
* Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
|
|
- 2.4.0
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
|
|
- rebuild in different environment
|
|
|
|
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
|
|
- 2.3.109
|
|
|
|
* Thu May 2 2002 Havoc Pennington <hp@redhat.com>
|
|
- 2.3.108
|
|
|
|
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
|
- 2.3.107
|
|
|
|
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
|
|
- 2.3.105
|
|
|
|
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
|
|
- Version 2.3.103
|
|
- Rebuild for dependencies
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
- build system somehow built against libglib-1.3.so.11
|
|
even though pkg-config found 1.3.12? wtf?
|
|
trying again
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
- 2.3.100.90 snap
|
|
|
|
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
|
|
- 2.3.99
|
|
|
|
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
|
|
- new snap 2.3.97.90, rebuild for glib 1.3.11
|
|
|
|
* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
|
|
- new snap, glib 1.3.10 rebuild
|
|
|
|
* Tue Oct 9 2001 Havoc Pennington <hp@redhat.com>
|
|
- check rebuild against new linc with headers moved
|
|
- remove epoch, that was a screwup
|
|
|
|
* Thu Oct 4 2001 Havoc Pennington <hp@redhat.com>
|
|
- cvs snap
|
|
- require specific glib2
|
|
|
|
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
|
|
- 2.3.95 tarball
|
|
- depend on new standalone libIDL, remove all libIDL stuff from file list
|
|
|
|
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
|
|
- require specific linc version, unrequire specific glib version since
|
|
we get that via linc
|
|
|
|
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
|
|
- newer orbit2 from CVS
|
|
|
|
* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
|
|
- conflict with old orbit with headers not moved
|
|
|
|
* Wed Sep 12 2001 Havoc Pennington <hp@redhat.com>
|
|
- renaming more things
|
|
- remove smp flags, doesn't work atm
|
|
- fix .pc file, trying to get bonobo-activation to build
|
|
|
|
* Tue Sep 11 2001 Havoc Pennington <hp@redhat.com>
|
|
- kill all file conflicts with ORBit1
|
|
|
|
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
|
|
- convert to ORBit2 spec file (from ORBit original)
|
|
|
|
* Tue Jul 24 2001 Alexander Larsson <alexl@redhat.com>
|
|
- Added glib-devel BuildRequires
|
|
|
|
* Thu Jun 21 2001 Elliot Lee <sopwith@redhat.com> 0.5.8-2
|
|
- Use _smp_mflags if possible.
|
|
|
|
* Mon May 14 2001 Jonathan Blandford <jrb@redhat.com>
|
|
- bumped version
|
|
|
|
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
|
|
- Rebuild for GTK+-1.2.9
|
|
|
|
* Tue Jan 30 2001 Elliot Lee <sopwith@redhat.com>
|
|
- 0.5.7 for real
|
|
|
|
* Thu Jan 18 2001 Elliot Lee <sopwith@redhat.com>
|
|
- 0.5.7
|
|
|
|
* Tue Dec 19 2000 Elliot Lee <sopwith@redhat.com>
|
|
- 0.5.6
|
|
|
|
* Thu Nov 30 2000 Elliot Lee <sopwith@redhat.com>
|
|
- 0.5.5
|
|
|
|
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
|
|
- Up Epoch and release
|
|
|
|
* Tue Jul 25 2000 Elliot Lee <sopwith@redhat.com>
|
|
- 0.5.3
|
|
|
|
* Wed Jul 19 2000 Jonathan Blandford <jrb@redhat.com>
|
|
- fixed to work with new cpp.
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
- automatic rebuild
|
|
|
|
* Tue Jul 11 2000 Jonathan Blandford <jrb@redhat.com>
|
|
- Upgraded to 0.5.2 - a bug fix release.
|
|
|
|
* Tue Jun 27 2000 Havoc Pennington <hp@redhat.com>
|
|
- Trying to build the package for Preston and the build
|
|
system wants a new changelog entry
|
|
|
|
* Sat Jun 24 2000 Preston Brown <pbrown@redhat.com>
|
|
- defattr the devel pkg
|
|
- FHS paths
|
|
|
|
* Fri May 19 2000 Jonathan Blandford <jrb@redhat.com>
|
|
- Upgraded to 0.5.1
|
|
|
|
* Tue Feb 3 2000 Elliot Lee <sopwith@redhat.com> 0.5.0-3
|
|
- Strip shared libraries
|
|
|
|
* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com> 0.4.94-1
|
|
- Spec file fixes from RHL 6.0.
|
|
|
|
* Wed Jun 2 1999 Jose Mercado <jmercado@mit.edu>
|
|
- Fixed configure.in so spec.in could be used.
|
|
|
|
* Mon Nov 23 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
|
|
|
|
- improved %files section, and added use of %{prefix} and install-info
|
|
(well,... no. The info file has not dir info inside, commented out)
|