cvsdist 5a4d455
%define libxml2_version 2.5
cvsdist 5a4d455
%define orbit2_version 2.5.1
cvsdist 5a4d455
%define bonobo_activation_version 2.2.0
cvsdist ce62ddc
%define libbonobo_version 2.3.6
cvsdist 5856df0
%define libgnomecanvas_version 2.0.1
cvsdist 5a4d455
%define libgnome_version 2.2.0
cvsdist 1732a77
%define libart_lgpl_version 2.3.8
cvsdist 5a4d455
%define gtk2_version 2.2.0
cvsdist 5856df0
%define libglade2_version 2.0.0
cvsdist 5a4d455
%define glib2_version 2.2.0
cvsdist 5856df0
cvsdist 5856df0
%define po_package libbonoboui-2.0
cvsdist b2f38a0
cvsdist b2f38a0
Summary: Bonobo user interface components
cvsdist b2f38a0
Name: libbonoboui
5338701
Version: 2.8.0.99cvs20040929
c1b66a8
Release: 2
cvsdist b2f38a0
URL: http://ftp.gnome.org
7f0dc10
Source0: %{name}-%{version}.tar.gz
cvsdist b2f38a0
License: LGPL
cvsdist b2f38a0
Group: System Environment/Libraries
cvsdist b2f38a0
BuildRoot: %{_tmppath}/%{name}-root
cvsdist b2f38a0
cvsdist b2f38a0
Requires: libxml2 >= %{libxml2_version}
cvsdist b2f38a0
Requires: ORBit2 >= %{orbit2_version}
cvsdist b2f38a0
Requires: libbonobo >= %{libbonobo_version}
cvsdist b2f38a0
Requires: libgnomecanvas >= %{libgnomecanvas_version}
cvsdist b2f38a0
Requires: libgnome >= %{libgnome_version}
cvsdist b2f38a0
Requires: libart_lgpl >= %{libart_lgpl_version}
cvsdist b2f38a0
Requires: gtk2 >= %{gtk2_version}
cvsdist b2f38a0
Requires: libglade2 >= %{libglade2_version}
cvsdist b2f38a0
cvsdist b2f38a0
BuildPreReq: libxml2-devel >= %{libxml2_version}
cvsdist b2f38a0
BuildPreReq: ORBit2-devel >= %{orbit2_version}
cvsdist b2f38a0
BuildPreReq: libbonobo-devel >= %{libbonobo_version}
cvsdist b2f38a0
BuildPreReq: libgnomecanvas-devel >= %{libgnomecanvas_version}
cvsdist b2f38a0
BuildPreReq: libgnome-devel >= %{libgnome_version}
cvsdist b2f38a0
BuildPreReq: libart_lgpl-devel >= %{libart_lgpl_version}
cvsdist b2f38a0
BuildPreReq: gtk2-devel >= %{gtk2_version}
cvsdist b2f38a0
BuildPreReq: libglade2-devel >= %{libglade2_version}
cvsdist 1732a77
BuildPreReq: intltool >= 0.14-1
cvsdist c047d18
BuildPreReq: libtool >= 1.4.2-12
cvsdist ce62ddc
BuildPreReq: automake autoconf
cvsdist 5a4d455
BuildPreReq: glib2-devel >= %{glib2_version}
cvsdist 347a45b
BuildRequires: gtk-doc
cvsdist b2f38a0
cvsdist b2f38a0
%description
cvsdist b2f38a0
cvsdist b2f38a0
Bonobo is a component system based on CORBA, used by the GNOME
cvsdist b2f38a0
desktop.  libbonoboui contains the user interface related components
cvsdist b2f38a0
that come with Bonobo.
cvsdist b2f38a0
cvsdist b2f38a0
%package devel
cvsdist b2f38a0
Summary: Libraries and headers for libbonoboui
cvsdist b2f38a0
Group: Development/Libraries
cvsdist 1732a77
Requires: %name = %{version}
cvsdist b2f38a0
Requires: libxml2-devel >= %{libxml2_version}
cvsdist b2f38a0
Requires: ORBit2-devel >= %{orbit2_version}
cvsdist b2f38a0
Requires: libbonobo-devel >= %{libbonobo_version}
cvsdist b2f38a0
Requires: libgnomecanvas-devel >= %{libgnomecanvas_version}
cvsdist b2f38a0
Requires: libgnome-devel >= %{libgnome_version}
cvsdist b2f38a0
Requires: libart_lgpl-devel >= %{libart_lgpl_version}
cvsdist b2f38a0
Requires: gtk2-devel >= %{gtk2_version}
cvsdist b2f38a0
Requires: libglade2-devel >= %{libglade2_version}
cvsdist 5a4d455
Requires: glib2-devel >= %{glib2_version}
cvsdist b2f38a0
Conflicts: bonobo-devel < 1.0.8
cvsdist b2f38a0
cvsdist b2f38a0
%description devel
cvsdist b2f38a0
cvsdist b2f38a0
Bonobo is a component system based on CORBA, used by the GNOME desktop.
cvsdist b2f38a0
libbonoboui contains GUI components that come with Bonobo.
cvsdist b2f38a0
cvsdist b2f38a0
This package contains header files used to compile programs that 
cvsdist b2f38a0
use libbonoboui.
cvsdist b2f38a0
cvsdist b2f38a0
%prep
cvsdist b2f38a0
%setup -q -n %{name}-%{version}
cvsdist 8e63539
cvsdist b2f38a0
%build
cvsdist b2f38a0
c1b66a8
libtoolize --force
cvsdist 347a45b
%configure --enable-gtk-doc
cvsdist b2f38a0
cvsdist ffc4f1c
make
cvsdist b2f38a0
cvsdist b2f38a0
%install
cvsdist b2f38a0
rm -rf $RPM_BUILD_ROOT
cvsdist ce62ddc
make install DESTDIR=$RPM_BUILD_ROOT ## LIBTOOL=/usr/bin/libtool
cvsdist 5a4d455
cvsdist 76ec575
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist 76ec575
rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.a
cvsdist 76ec575
cvsdist 5856df0
%find_lang %{po_package}
cvsdist b2f38a0
cvsdist b2f38a0
%clean
cvsdist b2f38a0
rm -rf $RPM_BUILD_ROOT
cvsdist b2f38a0
cvsdist b2f38a0
%post -p /sbin/ldconfig
cvsdist b2f38a0
cvsdist b2f38a0
%postun -p /sbin/ldconfig
cvsdist b2f38a0
cvsdist 5856df0
%files -f %{po_package}.lang
cvsdist b2f38a0
%defattr(-,root,root)
cvsdist b2f38a0
cvsdist 1732a77
%doc COPYING ChangeLog NEWS README
cvsdist b2f38a0
cvsdist b2f38a0
%{_libdir}/lib*.so.*
cvsdist 5856df0
%{_libdir}/libglade/2.0/*.so
cvsdist 5856df0
%{_libdir}/libglade/2.0/*.la
cvsdist b2f38a0
%{_libdir}/bonobo
cvsdist b2f38a0
%{_datadir}/gnome-2.0
cvsdist b2f38a0
cvsdist b2f38a0
%files devel
cvsdist b2f38a0
%defattr(-,root,root)
cvsdist b2f38a0
cvsdist b2f38a0
%{_libdir}/lib*.a
cvsdist b2f38a0
%{_libdir}/lib*.so
cvsdist b2f38a0
%{_libdir}/pkgconfig/*
cvsdist b2f38a0
%{_includedir}/*
cvsdist b2f38a0
%{_bindir}/*
cvsdist 5856df0
%{_libdir}/bonobo-2.0
cvsdist ce62ddc
%{_datadir}/gtk-doc
cvsdist b2f38a0
cvsdist b2f38a0
%changelog
c1b66a8
* Wed Sep 29 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.0.99cvs20040929-2
c1b66a8
- add libtoolize to make it build
c1b66a8
5338701
* Wed Sep 29 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.0.99cvs20040929-1
5338701
- fix a few issues after the merge from Monday. 
5338701
7f0dc10
* Mon Sep 27 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.0.99cvs20040927-1
7f0dc10
- incorporate the fix for #132988
7f0dc10
610f907
* Wed Sep 22 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
610f907
- update to 2.8.0
610f907
cvsdist ffc4f1c
* Wed Aug  4 2004 Mark McLoughlin <markmc@redhat.com> 2.6.1-1
cvsdist ffc4f1c
- Update to 2.6.1
cvsdist ffc4f1c
cvsdist b5444f7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b5444f7
- rebuilt
cvsdist b5444f7
cvsdist f567826
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist f567826
- update to 2.6.0
cvsdist f567826
cvsdist 347a45b
* Thu Mar 11 2004 Alex Larsson <alexl@redhat.com> 2.5.4-2
cvsdist 347a45b
- enable gtk-doc
cvsdist 347a45b
cvsdist 347a45b
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.5.4-1
cvsdist 347a45b
- Update to 2.5.4
cvsdist 347a45b
cvsdist 347a45b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 347a45b
- rebuilt
cvsdist 347a45b
cvsdist 347a45b
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.3-1
cvsdist 347a45b
- Update to 2.5.3
cvsdist 347a45b
- Remove unused bonoboui-fixed-ltmain.sh
cvsdist 347a45b
cvsdist 347a45b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 347a45b
- rebuilt
cvsdist 347a45b
cvsdist 8e63539
* Tue Jan 20 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1
cvsdist 8e63539
- update to 2.5.2
cvsdist 8e63539
cvsdist 8e63539
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 2.4.3-1
cvsdist 8e63539
- update to 2.4.3
cvsdist 8e63539
cvsdist ce62ddc
* Wed Sep  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist ce62ddc
- Update to 2.4.0
cvsdist ce62ddc
cvsdist ce62ddc
* Tue Aug 12 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
cvsdist ce62ddc
- update for gnome 2.3
cvsdist ce62ddc
cvsdist ce62ddc
* Wed Jul 23 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
cvsdist ce62ddc
- remove LIBTOOL=/usr/bin/libtool
cvsdist ce62ddc
- automated rebuild
cvsdist ce62ddc
cvsdist ce62ddc
* Wed Jul  9 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
cvsdist ce62ddc
- 2.2.2
cvsdist ce62ddc
cvsdist ce62ddc
* Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 2.2.0-3
cvsdist ce62ddc
- rebuild
cvsdist ce62ddc
cvsdist ce62ddc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist ce62ddc
- rebuilt
cvsdist ce62ddc
cvsdist 5a4d455
* Wed Feb  5 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
cvsdist 5a4d455
- 2.2.0
cvsdist 5a4d455
cvsdist 5a4d455
* Tue Jan 28 2003 Matt Wilson <msw@redhat.com> 2.1.2-3
cvsdist 5a4d455
- use LIBTOOL=/usr/bin/libtool
cvsdist 5a4d455
cvsdist 5a4d455
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 5a4d455
- rebuilt
cvsdist 5a4d455
cvsdist 5a4d455
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
cvsdist 5a4d455
- 2.1.2
cvsdist 5a4d455
cvsdist 5a4d455
* Mon Dec  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5a4d455
- 2.1.1
cvsdist 5a4d455
- remove lib64 hackaround, upstream looks fixed
cvsdist 5a4d455
cvsdist 5a4d455
* Mon Nov 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5a4d455
- 2.1.0
cvsdist 5a4d455
- force-move some stuff from prefix/lib to libdir
cvsdist 5a4d455
cvsdist c047d18
* Thu Aug 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist c047d18
- libtoolize with our latest libtool to try fixing rpaths
cvsdist c047d18
cvsdist 76ec575
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 76ec575
- 2.0.1
cvsdist 76ec575
cvsdist 5856df0
* Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 5856df0
- Fix find_lang
cvsdist 5856df0
cvsdist 5856df0
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5856df0
- 2.0.0
cvsdist 5856df0
- include sample server in libdir
cvsdist 5856df0
- remove .a files from glade module dir
cvsdist 5856df0
cvsdist 5856df0
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5856df0
- rebuild in different environment
cvsdist 5856df0
cvsdist 1732a77
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1732a77
- 1.118.0
cvsdist 1732a77
- remove empty AUTHORS file
cvsdist 1732a77
cvsdist 1732a77
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 1732a77
- automated rebuild
cvsdist 1732a77
cvsdist 1732a77
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1732a77
- rebuild in different environment
cvsdist 1732a77
cvsdist 1732a77
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1732a77
- 1.117.0
cvsdist 1732a77
cvsdist 1732a77
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1732a77
- 1.116.0
cvsdist 1732a77
cvsdist 1732a77
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 1732a77
- 1.113.0
cvsdist 1732a77
cvsdist 1732a77
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1732a77
- 1.111.0
cvsdist 1732a77
cvsdist 1732a77
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 1732a77
- Version 1.110.0
cvsdist 1732a77
- Reintoolize to fix DBM problems
cvsdist 1732a77
cvsdist 1732a77
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1732a77
- rebuild in rawhide
cvsdist 1732a77
cvsdist b2f38a0
* Mon Jan  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- 1.108.1.90 cvs snap
cvsdist b2f38a0
cvsdist b2f38a0
* Tue Nov 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- 1.107.0.90 snap, explicit requires lines for dependencies
cvsdist b2f38a0
- add libtool hack to avoid relinking
cvsdist b2f38a0
cvsdist b2f38a0
* Mon Oct 29 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- add glade dependency, add glade module to file list
cvsdist b2f38a0
cvsdist b2f38a0
* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- rebuild with glib 1.3.10, new cvs snap
cvsdist b2f38a0
cvsdist b2f38a0
* Mon Oct 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- rebuild, hoping build root is fixed
cvsdist b2f38a0
cvsdist b2f38a0
* Mon Oct 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- grumble, build require newer gtk
cvsdist b2f38a0
- require libart_lgpl-devel not the non-devel package
cvsdist b2f38a0
cvsdist b2f38a0
* Mon Oct 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- cvs snap with menu stuff fixed so gnome-terminal works
cvsdist b2f38a0
cvsdist b2f38a0
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- new tarball, rebuild for new glib
cvsdist b2f38a0
cvsdist b2f38a0
* Mon Sep 24 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- new cvs snap, fix up prereqs/requires a bit
cvsdist b2f38a0
cvsdist b2f38a0
* Tue Sep 18 2001 Havoc Pennington <hp@redhat.com>
cvsdist b2f38a0
- Initial build.