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
b48bf7f
%define libgnome_version 2.13.7
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
2076898
Version: 2.24.3
02f84dc
Release: 1%{?dist}
698ed8c
URL: http://www.gnome.org
2076898
#VCS: git:git://git.gnome.org/libbonoboui
e235680
Source0: http://download.gnome.org/sources/libbonoboui/2.24/%{name}-%{version}.tar.bz2
e11eaad
License: GPLv2+ and LGPLv2+
e11eaad
# bonobo-browser is GPL, libbonoboui is LGPL
cvsdist b2f38a0
Group: System Environment/Libraries
cvsdist b2f38a0
cvsdist b2f38a0
Requires: ORBit2 >= %{orbit2_version}
101f2b9
101f2b9
BuildRequires: libxml2-devel >= %{libxml2_version}
101f2b9
BuildRequires: ORBit2-devel >= %{orbit2_version}
101f2b9
BuildRequires: libbonobo-devel >= %{libbonobo_version}
101f2b9
BuildRequires: libgnomecanvas-devel >= %{libgnomecanvas_version}
101f2b9
BuildRequires: libgnome-devel >= %{libgnome_version}
101f2b9
BuildRequires: libart_lgpl-devel >= %{libart_lgpl_version}
101f2b9
BuildRequires: gtk2-devel >= %{gtk2_version}
101f2b9
BuildRequires: libglade2-devel >= %{libglade2_version}
101f2b9
BuildRequires: intltool >= 0.14-1
101f2b9
BuildRequires: libtool >= 1.4.2-12
101f2b9
BuildRequires: automake autoconf
101f2b9
BuildRequires: glib2-devel >= %{glib2_version}
b48bf7f
BuildRequires: libXt-devel
851bcb4
BuildRequires: gettext
cvsdist b2f38a0
cvsdist b2f38a0
%description
cvsdist b2f38a0
cvsdist b2f38a0
Bonobo is a component system based on CORBA, used by the GNOME
112281b
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
10eb7c6
Requires: %name = %{version}-%{release}
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}
e1db837
Requires: pkgconfig
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
3380c13
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
c5b5a0b
%configure --disable-gtk-doc --disable-static
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
c5b5a0b
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
c5b5a0b
rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.la
1ccf5d1
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/bonobo-browser.desktop
cvsdist 76ec575
3b041a4
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
8ec943e
    sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
47a3975
done
47a3975
47a3975
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)
e11eaad
%doc COPYING AUTHORS NEWS README
cvsdist b2f38a0
%{_libdir}/lib*.so.*
cvsdist 5856df0
%{_libdir}/libglade/2.0/*.so
112281b
%{_libdir}/bonobo/servers/*
cvsdist b2f38a0
%{_datadir}/gnome-2.0
cvsdist b2f38a0
cvsdist b2f38a0
%files devel
cvsdist b2f38a0
%defattr(-,root,root)
cvsdist b2f38a0
%{_libdir}/lib*.so
cvsdist b2f38a0
%{_libdir}/pkgconfig/*
cvsdist b2f38a0
%{_includedir}/*
cvsdist b2f38a0
%{_bindir}/*
cvsdist 5856df0
%{_libdir}/bonobo-2.0
10eb7c6
%{_datadir}/gtk-doc/html/libbonoboui
cvsdist b2f38a0
cvsdist b2f38a0
%changelog
2076898
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.3-1
2076898
- Update to 2.24.3
2076898
02f84dc
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.2-1
02f84dc
- Update to 2.24.2
02f84dc
f73dcb5
* Thu Jul 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
f73dcb5
-  Rebuild
f73dcb5
9ddebba
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-2
9ddebba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9ddebba
3380c13
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
3380c13
- Update to 2.24.1
3380c13
1b173ac
* Fri Feb 27 2009 Ray Strode <rstrode@redhat.com> - 2.24.0-2
1b173ac
- Remove some libtool fu
1b173ac
39228d8
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-2
39228d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
39228d8
e235680
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
e235680
- Update to 2.24.0
e235680
1080f23
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
1080f23
- Update to 2.23.5
1080f23
5826ba4
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
5826ba4
- Update to 2.23.4
5826ba4
6186f1c
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
6186f1c
- Update to 2.22.0-1
6186f1c
d4f05f5
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-2
d4f05f5
- Autorebuild for GCC 4.3
d4f05f5
8af6545
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
8af6545
- Update to 2.21.90
8af6545
591b189
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
591b189
- Update to 2.20.0
591b189
e302c67
* Sat Sep  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-4
e302c67
- Display a dialog if help cannot be found
e302c67
2332691
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.6-3
2332691
- Rebuild for ppc toolchain bug
2332691
e11eaad
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
e11eaad
- Update license field
e11eaad
28de40c
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
28de40c
- Update to 2.19.6
28de40c
112281b
* Sat Jul  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
112281b
- Fix directory ownership
112281b
698ed8c
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
698ed8c
- Update to 2.19.4
698ed8c
124b3b4
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
124b3b4
- Update to 2.18.0
124b3b4
ca0dd5b
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.94-1
ca0dd5b
- Update to 2.17.94
ca0dd5b
c5b5a0b
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
c5b5a0b
- Update to 2.17.92
c5b5a0b
e2b8f90
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
e2b8f90
- Update to 2.17.91
e2b8f90
101f2b9
* Wed Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
101f2b9
- Update to 2.17.90
101f2b9
10eb7c6
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.0-1
10eb7c6
- Update to 2.17.0
10eb7c6
7afc4be
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
7afc4be
- Update to 2.16.0
7afc4be
718cea8
* Fri Sep  1 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1.fc6
718cea8
- Update to 2.15.1
e1db837
- Require pkgconfig in the -devel package
718cea8
613b5e6
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.0-1.fc6
613b5e6
- Update to 2.15.0
613b5e6
- Don't ship static libraries and .la files
613b5e6
5ccdf0e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-3.1
5ccdf0e
- rebuild
5ccdf0e
851bcb4
* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-3
851bcb4
- More missing BuildRequires
851bcb4
b48bf7f
* Sat May 21 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-2
b48bf7f
- Add missing BuildRequires (#129104)
b48bf7f
4148c78
* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
4148c78
- Update to 2.14.0
4148c78
b601002
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.1-4.2
b601002
- bump again for double-long bug on ppc(64)
b601002
964ca22
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.1-4.1
964ca22
- rebuilt for new gcc4.1 snapshot and glibc changes
964ca22
8ec943e
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 2.13.1-4
8ec943e
- change sed -ie to sed -i -e
8ec943e
47a3975
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com>
1bbd5d8
- s/$(LIB)/$LIB/g
1bbd5d8
1bbd5d8
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com>
47a3975
- fix shlib multilib bonobo issue (bug 156982)
47a3975
18139ad
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com>
18139ad
- Update to 2.13.1
18139ad
a868ce6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a868ce6
- rebuilt
a868ce6
9a84081
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-1
9a84081
- Update to 2.13.0
9a84081
ef9902c
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.1-1
ef9902c
- Update to 2.10.1
ef9902c
1ece307
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.10.0-2
1ece307
- rebuild for new cairo
1ece307
1b5fbb8
* Fri Aug  5 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-1
1b5fbb8
- New upstream version
1b5fbb8
e0cdb5d
* Wed Apr 27 2005 Ray Strode <rstrode@redhat.com> 2.8.1-4
e0cdb5d
- Add fixed tamil translation (bug 135354).
e0cdb5d
1ccf5d1
* Fri Apr 15 2005 Ray Strode <rstrode@redhat.com> 2.8.1-3
8005bc6
- Remove bonobo-browser from menus (bug 154827).
1ccf5d1
2de5863
* Wed Mar 09 2005 Than Ngo <than@redhat.com> 2.8.1-2
2de5863
- add OnlyShowIn=GNOME;
2de5863
b1c31cb
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> - 2.8.1-1
b1c31cb
- Update to 2.8.1
b1c31cb
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.