thunderbird.spec revision 17940
10139N/A#
10139N/A# Copyright (c) Sun Microsystems, Inc.
10139N/A#
18540N/A%define owner davelam
10139N/A# bugdb: bugzilla.mozilla.org
10139N/A#
10139N/A
17185N/A#####################################
10139N/A## Package Information Section ##
16880N/A#####################################
18603N/A
17178N/AName: thunderbird
10139N/ASummary: Mozilla Thunderbird Standalone E-mail and Newsgroup Client
16880N/AVersion: 3.0
10139N/A
20227N/A%if %option_with_lightning
12578N/A%define lightning_version 1.0
10139N/A%endif
18615N/A
10139N/A%define tarball_version 3.0
18525N/ARelease: 1
18151N/ACopyright: MPL/LGPL
18151N/AGroup: Applications/Internet
18977N/ADistribution:Java Desktop System
18970N/AVendor: Sun Microsystems, Inc.
17797N/ASource: http://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{tarball_version}/source/%{name}-%{tarball_version}.source.tar.bz2
20307N/ASource1: thunderbird-icon.png
17797N/ASource2: thunderbird.desktop
16880N/A
17733N/A%if %option_without_moz_nss_nspr
17797N/ASource8: nspr-nss-config
17753N/A%endif
16880N/A
17089N/A# owner:hawklu date:2007-11-28 type:branding
17797N/A# change preference to support multi-language
18159N/APatch1: thunderbird3-01-locale.diff
18159N/A
16880N/A# owner:alfred date:2008-10-10 type:bug bugster:6750518
16880N/A# status:upstream
16880N/APatch5: thunderbird3-05-ksh.diff
17733N/A
16880N/A# owner:ginnchen date:2008-10-15 type:feature
17089N/A# bugzilla:457196
17073N/APatch11: thunderbird3-11-jemalloc-shared-library.diff
17089N/A
17733N/A# owner:ginnchen date:2009-03-04 type:feature bugzilla:478390 bugster:6805829
17074N/A# status:upstream
17089N/APatch14: thunderbird3-14-compiler-workaround.diff
18239N/A
18683N/A# owner:fujiwara date:2008-04-10 type:bug
20307N/A# bugster:6686579 bugzilla:285267
18683N/APatch15: thunderbird3-15-g11n-nav-lang.diff
17535N/A
18683N/A# owner:ginnchen date:2008-08-19 type:bug
17733N/A# bugster:6724471 bugzilla:451007
17733N/APatch16: thunderbird3-16-delay-stopping-realplayer.diff
18559N/A
18940N/A# owner:ginnchen date:2009-09-18 type:feature bugster:6839690
17733N/A# status:upstream
17672N/APatch17: thunderbird3-17-compiler-workaround-2.diff
18940N/A
17858N/A# owner:ginnchen date:2008-11-27 type:bug bugzilla:464443
18940N/APatch18: thunderbird3-18-fix-mimetype-for-helper-app.diff
17884N/A
17884N/A%if %option_without_moz_nss_nspr
18940N/A# owner:ginnchen date:2009-05-21 type:branding
18212N/APatch20: thunderbird3-20-system-nss-nspr.diff
18940N/A%endif
18287N/A
18940N/A# owner:hawklu date:2009-05-19 type:bug doo:8471
20307N/APatch21: thunderbird3-21-sunaudio-sparc.diff
18940N/A
18692N/A# owner:hawklu date:2009-05-22 type:branding
18940N/APatch22: thunderbird3-22-use-system-theora-and-sqlite.diff
20307N/A
18738N/A# owner:chrisk date:2009-07-19 type:bug
18738N/A# status:upstream
18940N/APatch24: thunderbird3-24-gtk-includes.diff
18763N/A
18940N/A# owner:hawklu date:2009-09-03 type:bug doo:1114
18752N/APatch26: thunderbird3-26-no-offline-download.diff
18940N/A
18940N/A# owner:ginnchen date:2009-12-15 type:bug bugzilla:416053 bugzilla:534845
18940N/A# status:upstream
18945N/APatch27: thunderbird3-27-startup-notification.diff
20227N/A
18992N/AURL: http://www.sun.com/software/javadesktopsystem/
20227N/A
19019N/ABuildRoot: %{_tmppath}/%{name}-%{tarball_version}-build
20227N/APrefix: /usr
19019N/AProvides: webclient
20227N/AAutoreqprov: on
19838N/A
20227N/A#####################################
20152N/A## Package Defines Section ##
20227N/A#####################################
20308N/A
20227N/A%define _unpackaged_files_terminate_build 0
20227N/A%define _tbdir %{_libdir}/%{name}
20270N/A
20227N/A#####################################
20270N/A## Package Description Section ##
20270N/A#####################################
20308N/A
20308N/A%description
16880N/AMozilla Thunderbird is a standalone e-mail and newsgroup client
10139N/Athat can be used as a companion to Mozilla Firefox or by itself.
10139N/A
10139N/A#####################################
10139N/A## Package Preparation Section ##
12274N/A#####################################
12274N/A
12274N/A%prep
12274N/A
10139N/A%setup -q -c -n %{name}
10139N/Acd ..
10139N/A
10139N/Acd %{name}/comm-1.9.1/mozilla
11002N/A%patch1 -p1
13025N/A%patch5 -p1
17693N/A%patch14 -p1
17693N/A%patch15 -p1
17693N/A%patch16 -p1
17693N/A%patch17 -p1
17693N/A%patch18 -p1
17693N/A%patch21 -p1
17693N/A%patch24 -p1
17725N/A%patch27 -p1
17693N/A
17693N/A%if %option_without_moz_nss_nspr
17693N/A%patch20 -p1
17858N/A%endif
17858N/A
18940N/A# go back to the thunderbird directory
18940N/Acd ..
18044N/A%patch11 -p1
18044N/A%patch22 -p1
18044N/A%patch26 -p1
18738N/A
18944N/A#####################################
18945N/A## Package Build Section ##
18992N/A#####################################
19019N/A
19019N/A%build
19019N/A
19019N/A%ifos linux
19834N/Aif [ -x /usr/bin/getconf ]; then
20308N/A CPUS=`getconf _NPROCESSORS_ONLN`
20308N/Afi
18151N/A%else
18151N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
18151N/A%endif
18151N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
18970N/A CPUS=1
10139N/Afi
10139N/A
10139N/Acat << "EOF" > .mozconfig
10139N/Amk_add_options BUILD_OFFICIAL=1
10139N/Amk_add_options MOZILLA_OFFICIAL=1
10139N/Aac_add_options --prefix=%{_prefix}
10139N/Aac_add_options --libdir=%{_libdir}
10139N/Aac_add_options --mandir=%{_mandir}
10139N/Aac_add_options --enable-static
10139N/Aac_add_options --enable-official-branding
10139N/Aac_add_options --enable-application=mail
10139N/Aac_add_options --enable-dtrace
10139N/Aac_add_options --with-system-jpeg
16880N/Aac_add_options --with-system-zlib
16880N/Aac_add_options --with-system-bz2
16880N/Aac_add_options --enable-system-cairo
16880N/Aac_add_options --disable-updater
18964N/Aac_add_options --disable-tests
16880N/A%if %option_with_debug
10139N/Aac_add_options --enable-debug
16880N/Aac_add_options --disable-optimize
16880N/A%else
10139N/Aac_add_options --disable-debug
10139N/Aac_add_options --enable-optimize
10139N/A%endif
16880N/Aac_add_options --disable-shared
16880N/Aac_add_options --disable-crashreporter
10139N/A%if %option_without_moz_nss_nspr
10139N/Aac_add_options --with-system-nspr
16880N/Aac_add_options --with-system-nss
11155N/A%endif
16880N/A%if %option_with_lightning
17249N/Aac_add_options --enable-calendar
18102N/A%endif
18752N/Aac_add_options --enable-system-sqlite
17249N/Aac_add_options --enable-startup-notification
10139N/AEOF
10139N/A
18752N/ABUILD_OFFICIAL=1
10139N/AMOZILLA_OFFICIAL=1
10139N/AMOZ_PKG_FORMAT=BZ2
16880N/APKG_SKIP_STRIP=1
16880N/Aexport BUILD_OFFICIAL MOZILLA_OFFICIAL MOZ_PKG_FORMAT PKG_SKIP_STRIP CFLAGS CXXFLAGS
16880N/A
16880N/ASRCDIR=$PWD
10139N/Aexport MOZCONFIG=$PWD/.mozconfig
17059N/Amkdir -p ../objdir-tb
17059N/A
17059N/A%if %option_without_moz_nss_nspr
16880N/Acp %{SOURCE8} ${SRCDIR}/../objdir-tb
16880N/Achmod +x ${SRCDIR}/../objdir-tb/nspr-nss-config
16880N/Aexport NSPR_CONFIG=${SRCDIR}/../objdir-tb/nspr-nss-config\ nspr
17611N/Aexport NSS_CONFIG=${SRCDIR}/../objdir-tb/nspr-nss-config\ nss
11358N/A%endif
17884N/A
17884N/Acd ${SRCDIR}/../objdir-tb
17884N/A${SRCDIR}/comm-1.9.1/configure
16880N/Amake
16880N/A
10248N/Amake package
17669N/A
16880N/A%install
16880N/A/bin/rm -rf $RPM_BUILD_ROOT
10139N/A
10139N/ABUILDDIR=$PWD/../objdir-tb
10139N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_libdir}
10139N/Acd $RPM_BUILD_ROOT%{_libdir}
10139N/A/usr/bin/bzip2 -dc $BUILDDIR/mozilla/dist/thunderbird-*.tar.bz2 | gtar -xf -
16880N/A
16880N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_bindir}
16880N/A/bin/ln -s ../lib/thunderbird/thunderbird $RPM_BUILD_ROOT%{_bindir}/thunderbird
16880N/A
16880N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
16880N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
16880N/Ainstall -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/thunderbird-icon.png
16880N/Ainstall -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications/thunderbird.desktop
16880N/A
16880N/A# install the man page
16880N/A#/bin/mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
16880N/A#install -c -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/thunderbird.1
16880N/A
16880N/A# remove local dictionary and share the one that delivered
16880N/A# by myspell-dictionary
16880N/Arm -f $RPM_BUILD_ROOT%{_tbdir}/dictionaries/en-US.dic
16880N/Arm -f $RPM_BUILD_ROOT%{_tbdir}/dictionaries/en-US.aff
16880N/Armdir $RPM_BUILD_ROOT%{_tbdir}/dictionaries
16880N/A
16880N/A%clean
16880N/A/bin/rm -rf $RPM_BUILD_ROOT
16880N/A
16880N/A#########################################
16880N/A## Package Post[Un] Install Section ##
16880N/A#########################################
16880N/A
16880N/A%post
16880N/A# run ldconfig before regxpcom
16880N/A/sbin/ldconfig >/dev/null 2>/dev/null
16880N/A
16880N/A%postun
10139N/A/sbin/ldconfig >/dev/null 2>/dev/null
16880N/A
16880N/A%preun
16880N/A
16880N/A#####################################
10139N/A## Package Files Section ##
10139N/A#####################################
20308N/A
20308N/A%files
20227N/A%defattr(-,root,root)
20227N/A%dir %{_tbdir}
20153N/A%{_tbdir}/*
20153N/A%{_bindir}/thunderbird
20152N/A#%{_mandir}/man1/*
20152N/A%{_datadir}/applications/%{name}.desktop
19834N/A%{_datadir}/pixmaps/%{name}-icon.png
19834N/A
19834N/A%changelog
19019N/A* Wed Dec 16 2009 - ginn.chen@sun.com
19019N/A- Add thunderbird3-27-startup-notification.diff
19019N/A* Mon Dec 14 2009 - brian.lu@sun.com
19019N/A- Define lightning_version
19019N/A* Thu Dec 08 2009 - brian.lu@sun.com
19019N/A- Bump to 3.0
18992N/A* Wed Dec 02 2009 - ginn.chen@sun.com
18992N/A- Bump to Thunderbird 3.0rc2.
18984N/A* Wed Nov 25 2009 - ginn.chen@sun.com
18984N/A- Bump to Thunderbird 3.0rc1.
18964N/A* Fri Nov 13 2009 - ginn.chen@sun.com
18964N/A- Remove thunderbird.cfg, thunderbird3-02-disable-online-update.diff
18944N/A disable-updater should be enough.
18944N/A- Update thunderbird3-11-jemalloc-shared-library.diff
18940N/A* Web Sep 23 2009 - ginn.chen@sun.com
18940N/A- Remove configure files.
18940N/A* Wed Sep 23 2009 - brian.lu@sun.com
18940N/A- Remove the upstreamed patch thunderbird3-23-bug504043.diff
18913N/A and thunderbird3-25-downloadable-font.diff
18913N/A- Update patch thunderbird3-26-no-offline-download.diff
18794N/A- Bump to beta4
18794N/A* Tue Sep 22 2009 - brian.lu@sun.com
18794N/A- Update patch thunderbird3-26-no-offline-download.diff
18752N/A* Fri Sep 18 2009 - ginn.chen@sun.com
18752N/A- Add patch thunderbird3-17-compiler-workaround-2.diff
18752N/A* Thu Sep 03 2009 - brian.lu@sun.com
18752N/A- Add patch thunderbird3-26-no-offline-download.diff
18752N/A* Wed Jul 29 2009 - ginn.chen@sun.com
18752N/A- Add patch thunderbird3-25-downloadable-font.diff
18738N/A* Thu Jul 23 2009 - ginn.chen@sun.com
18738N/A- Update thunderbird3-22-use-system-theora-and-sqlite.diff
18694N/A Fix build issue with system sqlite library.
18694N/A* Thu Jul 23 2009 - brian.lu@sun.com
18683N/A- Bump to 3.0b3
18683N/A Remove following upstreamed patches:
18670N/A thunderbird3-03-js.diff
18670N/A thunderbird3-06-font-config.diff
18640N/A thunderbird3-07-pango-1-23.diff
18640N/A thunderbird3-08-im-context-not-match.diff
18613N/A thunderbird3-09-rename-nsSelectionBatcher.diff
18613N/A thunderbird3-10-bigendian.diff
18525N/A thunderbird3-13-js-dtrace.diff
18525N/A thunderbird3-14-xinerama.diff
18519N/A thunderbird3-17-runmozilla.diff
18519N/A thunderbird3-19-small-migration-wizard-window.diff
18516N/A
18516N/A Update following patches:
18516N/A thunderbird3-16-delay-stopping-realplayer.diff
18516N/A thunderbird3-20-system-nss-nspr.diff
18507N/A* Wed Jun 17 2009 - brian.lu@sun.com
18507N/A- Enable debug mode when "--with-debug" is specified
18507N/A* Wed Jun 02 2009 - brian.lu@sun.com
18507N/A- Change bugzilla:9112 to doo:9112 and bugzilla:8471 to doo:8471
18507N/A* Mon May 25 2009 - ginn.chen@sun.com
18507N/A- Add thunderbird3-20-system-nss-nspr.diff
18400N/A thunderbird3-21-sunaudio-sparc.diff
18400N/A thunderbird3-22-use-system-theora.diff
18400N/A* Tue Mar 31 2009 - brian.lu@sun.com
18305N/A- Fix bug 7723
18305N/A* Mon Mar 30 2009 - ginn.chen@sun.com
18305N/A- Remove thunderbird3-12-ldap-crash.diff, this bug is gone.
18212N/A* Fri Mar 06 2009 - ginn.chen@sun.com
18212N/A- Copy firefox3-25-pango-1-23.diff to thunderbird3-07-pango-1-23.diff
18210N/A* Fri Mar 06 2009 - brian.lu@sun.com
18201N/A- Replace the patch thunderbird3-07-pango-1-23.diff with
18174N/A the patch firefox3-25-pango-1-23.diff
18174N/A* Thu Mar 05 2009 - ginn.chen@sun.com
18160N/A- add option to use system cairo and jpeg
18163N/A* Wed Mar 04 2009 - ginn.chen@sun.com
18163N/A- copy firefox3-*.diff to thunderbird3-*.diff
18163N/A- use configure in ext-sources
18160N/A* Mon Mar 02 2009 - alfred.peng@sun.com
18160N/A- Patch updates for Thunderbird 3.0b2.
18105N/A* Fri Feb 27 2009 - brian.lu@sun.com
18105N/A- bump to Thunderbird 3.0b2
18105N/A* Thu Feb 19 2009 - brian.lu@sun.com
18102N/A- Fix the issue caused by pango upgrade
18102N/A* Fri Jan 23 2009 - brian.lu@sun.com
18102N/A- Fix the bug 6187
18084N/A* Fri Jan 16 2009 - brian.lu@sun.com
18084N/A- Change the bugzilla ID of thunderbird-13-ldap-crash.diff to 374731
18084N/A* Wed Dec 31 2008 - brian.lu@sun.com
18084N/A- Replace the patch thunderbird-24-rename-selectionBacher.diff
18084N/A with thunderbird-25-allow-muldefs.diff
18066N/A* Mon Dec 22 2008 - brian.lu@sun.com
18049N/A- Upgrade to 3.0b1
18049N/A* Tue Dec 02 2008 - brian.lu@sun.com
18046N/A- Fix the bug CR677345
18044N/A* Mon Oct 13 2008 - ginn.chen@sun.com
18044N/A- Change /bin/tar to tar.
18044N/A* Oct 10 2008 - alfred.peng@sun.com
18044N/A- Add thunderbird-21-ksh.diff for indiana only to fix bugster CR6750518.
18044N/A* Man 06 2008 - brian.lu@sun.com
17983N/A- Bump lightning to 0.9
18001N/A* Sat Sep 27 2008 - ginn.chen@sun.com
17983N/A- Bump to 2.0.0.17
17970N/A* Fri Sep 26 2008 - brian.lu@sun.com
17970N/A- Fix the bug CR6752288
17957N/A* Tue Jul 29 2008 - brian.lu@sun.com
17968N/A- bump to 2.0.0.16
17968N/A* Mon Jul 21 2008 - ginn.chen@sun.com
17957N/A- Add bugdb info.
17957N/A* Mon Jun 02 2008 - ginn.chen@sun.com
17884N/A- Add indiana branding patch: thunderbird-18-remove-hardcoded-fontname.diff
17884N/A* Mon May 05 2008 - dave.lin@sun.com
17884N/A- bump to 2.0.0.14
17873N/A* Thu April 24 2008 - brian.lu@sun.com
17873N/A- bump lightning to 0.8
17858N/A* Wed Mar 26 2008 - brian.lu@sun.com
17858N/A- Fix bug CR6640830
17858N/A* Thu Feb 28 2008 - dave.lin@sun.com
17858N/A- bump to TB 2.0.0.12
17806N/A* Fir Nov 28 2007 - evan.yan@sun.com
17803N/A- replace thunderbird-08-locale.diff with mozilla-09-locale.diff, to correct our
17803N/A way of supporting multi-language
17797N/A* Mon Nov 19 2007 - dave.lin@sun.com
17797N/A- bump to TB 2.0.0.9
17784N/A- remove patch thunderbird-16-crash-with-some-themes.diff since it has been upstreamed
17784N/A* Tue Nov 13 2007 - brian.lu@sun.com
17753N/A- Add patch, thunderbird-16-crash-with-some-themes.diff
17753N/A to fix 'thunderbird crashing under some themes' bug CR6586103
17724N/A* Fri Nov 02 2007 - dave.lin@sun.com
17724N/A- bump lightning to 0.7
17665N/A* Fri Aug 03 2007 - dave.lin@sun.com
17669N/A- bump to 2.0.0.6
17669N/A* Mon Jun 23 2007 - dave.lin@sun.com
17669N/A- bump to 2.0.0.5
17668N/A* Thu Jun 21 2007 - damien.carbery@sun.com
17668N/A- Add patch, mozilla-08-cairo-update.diff, to update the private copy of
17668N/A cairo.h used in the build.
17665N/A* Tue June 05 2007 - brian.lu@sun.com
17621N/A- Fix the bug CR6284006: GConf Error: Bad key or directory name: "desktop/gnome/url-handlers/GMT+00/command": `+' messages
17621N/A* Mon Apr 30 2007 - dave.lin@sun.com
17610N/A- remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
17610N/A* Thu Apr 27 2007 - brian.lu@sun.com
17610N/A- add patch to grey out "Check for Updates" in Thunderbird menu since it's not supported
17610N/A* Sat Apr 21 2007 - dave.lin@sun.com
17562N/A- Bump to 2.0.0.0
17562N/A* Thu Apr 12 2007 - dave.lin@sun.com
17546N/A- bump to 2.0.0.0rc1, removed the patches thunderbird-11-drag-and-drop.diff,
17546N/A thunderbird-12-defaultAccount.diff which are upstreamed in this release
17535N/A* Thu Apr 12 2007 - dave.lin@sun.com
17546N/A- disable update feature in Thunderbird menu since it's not supported
17546N/A on Solaris so far(CR#6542910)
17485N/A* Wed Mar 23 2007 - brian.lu@sun.com
17485N/A- Fix the bug CR6535724:Thunderbird crashes with LDAP in snv 60
17437N/A* Mon Mar 12 2007 - brian.lu@sun.com
17437N/A- Fix the bug CR6530327
17437N/A* Sat Mar 10 2007 - dougs@truemail.co.th
17402N/A- Fixed URL for lightning
17402N/A* Sat Mar 03 2007 - dave.lin@sun.com
17346N/A- bump lightning version to 0.3.1
17346N/A* Thu Feb 01 2007 - brian.lu@sun.com
17285N/A- fix drag and drop crashing bug CR6519257
17285N/A- bugzilla id 367203. The patch has been put into upstream
17277N/A* Sun Jan 28 2007 - laca@sun.com
17277N/A- add full download url for lightning
17277N/A* Fri Jan 26 2007 - dave.lin@sun.com
17247N/A- enable lightning extension(0.3) in Thunderbird
17277N/A* Wed Jan 24 2007 - dave.lin@sun.com
17246N/A- bump version to 2.0b2
17246N/A* Thu Dec 28 2006 - dave.lin@sun.com
17277N/A- change the patch type to branding for some patches in patch comments
17245N/A- bump version to 2.0b1 and remove mozilla-03-s11s-smkfl.diff,
17245N/A mozilla-04-s11x-smkfl.diff since they're upstreamed in that branch
17245N/A* Fri Nov 17 2006 - dave.lin@sun.com
17222N/A- add patch comments
17222N/A* Mon Nov 13 2006 - dave.lin@sun.com
17222N/A- change the version to 1.5.0.8 since 2.0a1 could not be able to integrated
17209N/A into SNV, and add patches mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff
17245N/A back because they're not upstreamed in the branch that for Thunderbird 1.5.x
17200N/A* Thu Sep 07 2006 - dave.lin@sun.com
17245N/A- add patch thunderbird-10-no-pkg-files.diff to remove patch checker scripts
17186N/A since it's unnecessary to deliver them with the bundled version
17245N/A- change the version 2.0a1 to 2.0 to comply WOS integration rules
17089N/A- re-organize the patch list
17089N/A* Mon Aug 28 2006 - dave.lin@sun.com
17552N/A- create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
17073N/A to fix bug CR#6459752
17059N/A* Tue Aug 08 2006 - dave.lin@sun.com
17059N/A- bump version to 2.0a1
17059N/A- remove the patch mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff
16880N/A which have been fixed in 2.0a1
16880N/A- change to xpinstall/packager to run the make to generate the binary tarball
16880N/A* Mon Jul 31 2006 - dave.lin@sun.com
16623N/A- bump to 1.5.0.5
16623N/A* Fri Jul 07 2006 - dave.lin@sun.com
16511N/A- add patch mozilla-07-no-ldlibpath.diff to remove the LD_LIBRARY_PATH in
16511N/A- change to "disable-static, enable-shared" per Brian Lu
16395N/A* Wed Jun 21 2006 - dave.lin@sun.com
16395N/A- remove patch thunderbird-07-ldap-prefs.diff to fix bug CR#6344861
16193N/A* Fri Jun 02 2006 - dave.lin@sun.com
16193N/A- bump src version to 1.5.0.4
16190N/A* Sat Apr 29 2006 - halton.huo@sun.com
16190N/A- Add patch thunderbird-09-no-nss-nspr.diff to not deliver the nss,nspr
16054N/A* Fri Apr 27 2006 - damien.carbery@sun.com
16054N/A- Remove patch 9 as it is not in svn and breaks build.
16013N/A* Fri Apr 27 2006 - dave.lin@sun.com
16013N/A- change to not deliver the devel pkg
16013N/A- add patch thunderbird-09-no-nss-nspr.diff to not deliver the nss,nspr
16038N/A libraries, and use firefox's instead
15968N/A- remove patch mozilla-06-skip-strip.diff, use another simple way to skip
15968N/A strip instead, setting PKG_SKIP_STRIP=1
15968N/A* Fri Apr 21 2006 - dave.lin@sun.com
15792N/A- bump to 1.5.0.2, remove patch 06 thunderbird-06-save-all-attach.diff,
15792N/A which is already upstreamed
15591N/A* Fri Apr 14 2006 - dave.lin@sun.com
15591N/A- add patch mozilla-06-skip-strip.diff to make no stripped libraries
15591N/A- add patch firefox-13-locale.diff to make firefox automatically
15543N/A pick up locale setting from user environment and start up in
15543N/A that locale
15543N/A* Thu Apr 13 2006 - dave.lin@sun.com
15543N/A- Changed the installation location from "/usr/sfw/lib" to "/usr/lib"
15503N/A on Solaris
15503N/A
15460N/A* Fri Mar 10 2006 -halton.huo@sun.com
15460N/A- Add patch thunderbird-06-save-all-attach.diff to fix 6373061.
15389N/A- Add patch thunderbird-07-ldap-prefs.diff to fix CR6344861.
15389N/A
15389N/A* Tue Jan 17 2006 - dave.lin@sun.com
15347N/A- Bump tarball version to 1.5
15347N/A- add two configure options --enable-static, --disable-shared
15347N/A- to get rid of intermedia shared libraries
15347N/A- disable parallel build option
15247N/A
15247N/A* Tue Nov 08 2005 - dave.lin@sun.com
15230N/A- Bump tarball version to 1.5rc1
15230N/A- Remove the patch mozilla-07-bz307041.diff since it's upstreamed in 1.5rc1 already
14468N/A
14468N/A* Thu Nov 1 2005 - laca@sun.com
14362N/A- change version to numeric and introduce %tarball_version
14362N/A
14133N/A* Fri Oct 21 2005 - <halton.huo@sun.com>
14133N/A- Bump to 1.5b2.
14126N/A- Add patch 307041 from bugzilla.
14126N/A
14014N/A* Mon Sep 26 2005 - <halton.huo@sun.com>
14014N/A- Bump to 1.5b1.
14014N/A- Move dir mozilla to thunderbird after tarball unpacking.
14014N/A
14014N/A* Thu Sep 08 2005 - damien.carbery@sun.com
14014N/A- Change BuildPrereq to BuildRequires, a format that build-gnome2 understands.
14014N/A
14014N/A* Mon Sep 05 2005 - Dave Lin <dave.lin@sun.com>
13907N/A- Add patches to remove the specific gtar options
13907N/A- Set MOZ_PKG_FORMAT=BZ2 to keep consistent of tarball
13819N/A format between linux and solaris
13819N/A
13786N/A* Fri Sep 02 2005 - damien.carbery@sun.com
13786N/A- Change gtar to tar and rework tar command.
13786N/A
13786N/A* Mon Aug 22 2005 - Dave Lin <dave.lin@sun.com>
13786N/A- initial version of the spec file created
13491N/A
13453N/A