Blame SPECS/libbonoboui.spec

ffb3f2
%define libxml2_version 2.5
ffb3f2
%define orbit2_version 2.5.1
ffb3f2
%define libbonobo_version 2.13.0
ffb3f2
%define libgnomecanvas_version 2.0.1
ffb3f2
%define libgnome_version 2.13.7
ffb3f2
%define libart_lgpl_version 2.3.8
ffb3f2
%define gtk2_version 2.6.0
ffb3f2
%define libglade2_version 2.0.0
ffb3f2
%define glib2_version 2.6.0
ffb3f2
ffb3f2
%define po_package libbonoboui-2.0
ffb3f2
ffb3f2
Summary: Bonobo user interface components
ffb3f2
Name: libbonoboui
ffb3f2
Version: 2.24.5
ffb3f2
Release: 7%{?dist}
ffb3f2
URL: http://www.gnome.org
ffb3f2
#VCS: git:git://git.gnome.org/libbonoboui
ffb3f2
Source0: http://download.gnome.org/sources/libbonoboui/2.24/%{name}-%{version}.tar.bz2
ffb3f2
License: LGPLv2+
ffb3f2
Group: System Environment/Libraries
ffb3f2
ffb3f2
Requires: ORBit2 >= %{orbit2_version}
ffb3f2
ffb3f2
BuildRequires: libxml2-devel >= %{libxml2_version}
ffb3f2
BuildRequires: ORBit2-devel >= %{orbit2_version}
ffb3f2
BuildRequires: libbonobo-devel >= %{libbonobo_version}
ffb3f2
BuildRequires: libgnomecanvas-devel >= %{libgnomecanvas_version}
ffb3f2
BuildRequires: libgnome-devel >= %{libgnome_version}
ffb3f2
BuildRequires: libart_lgpl-devel >= %{libart_lgpl_version}
ffb3f2
BuildRequires: gtk2-devel >= %{gtk2_version}
ffb3f2
BuildRequires: libglade2-devel >= %{libglade2_version}
ffb3f2
BuildRequires: intltool >= 0.14-1
ffb3f2
BuildRequires: libtool >= 1.4.2-12
ffb3f2
BuildRequires: glib2-devel >= %{glib2_version}
ffb3f2
BuildRequires: gettext
ffb3f2
ffb3f2
%description
ffb3f2
ffb3f2
Bonobo is a component system based on CORBA, used by the GNOME
ffb3f2
desktop. libbonoboui contains the user interface related components
ffb3f2
that come with Bonobo.
ffb3f2
ffb3f2
%package devel
ffb3f2
Summary: Libraries and headers for libbonoboui
ffb3f2
Group: Development/Libraries
ffb3f2
License: GPLv2+ and LGPLv2+
ffb3f2
# bonobo-browser is GPL, libbonoboui is LGPL
ffb3f2
Requires: %name = %{version}-%{release}
ffb3f2
Requires: libxml2-devel >= %{libxml2_version}
ffb3f2
Requires: ORBit2-devel >= %{orbit2_version}
ffb3f2
Requires: libbonobo-devel >= %{libbonobo_version}
ffb3f2
Requires: libgnomecanvas-devel >= %{libgnomecanvas_version}
ffb3f2
Requires: libgnome-devel >= %{libgnome_version}
ffb3f2
Requires: libart_lgpl-devel >= %{libart_lgpl_version}
ffb3f2
Requires: gtk2-devel >= %{gtk2_version}
ffb3f2
Requires: libglade2-devel >= %{libglade2_version}
ffb3f2
Requires: glib2-devel >= %{glib2_version}
ffb3f2
Requires: pkgconfig
ffb3f2
Conflicts: bonobo-devel < 1.0.8
ffb3f2
ffb3f2
%description devel
ffb3f2
ffb3f2
Bonobo is a component system based on CORBA, used by the GNOME desktop.
ffb3f2
libbonoboui contains GUI components that come with Bonobo.
ffb3f2
ffb3f2
This package contains header files used to compile programs that
ffb3f2
use libbonoboui.
ffb3f2
ffb3f2
%prep
ffb3f2
%setup -q -n %{name}-%{version}
ffb3f2
ffb3f2
%build
ffb3f2
ffb3f2
%configure --disable-gtk-doc --disable-static
ffb3f2
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
ffb3f2
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
ffb3f2
ffb3f2
make %{?_smp_mflags}
ffb3f2
ffb3f2
%install
ffb3f2
rm -rf $RPM_BUILD_ROOT
ffb3f2
make install DESTDIR=$RPM_BUILD_ROOT
ffb3f2
ffb3f2
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
ffb3f2
rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.la
ffb3f2
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/bonobo-browser.desktop
ffb3f2
ffb3f2
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
ffb3f2
    sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
ffb3f2
done
ffb3f2
ffb3f2
ffb3f2
%find_lang %{po_package}
ffb3f2
ffb3f2
%clean
ffb3f2
rm -rf $RPM_BUILD_ROOT
ffb3f2
ffb3f2
%post -p /sbin/ldconfig
ffb3f2
ffb3f2
%postun -p /sbin/ldconfig
ffb3f2
ffb3f2
%files -f %{po_package}.lang
ffb3f2
%defattr(-,root,root)
ffb3f2
%doc COPYING.LIB NEWS README
ffb3f2
%{_libdir}/lib*.so.*
ffb3f2
%{_libdir}/libglade/2.0/*.so
ffb3f2
%{_libdir}/bonobo/servers/*
ffb3f2
%{_datadir}/gnome-2.0
ffb3f2
ffb3f2
%files devel
ffb3f2
%defattr(-,root,root)
ffb3f2
%doc COPYING COPYING.LIB
ffb3f2
%{_libdir}/lib*.so
ffb3f2
%{_libdir}/pkgconfig/*
ffb3f2
%{_includedir}/*
ffb3f2
%{_bindir}/*
ffb3f2
%{_libdir}/bonobo-2.0
ffb3f2
%{_datadir}/gtk-doc/html/libbonoboui
ffb3f2
ffb3f2
%changelog
ffb3f2
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.24.5-7
ffb3f2
- Mass rebuild 2014-01-24
ffb3f2
ffb3f2
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.24.5-6
ffb3f2
- Mass rebuild 2013-12-27
ffb3f2
ffb3f2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-5
ffb3f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ffb3f2
ffb3f2
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-4
ffb3f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ffb3f2
ffb3f2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-3
ffb3f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ffb3f2
ffb3f2
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.24.5-2
ffb3f2
- Rebuild for new libpng
ffb3f2
ffb3f2
* Mon Apr  4 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.24.5-1
ffb3f2
- Update to 2.24.5
ffb3f2
ffb3f2
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.4-2
ffb3f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ffb3f2
ffb3f2
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.4-1
ffb3f2
- Update to 2.24.4
ffb3f2
ffb3f2
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.3-1
ffb3f2
- Update to 2.24.3
ffb3f2
ffb3f2
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.2-1
ffb3f2
- Update to 2.24.2
ffb3f2
ffb3f2
* Thu Jul 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
ffb3f2
-  Rebuild
ffb3f2
ffb3f2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-2
ffb3f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ffb3f2
ffb3f2
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
ffb3f2
- Update to 2.24.1
ffb3f2
ffb3f2
* Fri Feb 27 2009 Ray Strode <rstrode@redhat.com> - 2.24.0-2
ffb3f2
- Remove some libtool fu
ffb3f2
ffb3f2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-2
ffb3f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ffb3f2
ffb3f2
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
ffb3f2
- Update to 2.24.0
ffb3f2
ffb3f2
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
ffb3f2
- Update to 2.23.5
ffb3f2
ffb3f2
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
ffb3f2
- Update to 2.23.4
ffb3f2
ffb3f2
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
ffb3f2
- Update to 2.22.0-1
ffb3f2
ffb3f2
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-2
ffb3f2
- Autorebuild for GCC 4.3
ffb3f2
ffb3f2
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
ffb3f2
- Update to 2.21.90
ffb3f2
ffb3f2
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
ffb3f2
- Update to 2.20.0
ffb3f2
ffb3f2
* Sat Sep  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-4
ffb3f2
- Display a dialog if help cannot be found
ffb3f2
ffb3f2
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.6-3
ffb3f2
- Rebuild for ppc toolchain bug
ffb3f2
ffb3f2
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
ffb3f2
- Update license field
ffb3f2
ffb3f2
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
ffb3f2
- Update to 2.19.6
ffb3f2
ffb3f2
* Sat Jul  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
ffb3f2
- Fix directory ownership
ffb3f2
ffb3f2
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
ffb3f2
- Update to 2.19.4
ffb3f2
ffb3f2
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
ffb3f2
- Update to 2.18.0
ffb3f2
ffb3f2
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.94-1
ffb3f2
- Update to 2.17.94
ffb3f2
ffb3f2
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
ffb3f2
- Update to 2.17.92
ffb3f2
ffb3f2
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
ffb3f2
- Update to 2.17.91
ffb3f2
ffb3f2
* Wed Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
ffb3f2
- Update to 2.17.90
ffb3f2
ffb3f2
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.0-1
ffb3f2
- Update to 2.17.0
ffb3f2
ffb3f2
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
ffb3f2
- Update to 2.16.0
ffb3f2
ffb3f2
* Fri Sep  1 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1.fc6
ffb3f2
- Update to 2.15.1
ffb3f2
- Require pkgconfig in the -devel package
ffb3f2
ffb3f2
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.0-1.fc6
ffb3f2
- Update to 2.15.0
ffb3f2
- Don't ship static libraries and .la files
ffb3f2
ffb3f2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-3.1
ffb3f2
- rebuild
ffb3f2
ffb3f2
* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-3
ffb3f2
- More missing BuildRequires
ffb3f2
ffb3f2
* Sat May 21 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-2
ffb3f2
- Add missing BuildRequires (#129104)
ffb3f2
ffb3f2
* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
ffb3f2
- Update to 2.14.0
ffb3f2
ffb3f2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.1-4.2
ffb3f2
- bump again for double-long bug on ppc(64)
ffb3f2
ffb3f2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.1-4.1
ffb3f2
- rebuilt for new gcc4.1 snapshot and glibc changes
ffb3f2
ffb3f2
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 2.13.1-4
ffb3f2
- change sed -ie to sed -i -e
ffb3f2
ffb3f2
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com>
ffb3f2
- s/$(LIB)/$LIB/g
ffb3f2
ffb3f2
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com>
ffb3f2
- fix shlib multilib bonobo issue (bug 156982)
ffb3f2
ffb3f2
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com>
ffb3f2
- Update to 2.13.1
ffb3f2
ffb3f2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ffb3f2
- rebuilt
ffb3f2
ffb3f2
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-1
ffb3f2
- Update to 2.13.0
ffb3f2
ffb3f2
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.1-1
ffb3f2
- Update to 2.10.1
ffb3f2
ffb3f2
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.10.0-2
ffb3f2
- rebuild for new cairo
ffb3f2
ffb3f2
* Fri Aug  5 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-1
ffb3f2
- New upstream version
ffb3f2
ffb3f2
* Wed Apr 27 2005 Ray Strode <rstrode@redhat.com> 2.8.1-4
ffb3f2
- Add fixed tamil translation (bug 135354).
ffb3f2
ffb3f2
* Fri Apr 15 2005 Ray Strode <rstrode@redhat.com> 2.8.1-3
ffb3f2
- Remove bonobo-browser from menus (bug 154827).
ffb3f2
ffb3f2
* Wed Mar 09 2005 Than Ngo <than@redhat.com> 2.8.1-2
ffb3f2
- add OnlyShowIn=GNOME;
ffb3f2
ffb3f2
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> - 2.8.1-1
ffb3f2
- Update to 2.8.1
ffb3f2
ffb3f2
* Wed Sep 29 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.0.99cvs20040929-2
ffb3f2
- add libtoolize to make it build
ffb3f2
ffb3f2
* Wed Sep 29 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.0.99cvs20040929-1
ffb3f2
- fix a few issues after the merge from Monday. 
ffb3f2
ffb3f2
* Mon Sep 27 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.0.99cvs20040927-1
ffb3f2
- incorporate the fix for #132988
ffb3f2
ffb3f2
* Wed Sep 22 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
ffb3f2
- update to 2.8.0
ffb3f2
ffb3f2
* Wed Aug  4 2004 Mark McLoughlin <markmc@redhat.com> 2.6.1-1
ffb3f2
- Update to 2.6.1
ffb3f2
ffb3f2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ffb3f2
- rebuilt
ffb3f2
ffb3f2
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
ffb3f2
- update to 2.6.0
ffb3f2
ffb3f2
* Thu Mar 11 2004 Alex Larsson <alexl@redhat.com> 2.5.4-2
ffb3f2
- enable gtk-doc
ffb3f2
ffb3f2
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.5.4-1
ffb3f2
- Update to 2.5.4
ffb3f2
ffb3f2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
ffb3f2
- rebuilt
ffb3f2
ffb3f2
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.3-1
ffb3f2
- Update to 2.5.3
ffb3f2
- Remove unused bonoboui-fixed-ltmain.sh
ffb3f2
ffb3f2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ffb3f2
- rebuilt
ffb3f2
ffb3f2
* Tue Jan 20 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1
ffb3f2
- update to 2.5.2
ffb3f2
ffb3f2
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 2.4.3-1
ffb3f2
- update to 2.4.3
ffb3f2
ffb3f2
* Wed Sep  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
ffb3f2
- Update to 2.4.0
ffb3f2
ffb3f2
* Tue Aug 12 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
ffb3f2
- update for gnome 2.3
ffb3f2
ffb3f2
* Wed Jul 23 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
ffb3f2
- remove LIBTOOL=/usr/bin/libtool
ffb3f2
- automated rebuild
ffb3f2
ffb3f2
* Wed Jul  9 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
ffb3f2
- 2.2.2
ffb3f2
ffb3f2
* Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 2.2.0-3
ffb3f2
- rebuild
ffb3f2
ffb3f2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
ffb3f2
- rebuilt
ffb3f2
ffb3f2
* Wed Feb  5 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
ffb3f2
- 2.2.0
ffb3f2
ffb3f2
* Tue Jan 28 2003 Matt Wilson <msw@redhat.com> 2.1.2-3
ffb3f2
- use LIBTOOL=/usr/bin/libtool
ffb3f2
ffb3f2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
ffb3f2
- rebuilt
ffb3f2
ffb3f2
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
ffb3f2
- 2.1.2
ffb3f2
ffb3f2
* Mon Dec  2 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 2.1.1
ffb3f2
- remove lib64 hackaround, upstream looks fixed
ffb3f2
ffb3f2
* Mon Nov 11 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 2.1.0
ffb3f2
- force-move some stuff from prefix/lib to libdir
ffb3f2
ffb3f2
* Thu Aug 29 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- libtoolize with our latest libtool to try fixing rpaths
ffb3f2
ffb3f2
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 2.0.1
ffb3f2
ffb3f2
* Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
ffb3f2
- Fix find_lang
ffb3f2
ffb3f2
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 2.0.0
ffb3f2
- include sample server in libdir
ffb3f2
- remove .a files from glade module dir
ffb3f2
ffb3f2
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- rebuild in different environment
ffb3f2
ffb3f2
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 1.118.0
ffb3f2
- remove empty AUTHORS file
ffb3f2
ffb3f2
* Sun May 26 2002 Tim Powers <timp@redhat.com>
ffb3f2
- automated rebuild
ffb3f2
ffb3f2
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- rebuild in different environment
ffb3f2
ffb3f2
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 1.117.0
ffb3f2
ffb3f2
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 1.116.0
ffb3f2
ffb3f2
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
ffb3f2
- 1.113.0
ffb3f2
ffb3f2
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 1.111.0
ffb3f2
ffb3f2
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
ffb3f2
- Version 1.110.0
ffb3f2
- Reintoolize to fix DBM problems
ffb3f2
ffb3f2
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- rebuild in rawhide
ffb3f2
ffb3f2
* Mon Jan  7 2002 Havoc Pennington <hp@redhat.com>
ffb3f2
- 1.108.1.90 cvs snap
ffb3f2
ffb3f2
* Tue Nov 27 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- 1.107.0.90 snap, explicit requires lines for dependencies
ffb3f2
- add libtool hack to avoid relinking
ffb3f2
ffb3f2
* Mon Oct 29 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- add glade dependency, add glade module to file list
ffb3f2
ffb3f2
* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- rebuild with glib 1.3.10, new cvs snap
ffb3f2
ffb3f2
* Mon Oct 15 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- rebuild, hoping build root is fixed
ffb3f2
ffb3f2
* Mon Oct 15 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- grumble, build require newer gtk
ffb3f2
- require libart_lgpl-devel not the non-devel package
ffb3f2
ffb3f2
* Mon Oct 15 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- cvs snap with menu stuff fixed so gnome-terminal works
ffb3f2
ffb3f2
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- new tarball, rebuild for new glib
ffb3f2
ffb3f2
* Mon Sep 24 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- new cvs snap, fix up prereqs/requires a bit
ffb3f2
ffb3f2
* Tue Sep 18 2001 Havoc Pennington <hp@redhat.com>
ffb3f2
- Initial build.