fbf6d8b
# Option: Freetype Patch (FC3+)
fbf6d8b
%define freetype_fc3 1
fbf6d8b
6f85560
%define desktop_file_utils_version 0.3
6f85560
81bf77c
ExcludeArch:	ppc64
36ac449
36ac449
Summary:	Mozilla Thunderbird mail/newsgroup client
36ac449
Name:		thunderbird
4acee59
Version:	1.0.6
2fd123a
Release:	2
36ac449
Epoch:		0
36ac449
URL:		http://www.mozilla.org/projects/thunderbird/
36ac449
License:	MPL
36ac449
Group:		Applications/Internet
b3fe405
Source0:	thunderbird-%{version}-source.tar.bz2
2c56827
Source1:	thunderbird.desktop
36ac449
# This icon is used with the permission of mozilla.org.
c8d56df
Source2:	thunderbird.png
2c56827
Source3:	thunderbird.sh.in
2c56827
Source4:	thunderbird-mozconfig
2c56827
Source5:	release-notes.html
2c56827
Source6:	thunderbird-open-browser.sh
0d16653
Source10:       thunderbird-redhat-default-prefs.js
c21eae0
Source100:	find-external-requires
5756f2a
81bf77c
# Build patches
936cda3
Patch1:         thunderbird-0.7.3-freetype-compile.patch
ff6676c
Patch2:         firefox-1.0-prdtoa.patch
ff6676c
Patch3:         firefox-1.0-gcc4-compile.patch
ff6676c
Patch4:         firefox-1.0-recv-fortify.patch
ff6676c
Patch5:         firefox-1.0-gfxshared_s.patch
81bf77c
Patch6:         firefox-1.0-nss-system-nspr.patch
81bf77c
Patch7:         firefox-1.0-system-nspr-ldap.patch
936cda3
936cda3
Patch10:        thunderbird-0.7.3-psfonts.patch
936cda3
Patch11:        thunderbird-0.7.3-gnome-uriloader.patch
5d333dc
blizzard 29015ec
# customization patches
blizzard 29015ec
Patch24:        thunderbird-0.8-default-applications.patch
blizzard 29015ec
Patch25:        thunderbird-0.8-software-update.patch
blizzard 29015ec
0d16653
# pango patches
0d16653
Patch30:        mozilla-1.7.3-pango-render.patch
0d16653
Patch31:        firefox-1.0-pango-selection.patch
0d16653
Patch32:        firefox-1.0-pango-space-width.patch
7e256d3
Patch33:        firefox-1.0-pango-rounding.patch
ff6676c
Patch34:        firefox-1.0-pango-direction.patch
ff6676c
Patch35:        firefox-1.0-pango-bidi-justify.patch
Kristian Høgsberg 39c70fc
Patch36:        firefox-1.0-pango-cairo.patch
0d16653
blizzard 29015ec
# local bugfixes
2ecd813
Patch41:        thunderbird-0.8.0-stack-direction.patch
ff6676c
Patch42:        firefox-1.0-download-to-desktop.patch
ff6676c
Patch43:        firefox-1.0-uriloader.patch
5d333dc
5d333dc
# Backported patches, intended for upstream
53dd8d5
Patch90:        firefox-PR1-gtk-file-chooser-morefixes.patch
5d333dc
5d333dc
# Already upstreamed
6f85560
Patch101:       thunderbird-0.8.0-pkgconfig.patch
4acee59
Patch102:       thunderbird-1.0-useragent.patch
4acee59
Patch103:       firefox-1.0-gtk-system-colors.patch
4acee59
Patch104:       firefox-1.0-remote-intern-atoms.patch
4acee59
Patch105:       firefox-1.0-g-application-name.patch
4acee59
Patch106:       firefox-1.0-candidate-window.patch
4acee59
Patch107:       firefox-1.0-imgloader-comarray.patch
5d333dc
36ac449
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
81bf77c
Requires:       nspr >= %{nspr_devel}
2c56827
BuildRequires:	libpng-devel, libjpeg-devel, gtk2-devel
36ac449
BuildRequires:	zlib-devel, gzip, zip, unzip
81bf77c
BuildRequires:  nspr-devel >= %{nspr_version}
36ac449
BuildRequires:	XFree86-devel
36ac449
BuildRequires:	libIDL-devel
36ac449
BuildRequires:	tcsh
36ac449
BuildRequires:	freetype-devel
blizzard 8d3138d
BuildRequires:  autoconf213
6f85560
Prereq:		desktop-file-utils >= %{desktop_file_utils_version}
36ac449
Obsoletes:	MozillaThunderbird
36ac449
Provides:	MozillaThunderbird = %{epoch}:%{version}
36ac449
36ac449
%define tbdir %{_libdir}/thunderbird-%{version}
36ac449
c21eae0
AutoProv: 0
c21eae0
%define _use_internal_dependency_generator 0
c21eae0
%define __find_requires %{SOURCE100}
c21eae0
36ac449
%description
36ac449
Mozilla Thunderbird is a standalone mail and newsgroup client.
36ac449
36ac449
#===============================================================================
36ac449
36ac449
%prep
36ac449
%setup -q -n mozilla
936cda3
%{__cp} -f %{SOURCE4} .mozconfig
36ac449
echo "ac_add_options --libdir=%{_libdir}" >> .mozconfig
36ac449
echo "ac_add_options --with-default-mozilla-five-home=%{tbdir}" >> .mozconfig
36ac449
echo "mk_add_options MOZ_MAKE_FLAGS='%{?_smp_mflags}'" >> .mozconfig
936cda3
%{__cp} -f %{SOURCE5} .
fbf6d8b
%if %{freetype_fc3}
936cda3
%patch1 -p0 -b .freetype
fbf6d8b
%endif
ff6676c
%patch2 -p0
ff6676c
%patch3 -p0 -b .gcc4
ff6676c
%patch4 -p0 -b .recv-fortify
ff6676c
%patch5 -p0
81bf77c
%patch6 -p1
81bf77c
%patch7 -p0
936cda3
%patch10 -p1 -b .psfonts
936cda3
%patch11 -p1 -b .gnome-uriloader
blizzard 29015ec
%patch24 -p1
blizzard 29015ec
%patch25 -p1
0d16653
%patch30 -p1
0d16653
%patch31 -p1
0d16653
%patch32 -p1
ff6676c
%patch33 -p1
ff6676c
%patch34 -p1
ff6676c
%patch35 -p0
Kristian Høgsberg 39c70fc
%patch36 -p1
55a7cbc
%patch41 -p0
ff6676c
%patch42 -p0
ff6676c
%patch43 -p0
5756f2a
%patch90 -p0 -b .gtk-file-chooser-morefixes
6f85560
%patch101 -p0 -b .pkgconfig
4acee59
%patch102 -p0
0d16653
%patch103 -p0
4acee59
%patch104 -p0
0d16653
%patch105 -p0
4acee59
%patch106 -p1
936cda3
%patch107 -p0
36ac449
36ac449
#===============================================================================
36ac449
36ac449
%build
blizzard 8d3138d
autoconf-2.13
blizzard 8d3138d
36ac449
export RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed 's/-O2/-Os/')
36ac449
export CFLAGS="$RPM_OPT_FLAGS"
36ac449
export CXXFLAGS="$CFLAGS"
36ac449
export BUILD_OFFICIAL=1
36ac449
export MOZILLA_OFFICIAL=1
36ac449
time make -f client.mk build_all
36ac449
36ac449
#===============================================================================
36ac449
36ac449
%install
936cda3
%{__rm} -rf %{buildroot}
936cda3
%{__mkdir_p} %{buildroot}{%{tbdir},%{_bindir}}
36ac449
36ac449
cd dist/bin
936cda3
%{__tar} ch ./ | ( cd %{buildroot}%{tbdir} ; tar xf - )
36ac449
cd -
36ac449
36ac449
# menu entry
c8d56df
install -p -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/thunderbird.png
2c56827
desktop-file-install --vendor mozilla			\
36ac449
	--dir %{buildroot}%{_datadir}/applications  	\
2c56827
	--add-category X-Red-Hat			\
36ac449
	--add-category Application			\
36ac449
	--add-category Network				\
2c56827
	%{SOURCE1}
36ac449
ff6676c
# set up the thunderbird start script
ff6676c
%{__cat} %{SOURCE3} | %{__sed} -e 's,TBIRD_VERSION,%{version},g' > \
ff6676c
  $RPM_BUILD_ROOT%{_bindir}/thunderbird
ff6676c
%{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/thunderbird
36ac449
2c56827
install -m755 %{SOURCE6} %{buildroot}%{tbdir}/open-browser.sh
36ac449
perl -pi -e 's|LIBDIR|%{_libdir}|g' %{buildroot}%{tbdir}/open-browser.sh
36ac449
0d16653
%{__cat} %{SOURCE10} | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g' \
fe51f81
                                -e 's,COMMAND,%{tbdir}/open-browser.sh,g' > \
fe51f81
        $RPM_BUILD_ROOT/rh-default-prefs
fe51f81
%{__cp} $RPM_BUILD_ROOT/rh-default-prefs $RPM_BUILD_ROOT/%{tbdir}/greprefs/all-redhat.js
fe51f81
%{__cp} $RPM_BUILD_ROOT/rh-default-prefs $RPM_BUILD_ROOT/%{tbdir}/defaults/pref/all-redhat.js
fe51f81
%{__rm} $RPM_BUILD_ROOT/rh-default-prefs
36ac449
54c401d
cd $RPM_BUILD_ROOT/%{tbdir}
3e2e663
export MOZ_DISABLE_GNOME=1
a08e80a
a08e80a
# munge HOME for now, since XPCOM creates $HOME/.mozilla
a08e80a
MOZTMP=`mktemp -d`
3b1bdf0
HOME=$MOZTMP ./thunderbird -register
a08e80a
%{__rm} -rf $MOZTMP/.mozilla
a08e80a
54c401d
cd -
36ac449
54c401d
%{__rm} -rf $RPM_BUILD_ROOT/%{tbdir}/chrome/{classic,comm,embed-sample,en-{mac,win},help,messenger}
36ac449
# ...
36ac449
36ac449
#===============================================================================
36ac449
36ac449
%clean
54c401d
%{__rm} -rf $RPM_BUILD_ROOT
36ac449
36ac449
#===============================================================================
36ac449
36ac449
%files
36ac449
%defattr(-,root,root,-)
36ac449
%attr(755,root,root) %{_bindir}/thunderbird
2c56827
%attr(644,root,root) %{_datadir}/applications/mozilla-thunderbird.desktop
c8d56df
%attr(644,root,root) %{_datadir}/pixmaps/thunderbird.png
36ac449
%{tbdir}
36ac449
%doc release-notes.html
36ac449
36ac449
#===============================================================================
36ac449
36ac449
%changelog
2fd123a
* Fri Jul 22 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-2
2fd123a
- Update to 1.0.6
2fd123a
4acee59
* Mon Jul 18 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-0.1.fc5
4acee59
- 1.0.6 Release Candidate
4acee59
81bf77c
* Fri Jul 15 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-8
81bf77c
- Use system NSPR
81bf77c
- Fix crash on 64bit platforms (#160330)
81bf77c
Kristian Høgsberg 39c70fc
* Thu Jun 23 2005 Kristian Høgsberg <krh@redhat.com>  1.0.2-7
Kristian Høgsberg 39c70fc
- Add firefox-1.0-pango-cairo.patch to get rid of the last few Xft
Kristian Høgsberg 39c70fc
  references, fixing the "no fonts" problem.
Kristian Høgsberg 39c70fc
42717a8
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-6
42717a8
- Change the Exec line in the desktop file to `thunderbird`
42717a8
a08e80a
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-5
a08e80a
- Update pango patche, MOZ_DISABLE_PANGO now works as advertised.
a08e80a
26eb761
* Mon May  9 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-4
26eb761
- Add temporary workaround to not create files in the user's $HOME (#149664)
26eb761
ff6676c
* Wed May  4 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-3
ff6676c
- Don't have downloads "disappear" when downloading to desktop (#139015)
ff6676c
- Fix for some more cursor issues in textareas (149991, 150002, 152089)
ff6676c
- Add upstream patch to fix bidi justification of pango
ff6676c
- Add patch to fix launching of helper applications
ff6676c
- Add patch to properly link against libgfxshared_s.a
ff6676c
- Fix multilib conflicts
ff6676c
e727439
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com>
e727439
- correct confusing PANGO vars in startup script
e727439
53dd8d5
* Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-1
53dd8d5
- Thunderbird 1.0.2
53dd8d5
54c401d
* Tue Mar  8 2005 Christopher Aillon <caillon@redhat.com> 1.0-5
54c401d
- Add patch to compile against new fortified glibc macros
54c401d
936cda3
* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 1.0-4
936cda3
- Rebuild against GCC 4.0
936cda3
- Add execshield patches
936cda3
- Minor specfile cleanup
936cda3
fe51f81
* Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 1.0-3
fe51f81
- Rebuild
fe51f81
0d16653
* Thu Dec 16 2004 Christopher Aillon <caillon@redhat.com> 1.0-2
0d16653
- Add RPM version to useragent
0d16653
0d16653
* Thu Dec 16 2004 Christopher Blizzard <blizzard@redhat.com>
0d16653
- Port over pango patches from firefox
0d16653
b3fe405
* Wed Dec  8 2004 Christopher Aillon <caillon@redhat.com> 1.0-1
b3fe405
- Thunderbird 1.0
b3fe405
ec92e8c
* Mon Dec  6 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.1
ec92e8c
- Fix advanced prefs
ec92e8c
0d16653
* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com>
0d16653
- Make this run on s390(x) now for real
0d16653
3d68c19
* Wed Dec  1 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.0
3d68c19
- Update to 1.0 rc1
3d68c19
0d16653
* Fri Nov 19 2004 Christopher Aillon <caillon@redhat.com>
0d16653
- Add patches to build and run on s390(x)
0d16653
6c7ad51
* Thu Nov 11 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-2
6c7ad51
- Rebuild to fix file chooser
6c7ad51
5756f2a
* Fri Nov  5 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-1
5756f2a
- Update to 0.9
5756f2a
2ecd813
* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-10
2ecd813
- Prevent inlining of stack direction detection (#135255)
2ecd813
19cac1d
* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-9
19cac1d
- More file chooser fixes (same as in firefox)
19cac1d
- Fix for upstream 28327.
19cac1d
blizzard 29015ec
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
blizzard 95d655c
- Update the pango patch
blizzard 95d655c
blizzard 95d655c
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
blizzard 29015ec
- Pull over patches from firefox build:
blizzard 29015ec
  - disable default application dialog
blizzard 29015ec
  - don't include software update since it doesn't work
blizzard 29015ec
  - make external app support work
blizzard 29015ec
blizzard 8d3138d
* Thu Oct 14 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-7
blizzard 8d3138d
- Use pango for rendering
blizzard 8d3138d
cbf9928
* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-6
cbf9928
- Fix for 64 bit crash at startup (b.m.o #256603)
cbf9928
5d333dc
* Sat Oct  9 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-5
5d333dc
- Add patches to fix xremote (#135036)
5d333dc
59bcc1b
* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-4
59bcc1b
- Add patch to fix button focus issues (#133507)
59bcc1b
- Add patch for fix IMAP race issues (bmo #246439)
59bcc1b
c21eae0
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0.8.0-3
c21eae0
- filter out library Provides: and internal Requires:
c21eae0
6f85560
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-2
6f85560
- Backport the GTK+ File Chooser.
6f85560
- Add fix for JS math on x86_64 systems
6f85560
- Add pkgconfig patch
6f85560
2c56827
* Thu Sep 16 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-1
2c56827
- Update to 0.8.0
2c56827
- Remove enigmail
2c56827
- Update BuildRequires
2c56827
- Remove gcc34 and extension manager patches -- they are upstreamed.
3e2e663
- Fix for gnome-vfs2 error at component registration
2c56827
36ac449
* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0.7.3-5
36ac449
- Build with --disable-xprint
36ac449
36ac449
* Wed Sep 01 2004 David Hill <djh[at]ii.net> 0.7.3-4
36ac449
- remove all Xvfb-related hacks
36ac449
36ac449
* Wed Sep 01 2004 Warren Togami <wtogami@redhat.com> 
36ac449
- actually apply psfonts
36ac449
- add mozilla gnome-uriloader patch to prevent build failure
36ac449
36ac449
* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0.7.3-3
36ac449
- rawhide import
36ac449
- apply NetBSD's freetype 2.1.8 patch
36ac449
- apply psfonts patch
36ac449
- remove BR on /usr/bin/ex, breaks beehive
36ac449
36ac449
* Tue Aug 31 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.2
36ac449
- oops, fix %%install
36ac449
36ac449
* Thu Aug 26 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.1
36ac449
- update to Thunderbird 0.7.3 and Enigmail 0.85.0
36ac449
- remove XUL.mfasl on startup, add Debian enigmail patches
36ac449
- add Xvfb hack for -install-global-extension
36ac449
36ac449
* Wed Jul 14 2004 David Hill <djh[at]ii.net> 0.7.2-0.fdr.0
36ac449
- update to 0.7.2, just because it's there
36ac449
- update gcc-3.4 patch (Kaj Niemi)
36ac449
- add EM registration patch and remove instdir hack
36ac449
36ac449
* Sun Jul 04 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.1
36ac449
- re-add Enigmime 1.0.7, omit Enigmail until the Mozilla EM problems are fixed
36ac449
36ac449
* Wed Jun 30 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.0
36ac449
- update to 0.7.1
36ac449
- remove Enigmail
36ac449
36ac449
* Mon Jun 28 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.1
36ac449
- re-enable Enigmail 0.84.1
36ac449
- add gcc-3.4 patch (Kaj Niemi)
36ac449
- use official branding (with permission)
36ac449
36ac449
* Fri Jun 18 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.0
36ac449
- update to 0.7
36ac449
- temporarily disable Enigmail 0.84.1, make ftp links work (#1634)
36ac449
- specify libdir, change BR for apt (V. Skyttä, #1617)
36ac449
36ac449
* Tue May 18 2004 Warren Togami <wtogami@redhat.com> 0.6-0.fdr.5
36ac449
- temporary workaround for enigmail skin "modern" bug
36ac449
36ac449
* Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.4
36ac449
- update to Enigmail 0.84.0 
36ac449
- update launch script
36ac449
36ac449
* Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.3
36ac449
- installation directory now versioned
36ac449
- allow root to run the program (for installing extensions)
36ac449
- remove unnecessary %%pre and %%post
36ac449
- remove separators, update mozconfig and launch script (M. Schwendt, #1460)
36ac449
36ac449
* Wed May 05 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.2
36ac449
- include Enigmail, re-add release notes
36ac449
- delete %{_libdir}/thunderbird in %%pre
36ac449
36ac449
* Mon May 03 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.1
36ac449
- update to Thunderbird 0.6
36ac449
36ac449
* Fri Apr 30 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.rc1
36ac449
- update to Thunderbird 0.6 RC1
36ac449
- add new icon, remove release notes
36ac449
36ac449
* Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.20040415
36ac449
- update to latest CVS, update mozconfig and %%build accordingly
36ac449
- update to Enigmail 0.83.6
36ac449
- remove x-remote and x86_64 patches
36ac449
- build with -Os
36ac449
36ac449
* Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.5-0.fdr.12
36ac449
- update x-remote patch
36ac449
- more startup script fixes
36ac449
36ac449
* Tue Apr 06 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.11
36ac449
- startup script fixes, and a minor cleanup
36ac449
36ac449
* Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 0:0.5-0.fdr.10
36ac449
- Minor cleanups
36ac449
36ac449
* Sun Apr 04 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.8
36ac449
- minor improvements to open-browser.sh and startup script
36ac449
- update to latest version of Blizzard's x-remote patch
36ac449
36ac449
* Thu Mar 25 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.7
36ac449
- update open-browser.sh, startup script, and BuildRequires
36ac449
36ac449
* Sun Mar 14 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.6
36ac449
- update open-browser script, modify BuildRequires (Warren)
36ac449
- add Blizzard's x-remote patch
36ac449
- initial attempt at x-remote-enabled startup script
36ac449
36ac449
* Sun Mar 07 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.5
36ac449
- refuse to run with excessive privileges
36ac449
36ac449
* Fri Feb 27 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.4
36ac449
- add Mozilla x86_64 patch (Oliver Sontag)
36ac449
- Enigmail source filenames now include the version
36ac449
- modify BuildRoot
36ac449
36ac449
* Thu Feb 26 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.3
36ac449
- use the updated official tarball
36ac449
36ac449
* Wed Feb 18 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.2
36ac449
- fix %%prep script
36ac449
36ac449
* Mon Feb 16 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.1
36ac449
- update Enigmail to 0.83.3
36ac449
- use official source tarball (after removing the CRLFs)
36ac449
- package renamed to thunderbird
36ac449
36ac449
* Mon Feb 09 2004 David Hill <djh[at]ii.net>	0:0.5-0.fdr.0
36ac449
- update to 0.5
36ac449
- check for lockfile before launching
36ac449
36ac449
* Fri Feb 06 2004 David Hill <djh[at]ii.net>
36ac449
- update to latest cvs
36ac449
- update to Enigmail 0.83.2
36ac449
36ac449
* Thu Jan 29 2004 David Hill <djh[at]ii.net>	0:0.4-0.fdr.5
36ac449
- update to Enigmail 0.83.1
36ac449
- removed Mozilla/Firebird script patching
36ac449
36ac449
* Sat Jan 03 2004 David Hill <djh[at]ii.net>	0:0.4-0.fdr.4
36ac449
- add startup notification to .desktop file
36ac449
36ac449
* Thu Dec 25 2003 Warren Togami <warren@togami.com> 0:0.4-0.fdr.3
36ac449
- open-browser.sh release 3
36ac449
- patch broken /usr/bin/mozilla script during install
36ac449
- dir ownership
36ac449
- XXX: Source fails build on x86_64... fix later
36ac449
36ac449
* Tue Dec 23 2003 David Hill <djh[at]ii.net>	0:0.4-0.fdr.2
36ac449
- update to Enigmail 0.82.5
36ac449
- add Warren's open-browser.sh (#1113)
36ac449
36ac449
* Tue Dec 09 2003 David Hill <djh[at]ii.net>	0:0.4-0.fdr.1
36ac449
- use Thunderbird's mozilla-xremote-client to launch browser
36ac449
36ac449
* Sun Dec 07 2003 David Hill <djh[at]ii.net>	0:0.4-0.fdr.0
36ac449
- update to 0.4
36ac449
- make hyperlinks work (with recent versions of Firebird/Mozilla)
36ac449
36ac449
* Thu Dec 04 2003 David Hill <djh[at]ii.net>
36ac449
- update to 0.4rc2
36ac449
36ac449
* Wed Dec 03 2003 David Hill <djh[at]ii.net>
36ac449
- update to 0.4rc1 and Enigmail 0.82.4
36ac449
36ac449
* Thu Nov 27 2003 David Hill <djh[at]ii.net>
36ac449
- update to latest CVS and Enigmail 0.82.3
36ac449
36ac449
* Sun Nov 16 2003 David Hill <djh[at]ii.net>
36ac449
- update to latest CVS (0.4a)
36ac449
- update Enigmail to 0.82.2
36ac449
- alter mozconfig for new build requirements
36ac449
- add missing BuildReq (#987)
36ac449
36ac449
* Thu Oct 16 2003 David Hill <djh[at]ii.net>	0:0.3-0.fdr.0
36ac449
- update to 0.3
36ac449
36ac449
* Sun Oct 12 2003 David Hill <djh[at]ii.net>	0:0.3rc3-0.fdr.0
36ac449
- update to 0.3rc3
36ac449
- update Enigmail to 0.81.7
36ac449
36ac449
* Thu Oct 02 2003 David Hill <djh[at]ii.net>	0:0.3rc2-0.fdr.0
36ac449
- update to 0.3rc2
36ac449
36ac449
* Wed Sep 17 2003 David Hill <djh[at]ii.net>	0:0.2-0.fdr.2
36ac449
- simplify startup script
36ac449
36ac449
* Wed Sep 10 2003 David Hill <djh[at]ii.net>	0:0.2-0.fdr.1
36ac449
- add GPG support (Enigmail 0.81.6)
36ac449
- specfile fixes (#679)
36ac449
36ac449
* Thu Sep 04 2003 David Hill <djh[at]ii.net>	0:0.2-0.fdr.0
36ac449
- update to 0.2
36ac449
36ac449
* Mon Sep 01 2003 David Hill <djh[at]ii.net>
36ac449
- initial RPM
36ac449
  (based on the fedora MozillaFirebird-0.6.1 specfile)
36ac449