cvsdist 01fc085
%define libidl_version 0.8.2-1
cvsdist 72a4eb2
%define glib2_version 2.2.0
cvsdist 4358297
960659d
Summary: A high-performance CORBA Object Request Broker
cvsdist 4358297
Name: ORBit2
a731307
Version: 2.14.12
3a18229
Release: 1%{?dist}
f291d7f
Source: http://download.gnome.org/sources/ORBit2/2.14/%{name}-%{version}.tar.bz2
cvsdist 4358297
Group: System Environment/Daemons
79c6179
License: LGPLv2 and GPLv2
cf44886
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a883416
URL: http://www.gnome.org/projects/ORBit2
cvsdist 4358297
BuildRequires: libIDL-devel >= %{libidl_version}
cvsdist 4358297
BuildRequires: glib2-devel >= %{glib2_version}
cvsdist 72a4eb2
BuildRequires: pkgconfig >= 0.14
90afd54
BuildRequires: libtool
90afd54
BuildRequires: autoconf
90afd54
BuildRequires: automake
6db6ffa
BuildRequires: gtk-doc
cvsdist 4358297
a6622e1
Patch0: ORBit2-2.14.3-multilib.patch
249695d
# handle ref leaks in the a11y stack more gracefully
cf44886
Patch1: ORBit2-2.14.3-ref-leaks.patch
b7737fa
Patch2: deprecation.patch
a6622e1
cvsdist 4358297
%description
cvsdist 4358297
ORBit is a high-performance CORBA (Common Object Request Broker 
cvsdist 4358297
Architecture) ORB (object request broker). It allows programs to 
cvsdist 4358297
send requests and receive replies from other programs, regardless 
cvsdist 4358297
of the locations of the two programs. CORBA is an architecture that 
cvsdist 4358297
enables communication between program objects, regardless of the 
cvsdist 4358297
programming language they're written in or the operating system they
cvsdist 4358297
run on.
cvsdist 4358297
cvsdist 4358297
You will need to install this package and ORBit-devel if you want to 
cvsdist 4358297
write programs that use CORBA technology.
cvsdist 4358297
cvsdist 4358297
%package devel
960659d
Summary: Development libraries, header files and utilities for ORBit
cvsdist 4358297
Group: Development/Libraries
cvsdist 4358297
Requires: indent
cvsdist 4358297
Requires: glib2-devel
cvsdist 4358297
Requires: libIDL-devel >= %{libidl_version}
cf44886
Requires: %{name} = %{version}-%{release}
cvsdist 4358297
Requires: glib2-devel >= %{glib2_version}
0b21d62
# we install a pc file
960659d
Requires: pkgconfig
0b21d62
# we install an automake macro
0b21d62
Requires: automake
4e0a8fc
# for /usr/share/gtk-doc/html
4e0a8fc
Requires: gtk-doc
cvsdist 01fc085
Conflicts: ORBit-devel <= 1:0.5.8
cvsdist 4358297
cvsdist 4358297
%description devel
cvsdist 4358297
ORBit is a high-performance CORBA (Common Object Request Broker
cvsdist 4358297
Architecture) ORB (object request broker) with support for the 
cvsdist 4358297
C language.
cvsdist 4358297
cvsdist 4358297
This package contains the header files, libraries and utilities 
cvsdist 4358297
necessary to write programs that use CORBA technology. If you want to
cvsdist 4358297
write such programs, you'll also need to install the ORBIT package.
cvsdist 4358297
cvsdist 4358297
%prep
cvsdist 4358297
%setup -q
a6622e1
%patch0 -p1 -b .multilib
cf44886
%patch1 -p1 -b .ref-leaks
b7737fa
%patch2 -p1 -b .deprecation
c2380fa
 
cvsdist 4358297
%build
f001a58
## the shipped libtool is broken wrt. multilib
f001a58
libtoolize --force --copy
f001a58
aclocal
f001a58
autoconf
cf44886
%configure --disable-gtk-doc --enable-purify --disable-static
1df720a
make
cvsdist 4358297
cvsdist 4358297
%install
cvsdist 4358297
rm -rf %{buildroot}
cvsdist 4358297
%makeinstall
cvsdist 4358297
5648b46
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist eaf7211
rm -f $RPM_BUILD_ROOT%{_libdir}/ORBit-2.0/*.*a
cvsdist eaf7211
rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a
cvsdist eaf7211
a883416
# fix multilib conflict caused by orbit-config.h
29d0baa
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
a054003
%define wordsize 64
a054003
%else
a054003
%define wordsize 32
a054003
%endif
a054003
a054003
mv $RPM_BUILD_ROOT%{_includedir}/orbit-2.0/orbit/orbit-config.h \
a054003
   $RPM_BUILD_ROOT%{_includedir}/orbit-2.0/orbit/orbit-config-%{wordsize}.h
a054003
bd5869d
cat >$RPM_BUILD_ROOT%{_includedir}/orbit-2.0/orbit/orbit-config.h <
a054003
#ifndef ORBIT_MULTILIB
a054003
#define ORBIT_MULTILIB
a054003
a054003
#include <bits/wordsize.h>
a054003
a054003
#if __WORDSIZE == 32
a054003
# include "orbit-config-32.h"
a054003
#elif __WORDSIZE == 64
a054003
# include "orbit-config-64.h"
a054003
#else
a054003
# error "unexpected value for __WORDSIZE macro"
a054003
#endif
a054003
a054003
#endif 
a054003
EOF
a054003
cvsdist 4358297
%post -p /sbin/ldconfig
cvsdist 4358297
cvsdist 4358297
%postun -p /sbin/ldconfig
cvsdist 4358297
%clean
cvsdist 4358297
rm -rf %{buildroot}
cvsdist 4358297
cvsdist 4358297
%files
cvsdist 4358297
%defattr(-,root,root)
79c6179
%doc AUTHORS COPYING NEWS README TODO
cvsdist c3566a1
%{_libdir}/*.so.*
cvsdist eaf7211
%{_libdir}/orbit-2.0/*.so*
cvsdist 4358297
cvsdist 4358297
%files devel
cvsdist 4358297
%defattr(-,root,root)
cvsdist c3566a1
%{_libdir}/*.so
0e8c4d4
%{_libdir}/orbit-2.0
5648b46
# this is needed by libbonobo
5648b46
%{_libdir}/libname-server-2.a
cvsdist 4358297
%{_libdir}/pkgconfig/*
cvsdist 4358297
%{_bindir}/orbit-idl-2
cvsdist 4358297
%{_bindir}/typelib-dump
cvsdist 4358297
%{_bindir}/orbit2-config
cvsdist 4358297
%{_bindir}/ior-decode-2
cvsdist 4358297
%{_includedir}/*
cvsdist 4358297
%{_datadir}/aclocal/*
cvsdist 72a4eb2
%{_datadir}/idl/orbit-2.0
cvsdist 01fc085
%{_bindir}/linc-cleanup-sockets
4e0a8fc
%{_datadir}/gtk-doc/html/*
cvsdist c3566a1
cvsdist 4358297
%changelog
a731307
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.12-1
a731307
- Update to 2.14.12
a731307
3a18229
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.11-1
3a18229
- Update to 2.14.11
3a18229
29d0baa
* Tue Oct 16 2007 Dennis Gilmore <dennis@ausil.us> - 2.14.10-2
29d0baa
- add sparc64 to the list  of 64 bit archs
29d0baa
8c47926
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.10-1
8c47926
- Update to 2.14.10 (bug fixes)
8c47926
69206a8
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.9-1
69206a8
- Update to 2.14.9
69206a8
9de92b2
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.14.7-6
9de92b2
- Rebuild for selinux ppc32 issue.
9de92b2
79c6179
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-5
79c6179
- Update the license field
79c6179
4e0a8fc
* Sat Jul  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-4
4e0a8fc
- Fix directory ownership issues
4e0a8fc
3395bdb
* Mon Apr 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-3
3395bdb
- Add alpha to 64bit arches (#236544)
3395bdb
0e8c4d4
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-2
0e8c4d4
- Fix a directory ownership issue (#233755)
0e8c4d4
0b21d62
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.7-1
0b21d62
- Update to 2.14.7
0b21d62
a883416
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.6-1
a883416
- Update to 2.14.6
a883416
5648b46
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.5-2
5648b46
- Re-add a static library that is needed by libbonobo
5648b46
6faddb2
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.5-1
6faddb2
- Update to 2.14.5
6faddb2
cf44886
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.4-1
cf44886
- Update to 2.14.4
cf44886
249695d
* Fri Dec  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-4
249695d
- Handle ref leaks in the a11y stack more gracefully (#214795)
249695d
66ab15e
* Sun Sep 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-3
6308ada
- Make non-local IPv4 work again  (#205950)
66ab15e
a6622e1
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-2.fc6
a6622e1
- Fix remaining multilib issues (#205228)
a6622e1
960659d
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.3-1.fc6
960659d
- Update to 2.14.3
960659d
1684aba
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2-1.fc6
1684aba
- Update to 2.14.2
1684aba
a8fa40b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-3.1
a8fa40b
- rebuild
a8fa40b
90afd54
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
90afd54
- Add missing BuildRequires
90afd54
212963f
* Wed May 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
212963f
- Don't rebuild api docs
a054003
- Fix multilib conflicts
212963f
b0b0702
* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.14.1-1
b0b0702
- Update to 2.14.1
b0b0702
7b6efbb
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-1.2
7b6efbb
- rebump for build order issues during double-long bump
7b6efbb
b4484c9
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-1.1
b4484c9
- bump again for double-long bug on ppc(64)
b4484c9
3f0dcc2
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
3f0dcc2
- Update to 2.13.3
3f0dcc2
f001a58
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-2
f001a58
- Fix multilib issues
f001a58
3e58644
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3e58644
- rebuilt
3e58644
024b637
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
024b637
- Update to 2.13.2
3701cba
- Drop upstreamed patch
024b637
edca28d
* Tue Oct 25 2005 Alexander Larsson <alexl@redhat.com> 2.12.4-3
edca28d
- Build with --enable-purify to avoid valgrind warnings
edca28d
c2380fa
* Wed Oct  5 2005 Matthias Clasen <mclasen@redhat.com> 2.12.4-2
c2380fa
- Use gmodule-no-export in the .pc file
c2380fa
2a2436b
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.4-1
2a2436b
- Update to 2.12.4
2a2436b
70672cb
* Fri Aug  5 2005 Matthias Clasen <mclasen@redhat.com> 2.12.2-1
70672cb
- Update to 2.12.2
70672cb
aae5a10
* Tue May 10 2005 Mark McLoughlin <markmc@redhat.com> 2.12.1-3
aae5a10
- Add patch to set the size of the IO thread stack to 256k in
aae5a10
  order to mitigate the apparent 10M jump in GNOME processes
aae5a10
  memory usage (#157297)
aae5a10
5899216
* Wed Mar  2 2005 Mark McLoughlin <markmc@redhat.com> 2.12.1-2
5899216
- Rebuild with gcc4
5899216
6a2ea9f
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
6a2ea9f
- Update to 2.12.1
6a2ea9f
02f5157
* Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.12.0-3
02f5157
- Remove the linc obsoletes - we don't technically obsolete it
02f5157
d54fc69
* Tue Sep 28 2004 Mark McLoughlin <markmc@redhat.com> 2.12.0-2
d54fc69
- Add Obseletes: linc
d54fc69
1df720a
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.12.0-1
1df720a
- Update to 2.12.0
1df720a
cvsdist 16028f5
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.11.2-1
cvsdist 16028f5
- Update to 2.11.2
cvsdist 16028f5
- Remove gcc on pcc workaround patch
cvsdist 16028f5
cvsdist 0fda9b1
* Mon Aug  9 2004 Mark McLoughlin <markmc@redhat.com> 2.11.1-2
cvsdist 0fda9b1
- Add temporary workaround patch for bug #129329
cvsdist 0fda9b1
cvsdist c6e358d
* Tue Aug  3 2004 Mark McLoughlin <markmc@redhat.com> 2.11.1-1
cvsdist c6e358d
- Update to 2.11.1
cvsdist c6e358d
cvsdist f85556b
* Tue Jul 27 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-5
cvsdist f85556b
- Rebuilt
cvsdist f85556b
cvsdist f85556b
* Tue Jul 27 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
cvsdist f85556b
- Backport alignment fix for 64 bit from 0.10.3 - fixes Nautilus crashing
cvsdist f85556b
  on startup (#126181). Thanks to Lamont R. Peterson <lamont@gurulabs.com>
cvsdist f85556b
cvsdist 2db3639
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2db3639
- rebuilt
cvsdist 2db3639
cvsdist c968eb1
* Thu Mar 11 2004 Alex Larsson <alexl@redhat.com> 2.10.0-2
cvsdist c968eb1
- enable gtk-doc
cvsdist c968eb1
cvsdist c968eb1
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.10.0-1
cvsdist c968eb1
- Update to 2.10.0
cvsdist c968eb1
cvsdist c968eb1
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c968eb1
- rebuilt
cvsdist c968eb1
cvsdist c968eb1
* Mon Feb 23 2004 Alexander Larsson <alexl@redhat.com> 2.9.8-1
cvsdist c968eb1
- update to 2.9.8
cvsdist c968eb1
cvsdist c968eb1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c968eb1
- rebuilt
cvsdist c968eb1
cvsdist f1a0552
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> 2.9.6-1
cvsdist f1a0552
- update to 2.9.6
cvsdist f1a0552
cvsdist 01fc085
* Wed Oct 22 2003 Jeremy Katz <katzj@redhat.com> 2.8.2-1
cvsdist 01fc085
- 2.8.2
cvsdist 01fc085
cvsdist 01fc085
* Mon Oct  6 2003 Jeremy Katz <katzj@redhat.com> 2.8.1.90-1
cvsdist 01fc085
- update to CVS snap off of gnome-2-4 branch
cvsdist 01fc085
cvsdist 01fc085
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.8.1-1
cvsdist 01fc085
- 2.8.1
cvsdist 01fc085
- BuildRequire a newer gtk-doc
cvsdist 01fc085
cvsdist 01fc085
* Wed Sep  3 2003 Alexander Larsson <alexl@redhat.com> 2.8.0-1
cvsdist 01fc085
- 2.8.0
cvsdist 01fc085
cvsdist 01fc085
* Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-5
cvsdist 01fc085
- Remove obsoletes linc line
cvsdist 01fc085
cvsdist 01fc085
* Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.7.5-4
cvsdist 01fc085
- Add gtk-doc to devel
cvsdist 01fc085
cvsdist 01fc085
* Thu Aug  7 2003 Jonathan Blandford <jrb@redhat.com>
cvsdist 01fc085
- rebuild for 2.4
cvsdist 01fc085
cvsdist 01fc085
* Fri Jul 11 2003 Havoc Pennington <hp@redhat.com>
cvsdist 01fc085
- automated rebuild
cvsdist 01fc085
cvsdist 01fc085
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1
cvsdist 01fc085
- 2.6.2
cvsdist 01fc085
cvsdist 01fc085
* Fri Jun 27 2003 Havoc Pennington <hp@redhat.com> 2.6.0-5
cvsdist 01fc085
- add lame _exit(0) hack to work around problem on ia64 temporarily
cvsdist 01fc085
cvsdist 01fc085
* Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 2.6.0-4
cvsdist 01fc085
- rebuild
cvsdist 01fc085
cvsdist 01fc085
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 01fc085
- rebuilt
cvsdist 01fc085
cvsdist 01fc085
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 01fc085
- add explicit epoch's where needed.
cvsdist 01fc085
cvsdist 72a4eb2
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 2.6.0-2
cvsdist 72a4eb2
- own %{_datadir}/idl/orbit-2.0 (#74020)
cvsdist 72a4eb2
cvsdist 72a4eb2
* Tue Feb  4 2003 Havoc Pennington <hp@redhat.com> 2.6.0-1
cvsdist 72a4eb2
- 2.6.0
cvsdist 72a4eb2
cvsdist 72a4eb2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 72a4eb2
- rebuilt
cvsdist 72a4eb2
cvsdist 72a4eb2
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
cvsdist 72a4eb2
- 2.5.1
cvsdist 72a4eb2
cvsdist 72a4eb2
* Fri Nov  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist 72a4eb2
- 2.5.0
cvsdist 72a4eb2
cvsdist eaf7211
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist eaf7211
- 2.4.1
cvsdist eaf7211
cvsdist 81f9bae
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 81f9bae
- automated rebuild
cvsdist 81f9bae
cvsdist 81f9bae
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
cvsdist 81f9bae
- rebuild in different environment
cvsdist 81f9bae
cvsdist c3566a1
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist c3566a1
- 2.4.0
cvsdist c3566a1
cvsdist c3566a1
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist c3566a1
- automated rebuild
cvsdist c3566a1
cvsdist c3566a1
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist c3566a1
- rebuild in different environment
cvsdist c3566a1
cvsdist c3566a1
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist c3566a1
- 2.3.109
cvsdist c3566a1
cvsdist c3566a1
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist c3566a1
- 2.3.108
cvsdist c3566a1
cvsdist c3566a1
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist c3566a1
- 2.3.107
cvsdist c3566a1
cvsdist c3566a1
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist c3566a1
- 2.3.105
cvsdist c3566a1
cvsdist c3566a1
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist c3566a1
- Version 2.3.103
cvsdist c3566a1
- Rebuild for dependencies
cvsdist c3566a1
cvsdist c3566a1
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist c3566a1
- automated rebuild
cvsdist c3566a1
cvsdist 4358297
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- build system somehow built against libglib-1.3.so.11
cvsdist 4358297
  even though pkg-config found 1.3.12? wtf?
cvsdist 4358297
  trying again
cvsdist 4358297
cvsdist 4358297
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- 2.3.100.90 snap
cvsdist 4358297
cvsdist 4358297
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- 2.3.99
cvsdist 4358297
cvsdist 4358297
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- new snap 2.3.97.90, rebuild for glib 1.3.11
cvsdist 4358297
cvsdist 4358297
* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- new snap, glib 1.3.10 rebuild
cvsdist 4358297
cvsdist 4358297
* Tue Oct  9 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- check rebuild against new linc with headers moved
cvsdist 4358297
- remove epoch, that was a screwup
cvsdist 4358297
cvsdist 4358297
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- cvs snap
cvsdist 4358297
- require specific glib2
cvsdist 4358297
cvsdist 4358297
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- 2.3.95 tarball
cvsdist 4358297
- depend on new standalone libIDL, remove all libIDL stuff from file list
cvsdist 4358297
cvsdist 4358297
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- require specific linc version, unrequire specific glib version since
cvsdist 4358297
  we get that via linc
cvsdist 4358297
cvsdist 4358297
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- newer orbit2 from CVS
cvsdist 4358297
cvsdist 4358297
* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- conflict with old orbit with headers not moved
cvsdist 4358297
cvsdist 4358297
* Wed Sep 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- renaming more things
cvsdist 4358297
- remove smp flags, doesn't work atm
cvsdist 4358297
- fix .pc file, trying to get bonobo-activation to build
cvsdist 4358297
cvsdist 4358297
* Tue Sep 11 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- kill all file conflicts with ORBit1
cvsdist 4358297
cvsdist 4358297
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- convert to ORBit2 spec file (from ORBit original)
cvsdist 4358297
cvsdist 4358297
* Tue Jul 24 2001 Alexander Larsson <alexl@redhat.com>
cvsdist 4358297
- Added glib-devel BuildRequires
cvsdist 4358297
cvsdist 4358297
* Thu Jun 21 2001 Elliot Lee <sopwith@redhat.com> 0.5.8-2
cvsdist 4358297
- Use _smp_mflags if possible.
cvsdist 4358297
cvsdist 4358297
* Mon May 14 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist 4358297
- bumped version
cvsdist 4358297
cvsdist 4358297
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 4358297
- Rebuild for GTK+-1.2.9
cvsdist 4358297
cvsdist 4358297
* Tue Jan 30 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 4358297
- 0.5.7 for real
cvsdist 4358297
cvsdist 4358297
* Thu Jan 18 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 4358297
- 0.5.7
cvsdist 4358297
cvsdist 4358297
* Tue Dec 19 2000 Elliot Lee <sopwith@redhat.com>
cvsdist 4358297
- 0.5.6
cvsdist 4358297
cvsdist 4358297
* Thu Nov 30 2000 Elliot Lee <sopwith@redhat.com>
cvsdist 4358297
- 0.5.5
cvsdist 4358297
cvsdist 4358297
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 4358297
- Up Epoch and release
cvsdist 4358297
cvsdist 4358297
* Tue Jul 25 2000 Elliot Lee <sopwith@redhat.com>
cvsdist 4358297
- 0.5.3
cvsdist 4358297
cvsdist 4358297
* Wed Jul 19 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 4358297
- fixed to work with new cpp.
cvsdist 4358297
cvsdist 4358297
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 4358297
- automatic rebuild
cvsdist 4358297
cvsdist 4358297
* Tue Jul 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 4358297
- Upgraded to 0.5.2 - a bug fix release.
cvsdist 4358297
cvsdist 4358297
* Tue Jun 27 2000 Havoc Pennington <hp@redhat.com>
cvsdist 4358297
- Trying to build the package for Preston and the build
cvsdist 4358297
  system wants a new changelog entry
cvsdist 4358297
cvsdist 4358297
* Sat Jun 24 2000 Preston Brown <pbrown@redhat.com>
cvsdist 4358297
- defattr the devel pkg
cvsdist 4358297
- FHS paths
cvsdist 4358297
cvsdist 4358297
* Fri May 19 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 4358297
- Upgraded to 0.5.1
cvsdist 4358297
cvsdist 4358297
* Tue Feb  3 2000 Elliot Lee <sopwith@redhat.com> 0.5.0-3
cvsdist 4358297
- Strip shared libraries
cvsdist 4358297
cvsdist 4358297
* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com> 0.4.94-1
cvsdist 4358297
- Spec file fixes from RHL 6.0.
cvsdist 4358297
cvsdist 4358297
* Wed Jun 2 1999  Jose Mercado <jmercado@mit.edu>
cvsdist 4358297
- Fixed configure.in so spec.in could be used.
cvsdist 4358297
cvsdist 4358297
* Mon Nov 23 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
cvsdist 4358297
cvsdist 4358297
- improved %files section, and added use of %{prefix} and install-info
cvsdist 4358297
  (well,... no. The info file has not dir info inside, commented out)