thunderbird.spec revision 18593
10139N/A#
10139N/A# Copyright (c) Sun Microsystems, Inc.
10139N/A#
16880N/A%define owner davelam
10139N/A# bugdb: bugzilla.mozilla.org
10139N/A#
10139N/A
17185N/A%define OSR LFI#124386:N/A
10139N/A
16880N/A#####################################
17178N/A## Package Information Section ##
17178N/A#####################################
10139N/A
16880N/AName: thunderbird
10139N/ASummary: Mozilla Thunderbird Standalone E-mail and Newsgroup Client
17089N/AVersion: 3.0.3
12578N/A
10139N/A%if %option_with_lightning
10139N/A%define lightning_version 1.0
10139N/A%endif
16880N/A
16880N/A%define tarball_version 3.0.3
16880N/ARelease: 1
16880N/ACopyright: MPL/LGPL
16880N/ALicense: MPL/LGPL
17089N/AGroup: Applications/Internet
17089N/ADistribution:Java Desktop System
16880N/AVendor: Mozilla Foundation
16880N/ASource: http://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{tarball_version}/source/%{name}-%{tarball_version}.source.tar.bz2
16880N/ASource1: thunderbird-icon.png
16880N/ASource2: thunderbird.desktop
16880N/A%if %option_with_lightning
16880N/ASource3: http://ftp.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1/source/lightning-sunbird-1.0b1.source.tar.bz2
16880N/ASource4: lightning-chrome.manifest
16880N/A%endif
16880N/A
16880N/A%if %option_without_moz_nss_nspr
16880N/ASource8: nspr-nss-config
17089N/A%endif
17073N/A
17089N/A# owner:hawklu date:2007-11-28 type:branding
17074N/A# change preference to support multi-language
17089N/APatch1: thunderbird3-01-locale.diff
17186N/A
17186N/A# owner:alfred date:2008-10-10 type:bug bugster:6750518
17200N/A# status:upstream
17200N/APatch5: thunderbird3-05-ksh.diff
16880N/A
10139N/A# owner:ginnchen date:2008-10-15 type:feature
10139N/A# bugzilla:457196
10139N/APatch11: thunderbird3-11-jemalloc-shared-library.diff
10139N/A
12274N/A# owner:ginnchen date:2010-02-04 type:bug bugzilla:492326
12274N/A# status:upstream
12274N/APatch12: thunderbird3-12-nspr_use_zone_allocator.diff
12274N/A
10139N/A# owner:ginnchen date:2009-03-04 type:feature bugzilla:478390 bugster:6805829
10139N/A# status:upstream
10139N/APatch14: thunderbird3-14-compiler-workaround.diff
10139N/A
11002N/A# owner:fujiwara date:2008-04-10 type:bug
13025N/A# bugster:6686579 bugzilla:285267
12830N/APatch15: thunderbird3-15-g11n-nav-lang.diff
13664N/A
16425N/A# owner:ginnchen date:2008-08-19 type:bug
15591N/A# bugster:6724471 bugzilla:451007
17073N/APatch16: thunderbird3-16-delay-stopping-realplayer.diff
17186N/A
17200N/A# owner:ginnchen date:2009-09-18 type:feature bugster:6839690
10139N/A# status:upstream
10139N/APatch17: thunderbird3-17-compiler-workaround-2.diff
10139N/A
10139N/A# owner:ginnchen date:2008-11-27 type:bug bugzilla:464443
10139N/APatch18: thunderbird3-18-fix-mimetype-for-helper-app.diff
10139N/A
10139N/A%if %option_without_moz_nss_nspr
10139N/A# owner:ginnchen date:2009-05-21 type:branding
10139N/APatch20: thunderbird3-20-system-nss-nspr.diff
10139N/A%endif
10139N/A
10139N/A# owner:hawklu date:2009-05-19 type:bug doo:8471
10139N/APatch21: thunderbird3-21-sunaudio-sparc.diff
16880N/A
16880N/A# owner:hawklu date:2009-05-22 type:branding
16880N/APatch22: thunderbird3-22-use-system-theora-and-sqlite.diff
16880N/A
16880N/A# owner:chrisk date:2009-07-19 type:bug
16880N/A# status:upstream
10139N/APatch24: thunderbird3-24-gtk-includes.diff
16880N/A
16880N/A# owner:hawklu date:2009-09-03 type:bug doo:1114
10139N/APatch26: thunderbird3-26-no-offline-download.diff
10139N/A
10139N/A# owner:ginnchen date:2009-12-15 type:bug bugzilla:416053 bugzilla:534845
16880N/A# status:upstream
16880N/APatch27: thunderbird3-27-startup-notification.diff
10139N/A
10139N/A# owner:hawklu date:2009-12-31 type:bug bugzilla:537210
16880N/APatch28: thunderbird3-28-sync-toolbar.diff
11155N/A
16880N/A# owner:hawklu date:2009-12-31 type:bug bugzilla:534588
16880N/APatch29: thunderbird3-29-account-setup.diff
16880N/A
10139N/AURL: http://www.sun.com/software/javadesktopsystem/
10139N/A
10139N/ABuildRoot: %{_tmppath}/%{name}-%{tarball_version}-build
10139N/APrefix: /usr
16880N/AProvides: webclient
16880N/AAutoreqprov: on
16880N/A
16880N/A#####################################
10139N/A## Package Defines Section ##
17059N/A#####################################
17059N/A
17059N/A%define _unpackaged_files_terminate_build 0
16880N/A%define _tbdir %{_libdir}/%{name}
16880N/A
16880N/A#####################################
17059N/A## Package Description Section ##
17059N/A#####################################
11358N/A
16880N/A%description
16880N/AMozilla Thunderbird is a standalone e-mail and newsgroup client
10248N/Athat can be used as a companion to Mozilla Firefox or by itself.
16880N/A
16880N/A#####################################
10139N/A## Package Preparation Section ##
10139N/A#####################################
10139N/A
10139N/A%prep
10139N/A
16880N/A%setup -q -c -n %{name}
16880N/Acd ..
16880N/Amkdir -p sunbird
16880N/Acd sunbird
16880N/Abzcat %SOURCE3 | tar xf -
16880N/Acd ..
16880N/A
16880N/Arm -rf %{name}/comm-1.9.1/calendar
16880N/Acp -r sunbird/comm-1.9.1/calendar %{name}/comm-1.9.1/calendar
16880N/A
16880N/Acd %{name}/comm-1.9.1/mozilla
16880N/A%patch1 -p1
16880N/A%patch5 -p1
16880N/A%patch12 -p1
16880N/A%patch14 -p1
16880N/A%patch15 -p1
16880N/A%patch16 -p1
16880N/A%patch17 -p1
16880N/A%patch18 -p1
16880N/A%patch21 -p1
16880N/A%patch24 -p1
16880N/A%patch27 -p1
16880N/A
16880N/A%if %option_without_moz_nss_nspr
16880N/A%patch20 -p1
16880N/A%endif
16880N/A
16880N/A# go back to the thunderbird directory
16880N/Acd ..
16880N/A%patch11 -p1
16880N/A%patch22 -p1
10139N/A%patch26 -p1
16880N/A%patch28 -p1
16880N/A%patch29 -p1
16880N/A
16880N/A
10139N/A#####################################
10139N/A## Package Build Section ##
17200N/A#####################################
17200N/A
17186N/A%build
17186N/A
17089N/A%ifos linux
17089N/Aif [ -x /usr/bin/getconf ]; then
17073N/A CPUS=`getconf _NPROCESSORS_ONLN`
17073N/Afi
17059N/A%else
17059N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
17059N/A%endif
16880N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
16880N/A CPUS=1
16880N/Afi
16623N/A
16623N/Acat << "EOF" > .mozconfig
16511N/Amk_add_options BUILD_OFFICIAL=1
16511N/Amk_add_options MOZILLA_OFFICIAL=1
16395N/Aac_add_options --prefix=%{_prefix}
16395N/Aac_add_options --libdir=%{_libdir}
16193N/Aac_add_options --mandir=%{_mandir}
16193N/Aac_add_options --enable-static
16190N/Aac_add_options --enable-official-branding
16190N/Aac_add_options --enable-application=mail
16054N/Aac_add_options --enable-dtrace
16054N/Aac_add_options --with-system-jpeg
16013N/Aac_add_options --with-system-zlib
16013N/Aac_add_options --with-system-bz2
16013N/Aac_add_options --enable-system-cairo
16038N/Aac_add_options --disable-updater
15968N/Aac_add_options --disable-tests
15968N/A%if %option_with_debug
15968N/Aac_add_options --enable-debug
15792N/Aac_add_options --disable-optimize
15792N/A%else
15591N/Aac_add_options --disable-debug
15591N/Aac_add_options --enable-optimize
15591N/A%endif
15543N/Aac_add_options --disable-shared
15543N/Aac_add_options --disable-crashreporter
15543N/Aac_add_options --with-rpath="\\\$\$ORIGIN"
15543N/A%if %option_without_moz_nss_nspr
15503N/Aac_add_options --with-system-nspr
15503N/Aac_add_options --with-system-nss
15460N/A%endif
15460N/A%if %option_with_lightning
15389N/Aac_add_options --enable-calendar
15389N/A%endif
15389N/A#ac_add_options --enable-system-sqlite
15347N/Aac_add_options --enable-startup-notification
15347N/AEOF
15347N/A
15347N/ABUILD_OFFICIAL=1
15247N/AMOZILLA_OFFICIAL=1
15247N/AMOZ_PKG_FORMAT=BZ2
15230N/APKG_SKIP_STRIP=1
15230N/Aexport BUILD_OFFICIAL MOZILLA_OFFICIAL MOZ_PKG_FORMAT PKG_SKIP_STRIP CFLAGS CXXFLAGS
14468N/A
14468N/ASRCDIR=$PWD
14362N/Aexport MOZCONFIG=$PWD/.mozconfig
14362N/Amkdir -p ../objdir-tb
14133N/A
14133N/A%if %option_without_moz_nss_nspr
14126N/Acp %{SOURCE8} ${SRCDIR}/../objdir-tb
14126N/Achmod +x ${SRCDIR}/../objdir-tb/nspr-nss-config
14014N/Aexport NSPR_CONFIG=${SRCDIR}/../objdir-tb/nspr-nss-config\ nspr
14014N/Aexport NSS_CONFIG=${SRCDIR}/../objdir-tb/nspr-nss-config\ nss
14014N/A%endif
14014N/A
14014N/Acd ${SRCDIR}/../objdir-tb
14014N/A${SRCDIR}/comm-1.9.1/configure
14014N/Amake
14014N/A
13907N/Amake package
13907N/A
13819N/A%install
13819N/A/bin/rm -rf $RPM_BUILD_ROOT
13786N/A
13786N/ABUILDDIR=$PWD/../objdir-tb
13786N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_libdir}
13786N/Acd $RPM_BUILD_ROOT%{_libdir}
13786N/A/usr/bin/bzip2 -dc $BUILDDIR/mozilla/dist/thunderbird-*.tar.bz2 | gtar -xf -
13491N/A
13453N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_bindir}
13453N/A/bin/ln -s ../lib/thunderbird/thunderbird $RPM_BUILD_ROOT%{_bindir}/thunderbird
13453N/A%if %option_with_lightning
13317N/ALIGHTNING_ID="{e2fda1a4-762b-4020-b5ad-a41df1933103}"
13318N/Acp %{SOURCE4} $RPM_BUILD_ROOT%{_libdir}/thunderbird/extensions/$LIGHTNING_ID/chrome.manifest
13083N/A%endif
13083N/A
13083N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
13024N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
13024N/Ainstall -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/thunderbird-icon.png
12985N/Ainstall -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications/thunderbird.desktop
12985N/A
12985N/A# remove local dictionary and share the one that delivered
12985N/A# by myspell-dictionary
12985N/Arm -f $RPM_BUILD_ROOT%{_tbdir}/dictionaries/en-US.dic
12985N/Arm -f $RPM_BUILD_ROOT%{_tbdir}/dictionaries/en-US.aff
12973N/Armdir $RPM_BUILD_ROOT%{_tbdir}/dictionaries
12973N/A
12872N/A%clean
12872N/A/bin/rm -rf $RPM_BUILD_ROOT
12893N/A
12830N/A%changelog
12830N/A* Wed Mar 10 2010 - brian.lu@sun.com
12797N/A- Add $ORIGIN to --with-rpath
12797N/A* Tue Mar 09 2010 - brian.lu@sun.com
12578N/A- Add --with-rpath to fix bug d.o.o 14849
12797N/A Remove patch thunderbird3-30-using-sqlite-3-6-17.diff
12508N/A* Tus Mar 02 2010 - ginn.chen@sun.com
12508N/A- Bump to Thunderbird 3.0.3.
12151N/A* Thu Feb 04 2010 - ginn.chen@sun.com
12151N/A- Add thunderbird3-12-nspr_use_zone_allocator.diff.
11991N/A* Tue Feb 02 2010 - brian.lu@sun.com
11991N/A- Using chrome.manifest that supports mutli languages
11991N/A* Mon Jan 25 2010 - brian.lu@sun.com
11989N/A- Bump to 3.0.1
11989N/A* Wed Jan 13 2010 - brian.lu@sun.com
11898N/A- bug d.o.o 13561 is fixed in 1.0b1
11898N/A Remove the patch thunderbird3-30-timezone.diff
11416N/A* Thu Dec 31 2009 - brian.lu@sun.com
11416N/A- Add two patches:
11358N/A thunderbird3-28-sync-toolbar.diff
11358N/A thunderbird3-29-account-setup.diff
11358N/A* Fri Dec 18 2009 - ginn.chen@sun.com
11256N/A- Bump lighting to 1.0b1rc1.
11256N/A* Wed Dec 16 2009 - ginn.chen@sun.com
11205N/A- Add thunderbird3-27-startup-notification.diff
11205N/A* Mon Dec 14 2009 - brian.lu@sun.com
11123N/A- Define lightning_version
11123N/A* Thu Dec 08 2009 - brian.lu@sun.com
11072N/A- Bump to 3.0
11072N/A* Wed Dec 02 2009 - ginn.chen@sun.com
11002N/A- Bump to Thunderbird 3.0rc2.
11002N/A* Wed Nov 25 2009 - ginn.chen@sun.com
10979N/A- Bump to Thunderbird 3.0rc1.
10979N/A* Fri Nov 13 2009 - ginn.chen@sun.com
10934N/A- Remove thunderbird.cfg, thunderbird3-02-disable-online-update.diff
10934N/A disable-updater should be enough.
10917N/A- Update thunderbird3-11-jemalloc-shared-library.diff
10917N/A* Web Sep 23 2009 - ginn.chen@sun.com
10840N/A- Remove configure files.
10840N/A* Wed Sep 23 2009 - brian.lu@sun.com
10840N/A- Remove the upstreamed patch thunderbird3-23-bug504043.diff
10810N/A and thunderbird3-25-downloadable-font.diff
10810N/A- Update patch thunderbird3-26-no-offline-download.diff
10776N/A- Bump to beta4
10776N/A* Tue Sep 22 2009 - brian.lu@sun.com
10776N/A- Update patch thunderbird3-26-no-offline-download.diff
10776N/A* Fri Sep 18 2009 - ginn.chen@sun.com
10723N/A- Add patch thunderbird3-17-compiler-workaround-2.diff
10776N/A* Thu Sep 03 2009 - brian.lu@sun.com
10709N/A- Add patch thunderbird3-26-no-offline-download.diff
10624N/A* Wed Jul 29 2009 - ginn.chen@sun.com
10625N/A- Add patch thunderbird3-25-downloadable-font.diff
10625N/A* Thu Jul 23 2009 - ginn.chen@sun.com
10625N/A- Update thunderbird3-22-use-system-theora-and-sqlite.diff
10624N/A Fix build issue with system sqlite library.
10617N/A* Thu Jul 23 2009 - brian.lu@sun.com
10617N/A- Bump to 3.0b3
10617N/A Remove following upstreamed patches:
10617N/A thunderbird3-03-js.diff
10609N/A thunderbird3-06-font-config.diff
10609N/A thunderbird3-07-pango-1-23.diff
10470N/A thunderbird3-08-im-context-not-match.diff
10470N/A thunderbird3-09-rename-nsSelectionBatcher.diff
10470N/A thunderbird3-10-bigendian.diff
10470N/A thunderbird3-13-js-dtrace.diff
10470N/A thunderbird3-14-xinerama.diff
10444N/A thunderbird3-17-runmozilla.diff
10444N/A thunderbird3-19-small-migration-wizard-window.diff
10444N/A
10444N/A Update following patches:
10437N/A thunderbird3-16-delay-stopping-realplayer.diff
10437N/A thunderbird3-20-system-nss-nspr.diff
10345N/A* Wed Jun 17 2009 - brian.lu@sun.com
10345N/A- Enable debug mode when "--with-debug" is specified
10345N/A* Wed Jun 02 2009 - brian.lu@sun.com
10279N/A- Change bugzilla:9112 to doo:9112 and bugzilla:8471 to doo:8471
10279N/A* Mon May 25 2009 - ginn.chen@sun.com
10279N/A- Add thunderbird3-20-system-nss-nspr.diff
10264N/A thunderbird3-21-sunaudio-sparc.diff
10264N/A thunderbird3-22-use-system-theora.diff
10248N/A* Tue Mar 31 2009 - brian.lu@sun.com
10248N/A- Fix bug 7723
10248N/A* Mon Mar 30 2009 - ginn.chen@sun.com
10248N/A- Remove thunderbird3-12-ldap-crash.diff, this bug is gone.
10248N/A* Fri Mar 06 2009 - ginn.chen@sun.com
10248N/A- Copy firefox3-25-pango-1-23.diff to thunderbird3-07-pango-1-23.diff
10248N/A* Fri Mar 06 2009 - brian.lu@sun.com
10155N/A- Replace the patch thunderbird3-07-pango-1-23.diff with
10155N/A the patch firefox3-25-pango-1-23.diff
10139N/A* Thu Mar 05 2009 - ginn.chen@sun.com
10139N/A- add option to use system cairo and jpeg
10139N/A* Wed Mar 04 2009 - ginn.chen@sun.com
10139N/A- copy firefox3-*.diff to thunderbird3-*.diff
10139N/A- use configure in ext-sources
10139N/A* Mon Mar 02 2009 - alfred.peng@sun.com
10139N/A- Patch updates for Thunderbird 3.0b2.
10139N/A* Fri Feb 27 2009 - brian.lu@sun.com
10139N/A- bump to Thunderbird 3.0b2
10139N/A* Thu Feb 19 2009 - brian.lu@sun.com
10139N/A- Fix the issue caused by pango upgrade
10139N/A* Fri Jan 23 2009 - brian.lu@sun.com
10139N/A- Fix the bug 6187
10139N/A* Fri Jan 16 2009 - brian.lu@sun.com
10139N/A- Change the bugzilla ID of thunderbird-13-ldap-crash.diff to 374731
10139N/A* Wed Dec 31 2008 - brian.lu@sun.com
10139N/A- Replace the patch thunderbird-24-rename-selectionBacher.diff
10139N/A with thunderbird-25-allow-muldefs.diff
10139N/A* Mon Dec 22 2008 - brian.lu@sun.com
10139N/A- Upgrade to 3.0b1
10139N/A* Tue Dec 02 2008 - brian.lu@sun.com
10139N/A- Fix the bug CR677345
10139N/A* Mon Oct 13 2008 - ginn.chen@sun.com
10139N/A- Change /bin/tar to tar.
10139N/A* Oct 10 2008 - alfred.peng@sun.com
10139N/A- Add thunderbird-21-ksh.diff for indiana only to fix bugster CR6750518.
10139N/A* Man 06 2008 - brian.lu@sun.com
10139N/A- Bump lightning to 0.9
10139N/A* Sat Sep 27 2008 - ginn.chen@sun.com
10139N/A- Bump to 2.0.0.17
10139N/A* Fri Sep 26 2008 - brian.lu@sun.com
10139N/A- Fix the bug CR6752288
10139N/A* Tue Jul 29 2008 - brian.lu@sun.com
10139N/A- bump to 2.0.0.16
10139N/A* Mon Jul 21 2008 - ginn.chen@sun.com
10139N/A- Add bugdb info.
10139N/A* Mon Jun 02 2008 - ginn.chen@sun.com
10139N/A- Add indiana branding patch: thunderbird-18-remove-hardcoded-fontname.diff
10139N/A* Mon May 05 2008 - dave.lin@sun.com
10139N/A- bump to 2.0.0.14
10139N/A* Thu April 24 2008 - brian.lu@sun.com
10139N/A- bump lightning to 0.8
10139N/A* Wed Mar 26 2008 - brian.lu@sun.com
10139N/A- Fix bug CR6640830
10139N/A* Thu Feb 28 2008 - dave.lin@sun.com
10139N/A- bump to TB 2.0.0.12
10139N/A* Fir Nov 28 2007 - evan.yan@sun.com
10139N/A- replace thunderbird-08-locale.diff with mozilla-09-locale.diff, to correct our
10139N/A way of supporting multi-language
10139N/A* Mon Nov 19 2007 - dave.lin@sun.com
10139N/A- bump to TB 2.0.0.9
10139N/A- remove patch thunderbird-16-crash-with-some-themes.diff since it has been upstreamed
10139N/A* Tue Nov 13 2007 - brian.lu@sun.com
10139N/A- Add patch, thunderbird-16-crash-with-some-themes.diff
10139N/A to fix 'thunderbird crashing under some themes' bug CR6586103
10139N/A* Fri Nov 02 2007 - dave.lin@sun.com
10139N/A- bump lightning to 0.7
10139N/A* Fri Aug 03 2007 - dave.lin@sun.com
10139N/A- bump to 2.0.0.6
10139N/A* Mon Jun 23 2007 - dave.lin@sun.com
10139N/A- bump to 2.0.0.5
10139N/A* Thu Jun 21 2007 - damien.carbery@sun.com
10139N/A- Add patch, mozilla-08-cairo-update.diff, to update the private copy of
10139N/A cairo.h used in the build.
10139N/A* Tue June 05 2007 - brian.lu@sun.com
10139N/A- Fix the bug CR6284006: GConf Error: Bad key or directory name: "desktop/gnome/url-handlers/GMT+00/command": `+' messages
10139N/A* Mon Apr 30 2007 - dave.lin@sun.com
10139N/A- remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
10139N/A* Thu Apr 27 2007 - brian.lu@sun.com
10139N/A- add patch to grey out "Check for Updates" in Thunderbird menu since it's not supported
10139N/A* Sat Apr 21 2007 - dave.lin@sun.com
10139N/A- Bump to 2.0.0.0
10139N/A* Thu Apr 12 2007 - dave.lin@sun.com
10139N/A- bump to 2.0.0.0rc1, removed the patches thunderbird-11-drag-and-drop.diff,
10139N/A thunderbird-12-defaultAccount.diff which are upstreamed in this release
10139N/A* Thu Apr 12 2007 - dave.lin@sun.com
10139N/A- disable update feature in Thunderbird menu since it's not supported
10139N/A on Solaris so far(CR#6542910)
10139N/A* Wed Mar 23 2007 - brian.lu@sun.com
10139N/A- Fix the bug CR6535724:Thunderbird crashes with LDAP in snv 60
10139N/A* Mon Mar 12 2007 - brian.lu@sun.com
10139N/A- Fix the bug CR6530327
10139N/A* Sat Mar 10 2007 - dougs@truemail.co.th
10139N/A- Fixed URL for lightning
10139N/A* Sat Mar 03 2007 - dave.lin@sun.com
10139N/A- bump lightning version to 0.3.1
10139N/A* Thu Feb 01 2007 - brian.lu@sun.com
10139N/A- fix drag and drop crashing bug CR6519257
10139N/A- bugzilla id 367203. The patch has been put into upstream
10139N/A* Sun Jan 28 2007 - laca@sun.com
10139N/A- add full download url for lightning
10139N/A* Fri Jan 26 2007 - dave.lin@sun.com
10139N/A- enable lightning extension(0.3) in Thunderbird
10139N/A* Wed Jan 24 2007 - dave.lin@sun.com
10139N/A- bump version to 2.0b2
10139N/A* Thu Dec 28 2006 - dave.lin@sun.com
10139N/A- change the patch type to branding for some patches in patch comments
10139N/A- bump version to 2.0b1 and remove mozilla-03-s11s-smkfl.diff,
10139N/A mozilla-04-s11x-smkfl.diff since they're upstreamed in that branch
10139N/A* Fri Nov 17 2006 - dave.lin@sun.com
10139N/A- add patch comments
10139N/A* Mon Nov 13 2006 - dave.lin@sun.com
16654N/A- change the version to 1.5.0.8 since 2.0a1 could not be able to integrated
10139N/A into SNV, and add patches mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff
10139N/A back because they're not upstreamed in the branch that for Thunderbird 1.5.x
10139N/A* Thu Sep 07 2006 - dave.lin@sun.com
10139N/A- add patch thunderbird-10-no-pkg-files.diff to remove patch checker scripts
10139N/A since it's unnecessary to deliver them with the bundled version
10139N/A- change the version 2.0a1 to 2.0 to comply WOS integration rules
10139N/A- re-organize the patch list
10139N/A* Mon Aug 28 2006 - dave.lin@sun.com
10139N/A- create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
10139N/A to fix bug CR#6459752
10139N/A* Tue Aug 08 2006 - dave.lin@sun.com
10139N/A- bump version to 2.0a1
10139N/A- remove the patch mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff
10139N/A which have been fixed in 2.0a1
10139N/A- change to xpinstall/packager to run the make to generate the binary tarball
10139N/A* Mon Jul 31 2006 - dave.lin@sun.com
10139N/A- bump to 1.5.0.5
10139N/A* Fri Jul 07 2006 - dave.lin@sun.com
10139N/A- add patch mozilla-07-no-ldlibpath.diff to remove the LD_LIBRARY_PATH in
10139N/A- change to "disable-static, enable-shared" per Brian Lu
10139N/A* Wed Jun 21 2006 - dave.lin@sun.com
10139N/A- remove patch thunderbird-07-ldap-prefs.diff to fix bug CR#6344861
10139N/A* Fri Jun 02 2006 - dave.lin@sun.com
10139N/A- bump src version to 1.5.0.4
10139N/A* Sat Apr 29 2006 - halton.huo@sun.com
10139N/A- Add patch thunderbird-09-no-nss-nspr.diff to not deliver the nss,nspr
10139N/A* Fri Apr 27 2006 - damien.carbery@sun.com
10139N/A- Remove patch 9 as it is not in svn and breaks build.
10139N/A* Fri Apr 27 2006 - dave.lin@sun.com
10139N/A- change to not deliver the devel pkg
10139N/A- add patch thunderbird-09-no-nss-nspr.diff to not deliver the nss,nspr
10139N/A libraries, and use firefox's instead
10139N/A- remove patch mozilla-06-skip-strip.diff, use another simple way to skip
10139N/A strip instead, setting PKG_SKIP_STRIP=1
10139N/A* Fri Apr 21 2006 - dave.lin@sun.com
10139N/A- bump to 1.5.0.2, remove patch 06 thunderbird-06-save-all-attach.diff,
10139N/A which is already upstreamed
10139N/A* Fri Apr 14 2006 - dave.lin@sun.com
10139N/A- add patch mozilla-06-skip-strip.diff to make no stripped libraries
10139N/A- add patch firefox-13-locale.diff to make firefox automatically
10139N/A pick up locale setting from user environment and start up in
10139N/A that locale
10139N/A* Thu Apr 13 2006 - dave.lin@sun.com
10139N/A- Changed the installation location from "/usr/sfw/lib" to "/usr/lib"
10139N/A on Solaris
10139N/A
10139N/A* Fri Mar 10 2006 -halton.huo@sun.com
10139N/A- Add patch thunderbird-06-save-all-attach.diff to fix 6373061.
10139N/A- Add patch thunderbird-07-ldap-prefs.diff to fix CR6344861.
10139N/A
10139N/A* Tue Jan 17 2006 - dave.lin@sun.com
10139N/A- Bump tarball version to 1.5
10139N/A- add two configure options --enable-static, --disable-shared
10139N/A- to get rid of intermedia shared libraries
10139N/A- disable parallel build option
10139N/A
10139N/A* Tue Nov 08 2005 - dave.lin@sun.com
10139N/A- Bump tarball version to 1.5rc1
10139N/A- Remove the patch mozilla-07-bz307041.diff since it's upstreamed in 1.5rc1 already
10139N/A
10139N/A* Thu Nov 1 2005 - laca@sun.com
10139N/A- change version to numeric and introduce %tarball_version
10139N/A
10139N/A* Fri Oct 21 2005 - <halton.huo@sun.com>
10139N/A- Bump to 1.5b2.
10139N/A- Add patch 307041 from bugzilla.
10139N/A
10139N/A* Mon Sep 26 2005 - <halton.huo@sun.com>
10139N/A- Bump to 1.5b1.
10139N/A- Move dir mozilla to thunderbird after tarball unpacking.
10139N/A
10139N/A* Thu Sep 08 2005 - damien.carbery@sun.com
10139N/A- Change BuildPrereq to BuildRequires, a format that build-gnome2 understands.
10139N/A
10139N/A* Mon Sep 05 2005 - Dave Lin <dave.lin@sun.com>
10139N/A- Add patches to remove the specific gtar options
10139N/A- Set MOZ_PKG_FORMAT=BZ2 to keep consistent of tarball
10139N/A format between linux and solaris
10139N/A
10139N/A* Fri Sep 02 2005 - damien.carbery@sun.com
10139N/A- Change gtar to tar and rework tar command.
10139N/A
10139N/A* Mon Aug 22 2005 - Dave Lin <dave.lin@sun.com>
10139N/A- initial version of the spec file created
10139N/A
10139N/A