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