gtkhtml.spec revision 18259
10292N/A
10292N/A
10292N/A# spec file for package gtkhtml
10292N/A#
10292N/A# Copyright (c) 2008 Sun Microsystems, Inc.
10292N/A# This file and all modifications and additions to the pristine
10292N/A# package are under the same license as the package itself.
10292N/A#
10292N/A%define owner jefftsai
10292N/A#
10292N/A
10821N/A%define OSR gnome.org:0
10292N/A
10292N/AName: gtkhtml
10292N/ALicense: GPL v2, LGPL v2
10292N/AGroup: System/Libraries/GNOME
10292N/A# major_version is generally a 'stable' build number i.e. has an even number.
10292N/A%define major_version 3.14
10292N/AVersion: 3.29.90
10292N/ARelease: 1
10292N/ADistribution: Java Desktop System
10292N/AVendor: Sun Microsystems, Inc.
10292N/ASummary: Library for HTML support in Evolution
10292N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.29/%{name}-%{version}.tar.bz2
10292N/ASource1: l10n-configure.sh
10292N/A
10292N/AURL: http://www.gnome.org
10292N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10292N/ADocdir: %{_defaultdocdir}/gtkhtml
10292N/AAutoreqprov: on
10292N/APrereq: /sbin/ldconfig
10292N/A
10292N/A%define libgnomeprint_version 2.3.0
10292N/A%define libgnomeprintui_version 2.3.0
10292N/A%define libgnomeui_version 2.4.0.1
10292N/A%define libsoup_version 2.2.0
10292N/A
10292N/ARequires: libgnomeui >= %{libgnomeui_version}
10292N/ARequires: libgnomeprint >= %{libgnomeprint_version}
10292N/ARequires: libgnomeprintui >= %{libgnomeprintui_version}
10292N/ARequires: libsoup >= %{libsoup_version}
10292N/A
10292N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
10292N/ABuildRequires: libgnomeprintui-devel >= %{libgnomeprintui_version}
10292N/ABuildRequires: libgnomeprint-devel >= %{libgnomeprint_version}
10292N/ABuildRequires: libsoup-devel >= %{libsoup_version}
10292N/A
10292N/A%description
10292N/Agtkhtml is a library providing HTML support for Evolution.
10292N/A
10292N/A%package devel
10292N/ASummary: Development Library for HTML support in Evolution
10292N/AGroup: Development/Libraries/GNOME
10292N/AAutoreqprov: on
10292N/ARequires: %name = %version
10292N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
10292N/ABuildRequires: libgnomeprintui-devel >= %{libgnomeprint_version}
10292N/ABuildRequires: libgnomeprint-devel >= %{libgnomeprintui_version}
10292N/ABuildRequires: libsoup-devel >= %{libsoup_version}
10292N/A
10292N/A%description devel
10292N/AThis package contains the development libraries for gtkhtml, a
10292N/Alibrary providing HTML support for Evolution.
10292N/A
10292N/A%prep
10292N/A%setup -q
10292N/A
10292N/A%build
10292N/A
10292N/Abash -x %SOURCE1 --enable-copyright
10292N/A
10292N/ACFLAGS="$RPM_OPT_FLAGS" \
10292N/A ./configure \
10292N/A --prefix=%{_prefix} \
10292N/A --libexecdir=%{_libexecdir} \
10292N/A --sysconfdir=%{_sysconfdir}
10292N/A
10292N/Amake
10292N/A
10292N/A%install
10292N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10292N/Amake -i install DESTDIR=$RPM_BUILD_ROOT
10292N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10292N/Afind $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
10292N/Afind $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
10292N/A
10292N/A%clean
10292N/Arm -rf $RPM_BUILD_ROOT
10292N/A
10292N/A%post
10292N/A/sbin/ldconfig
10292N/A
10292N/A%postun
10292N/A/sbin/ldconfig
10292N/A
10292N/A%files
10292N/A%defattr (-, root, root)
10292N/A%doc AUTHORS COPYING ChangeLog NEWS README
10292N/A%{_libdir}/*.so.*
10292N/A%{_datadir}/gtkhtml-%{major_version}/*
10292N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
10292N/A
10292N/A%files devel
10292N/A%defattr (-, root, root)
10292N/A%{_libdir}/*.so
10292N/A%{_libdir}/pkgconfig/*.pc
10292N/A%{_includedir}/libgtkhtml-%{major_version}/*
10292N/A
10292N/A%changelog
10292N/A* Feb 08 2010 - jeff.cai@sun.com
10292N/A*- Bump to 3.29.90
10821N/A* Wed Jan 27 2010 - jeff.cai@sun.com
10821N/A- Bump to 3.29.6
10821N/A* Thu Jan 14 2010 - jedy.wang@sun.com
10659N/A- Bump to 3.29.5
10659N/A* Thu Dec 03 2009 - jeff.cai@sun.com
10659N/A- Bump to 3.29.3
10292N/A* Mon Oct 20 2009 - jeff.cai@sun.com
10292N/A- Bump to 3.28.1
10292N/A* Tue Sep 22 2009 - jeff.cai@sun.com
- Bump to 3.28.0
* Wed Sep 09 2009 - jeff.cai@sun.com
- Bump to 3.27.92.
* Mon Aug 24 2009 - jeff.cai@sun.com
- Bump to 3.27.91.
* Mon Aug 10 2009 - christian.kelly@sun.com
- Bump to 3.27.90.
* Tue Jul 28 2008 - christian.kelly@sun.com
- Bump to 3.27.5.
* Tue Jul 14 2009 - jeff.cai@sun.com
- Bump to 2.27.4
- Patch -01-gthread-build upstreamed
* Tue Jun 16 2009 - jeff.cai@sun.com
- Bump to 2.27.3
- Add patch -01-gthread-build to fix #585959
- Remove --with-bonobo-editor since bonobo will be obsolete
* Tue May 26 2009 - jeff.cai@sun.com
- Bump to 2.27.2
- Remove patch -01-iso-code, upstreamed
* Wed Apr 15 2009 - dave.lin@sun.com
- Bump to 3.26.1.1
* Tue Apr 14 2009 - jedy.wang@sun.com
- Bump t 3.26.1.
* Tue Apr 07 2009 - jeff.cai@sun.com
- Add patch -01-iso-codes to fix bugzilla #578213
* Tue Mar 17 2009 - jeff.cai@sun.com
- Bump to 3.26.0
* Tue Mar 03 2009 - jeff.cai@sun.com
- Bump to 3.25.92
* Tue Feb 17 2009 - jeff.cai@sun.com
- Bump to 3.25.91
* Wed Feb 04 2009 - jeff.cai@sun.com
- Bump to 3.25.90
* Wed Jan 20 2009 - jeff.cai@sun.com
- Bump to 3.25.5
- Remove -01-g11n-i18n-ui.diff, 567130 upstreamed.
* Mon Jan 12 2009 - takao.fujiwara@sun.com
- Add patch g11n-i18n-ui.diff to fix message i18n.
* Wed Jan 07 2009 - jeff.cai@sun.com
- Bump to 3.25.4
* Tue Dec 16 2008 - dave.lin@sun.com
- Bump to 3.25.3
* Wed Dec 03 2008 - dave.lin@sun.com
- Bump to 3.25.2
* Wed Nov 04 2008 - jeff.cai@sun.com
- Bump to 3.25.1
* Fri Oct 31 2008 - jeff.cai@sun.com
- Change the license tag.
* Tue Oct 29 2008 - jeff.cai@sun.com
- Bump to 3.24.1
- Remove upstream patch 01-g11n-textdomain
* Fri Oct 03 2008 - takao.fujiwara@sun.com
- Add gtkhtml-01-g11n-textdomain.diff to enable bindtextdomain.
* Tue Sep 22 2008 - jeff.cai@sun.com
- Bump to 3.24.0
* Tue Sep 09 2008 - jeff.cai@sun.com
- Bump to 3.23.92
* Mon Sep 01 2008 - christian.kelly@sun.com
- Bump to 3.23.91.
* Tue Aug 19 2008 - dave.lin@sun.com
- Bump to 3.23.90
* Wed Aug 04 2008 - jeff.cai@sun.com
- Bump to 3.23.6.
* Wed Jul 23 2008 - jeff.cai@sun.com
- Bump to 3.23.5.
- Removed upstream patch -01-spell-checker
- Removed upstream patch -02-gtk-type
* Wed Jun 18 2008 - jeff.cai@sun.com
- Add patch -01-spell-checker, fix #538703.
* Tue Jun 17 2008 - damien.carbery@sun.com
- Bump to 3.23.4.
* Tue Jun 03 2008 - damien.carbery@sun.com
- Bump to 3.23.3.
* Thu May 29 2008 - damien.carbery@sun.com
- Add --with-bonobo-editor to build the html-editor component.
* Wed May 28 2008 - jeff.cai@sun.com
- Bump to 3.23.2. Remove upstream patch, 01-g11n-backward-searching.
* Tue May 27 2008 - jeff.cai@sun.com
- Bump to 3.18.2.
* Wed Apr 08 2008 - damien.carbery@sun.com
- Bump to 3.18.1.
* Sun Mar 23 2008 - takao.fujiwara@sun.com
- Add gtkhtml-01-g11n-backward-searching-head.diff not to crash in the
backward searching with multibyte chars. Fixes 6571095
* Mon Mar 10 2008 - damien.carbery@sun.com
- Bump to 3.18.0.
* Tue Feb 26 2008 - damien.carbery@sun.com
- Bump to 3.17.92.
* Tue Feb 12 2008 - damien.carbery@sun.com
- Bump to 3.17.91.
* Tue Jan 29 2008 - damien.carbery@sun.com
- Bump to 3.17.90.1.
* Tue Jan 29 2008 - damien.carbery@sun.com
- Bump to 3.17.90.
* Thu Jan 17 2008 - damien.carbery@sun.com
- Bump to 3.17.5.
* Tue Dec 18 2007 - damien.carbery@sun.com
- Bump to 3.17.4.
* Tue Dec 04 2007 - damien.carbery@sun.com
- Bump to 3.17.3.
* Tue Nov 13 2007 - damien.carbery@sun.com
- Bump to 3.17.2.
* Tue Oct 30 2007 - damien.carbery@sun.com
- Bump to 3.17.1.
* Fri Oct 19 2007 - damien.carbery@sun.com
- Bump to 3.16.1.
* Tue Sep 18 2007 - damien.carbery@sun.com
- Bump to 3.16.0.
* Mon Sep 03 2007 - damien.carbery@sun.com
- Bump to 3.15.92.
* Mon Aug 27 2007 - damien.carbery@sun.com
- Bump to 3.15.91.
* Wed Aug 15 2007 - damien.carbery@sun.com
- Bump to 3.15.90.
* Tue Aug 07 2007 - jeff.cai@sun.com
- Remove patch -01-search.diff
* Wed Aug 01 2007 - damien.carbery@sun.com
- Bump to 3.15.6.1.
* Tue Jul 31 2007 - damien.carbery@sun.com
- Bump to 3.15.6.
* Tue Jul 10 2007 - damien.carbery@sun.com
- Bump to 3.15.5.
* Mon Jun 18 2007 - damien.carbery@sun.com
- Bump to 3.15.4.
* Wed Jun 06 2007 - damien.carbery@sun.com
- Bump to 3.15.2.
* Tue May 15 2007 - damien.carbery@sun.com
- Bump to 3.15.2.
* Thu May 10 2007 - damien.carbery@sun.com
- Bump to 3.15.1. Remove upstream patch, 01-backward-finding.
* Mon Apr 30 2007 - simon.zheng@sun.com
- Update the comment on gtkhtml-01-backward-finding.diff.
* Thu Apr 12 2007 - damien.carbery@sun.com
- Bump to 3.14.1.
* Wed Apr 11 2007 - simon.zheng@sun.com
- To fix the replacement issue of bug #6518702,
rework the patch gtkhtml-01-backward-finding.diff
* Tue Mar 13 2007 - simon.zheng@sun.com
- Bump major_version to 3.14.
* Tue Mar 13 2007 - simon.zheng@sun.com
- Bump to 3.14.0.
* Tue Feb 28 2007 - simon.zheng@sun.com
- Bump to 3.13.92.
* Mon Feb 12 2007 - damien.carbery@sun.com
- Bump to 3.13.91.
* Mon Jan 22 2007 - damien.carbery@sun.com
- Bump to 3.13.6.
* Tue Jan 09 2007 - jeff.cai@sun.com
- Bump to 3.13.5.
* Tue Dec 19 2006 - jeff.cai@sun.com
- Bump to 3.13.4.
* Tue Dec 05 2006 - damien.carbery@sun.com
- Bump to 3.13.3.
* Tue Nov 28 2006 - jeff.cai@sun.com
- Bump to 3.13.2.
* Mon Nov 27 2006 - damien.carbery@sun.com
- Bump to 3.12.2.
* Mon Nov 13 2006 - simon.zheng@sun.com
- Add a patch for bugster 6448891.
* Mon Oct 02 2006 - damien.carbery@sun.com
- Bump to 3.12.1.
* Mon Sep 04 2006 - damien.carbery@sun.com
- Bump to 3.12.0.
* Tue Aug 22 2006 - jeff.cai@sun.com
- Bump to 3.11.92.
* Tue Aug 08 2006 - damien.carbery@sun.com
- Bump to 3.11.91.
* Mon Jul 24 2006 - damien.carbery@sun.com
- Bump to 3.11.90.1.
* Fri Jul 20 2006 - jeff.cai@sun.com
- Bump to 3.11.4.
* Tue May 30 2006 - halton.huo@sun.com
- Bump to 3.10.2.
* Mon Apr 10 2006 - damien.carbery@sun.com
- Bump to 3.10.1.
* Tue Apr 04 2006 - halton.huo@sun.com
- Remove .a/.la files in linux spec.
* Thu Mar 30 2006 - halton.huo@sun.com
- Alter "remove *.a/*.la files part" to SUNWevolution-libs.spec
* Mon Mar 13 2006 - damien.carbery@sun.com
- Bump to 3.10.0.
* Tue Feb 28 2006 - halton.huo@sun.com
- Bump to 3.9.92.
* Tue Feb 14 2006 - damien.carbery@sun.com
- Bump to 3.9.91.
* Fri Feb 3 2006 - damien.carbery@sun.com
- Bump to 3.9.90.1.
* Mon Jan 30 2006 - damien.carbery@sun.com
- Bump to 3.9.90.
* Thu Jan 19 2006 - halton.huo@sun.com
- Bump to 3.9.5.
* Wed Jan 04 2006 - halton.huo@sun.com
- Bump to 3.9.4.
* Wed Dec 21 2005 - halton.huo@sun.com
- Correct Source filed.
* Tue Dec 19 2005 - damien.carbery@sun.com
- Bump to 3.9.3.
* Thu Dec 01 2005 - damien.carbery@sun.com
- Call intltoolize, needed to process intltool-*.in.
* Tue Nov 29 2005 - damien.carbery@sun.com
- Bump to 3.8.2.
* Mon Oct 10 2005 - halton.huo@sun.com
- Bump to 3.8.1.
* Wed Sep 7 2005 - halton.huo@sun.com
- Bump to 3.8.0.
* Wed Aug 31 2005 - halton.huo@sun.com
- Remove Patch1 since it is already there.
* Wed Aug 31 2005 - glynn.foster@sun.com
- Bump 3.7.7.
* Mon Aug 15 2005 - damien.carbery@sun.com
- Bump 3.7.6.
* Tue Jul 12 2005 - damien.carbery@sun.com
- Add patch to build on Solaris (remove 'return' from void function).
Bugzilla #309785. Remove when tarball bumped.
* Tue May 17 2005 - glynn.foster@sun.com
- Bump to 3.6.2
* Tue Nov 23 2004 - glynn.foster@sun.com
- Bump to 3.2.3
* Thu Jun 17 2004 - niall.power@sun.com
- rpm4'ified
* Tue Jun 08 2004 - glynn.foster@sun.com
- Bump to 3.1.16
* Fri May 21 2004 - glynn.foster@sun.com
- Bump to 3.1.14
* Tue Apr 20 2004 - glynn.foster@sun.com
- Bump to 3.1.12
* Mon Apr 19 2004 - glynn.foster@sun.com
- Initial spec file for gtkhtml 3.1.x