firefox.spec revision 15453
10139N/A#
10139N/A# Copyright (c) Sun Microsystems, Inc.
10139N/A#
17185N/A# Owner: davelam
13600N/A# bugdb: bugzilla.mozilla.org
10139N/A#
10139N/A#####################################
10139N/A## Package Information Section ##
10139N/A#####################################
10139N/A
10139N/AName: firefox
10139N/A%define code_name none
17811N/ASummary: Mozilla Firefox Web browser
18176N/AVersion: 3.0.4
10139N/A%define tarball_version 3.0.4
10139N/ARelease: 1
10139N/ACopyright: MPL/LGPL
10139N/AGroup: Applications/Internet
10139N/ADistribution:Java Desktop System
17338N/AVendor: Sun Microsystems, Inc.
10139N/ASource: http://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{tarball_version}/source/%{name}-%{tarball_version}-source.tar.bz2
10139N/ASource1: firefox-icon.png
15536N/ASource2: firefox.desktop
17811N/A%ifos linux
17811N/ASource4: firefox.1
17811N/A%endif
15761N/ASource6: firefox-preload.list.in
16554N/A%define without_moz_nss_nspr %{?_without_moz_nss_nspr:1}%{?!_without_moz_nss_nspr:0}
17811N/A%define with_apoc_adapter %{?_with_apoc_adapter:1}%{?!_with_apoc_adapter:0}
16554N/A%if %with_apoc_adapter
10139N/A%define apoc_tb_version 2.0
16633N/ASource7: firefox-%{apoc_tb_version}-apoc-adapter-verm54.tar.bz2
11999N/A%endif
15536N/ASource8: %{name}.cfg
10139N/ASource9: %{name}-xpcom.pc.in
10139N/ASource10: %{name}-plugin.pc.in
10139N/ASource11: %{name}-js.pc.in
15536N/A
10139N/A# owner:evan date:2007-11-28 type:branding
12830N/A# change preference to support multi-language
12830N/APatch2: firefox3-02-locale.diff
17811N/A
12830N/A# owner:davelam date:2006-02-24 type:branding
13914N/A# enable firefox preload mechanism
13915N/APatch5: firefox3-05-preload.diff
17811N/A
14425N/A# owner:hawklu date:2007-04-27 type:branding
16680N/A# bugster:6542910
17811N/APatch8: firefox3-08-disable-online-update.diff
17811N/A
15190N/A# owner:hawklu date:2007-11-07 type:bug bugster:6589754
16597N/APatch9: firefox3-09-remove-core-file-check.diff
15536N/A
17811N/A%if %without_moz_nss_nspr
15216N/A# owner:davelam date:2006-01-13 type:branding
15418N/A# let firefox use system bundled nss,nspr
17811N/APatch13: firefox3-13-no-nss-nspr.diff
15418N/A%endif
16554N/A
16554N/A%if %with_apoc_adapter
17811N/A#Patch15:
16554N/A%endif
16554N/A
16597N/A# owner:fujiwara date:2008-04-10 type:bug
17811N/A# bugster:6686579 bugzilla:285267
17811N/APatch17: firefox3-17-g11n-nav-lang.diff
15516N/A
17338N/A# owner:hawklu date:2008-04-20 type:branding bugster:6646451
17811N/APatch18: firefox3-18-gen-devel-files.diff
17811N/A
17811N/A# owner:ginnchen date:2008-06-12 type:bug
17811N/A# bugster:6699647 bugzilla:435739
17811N/A# bugs.freedesktop.org 11529
17338N/APatch19: firefox3-19-no-xrender-perf.diff
15536N/A
17811N/A# owner:ginnchen date:2008-06-25 type:bug
15529N/A# bugster:6734678 bugzilla:440714
17811N/APatch20: firefox3-20-remap-pixman-functions.diff
17811N/A
15761N/A# owner:ginnchen date:2008-08-19 type:bug
16020N/A# bugster:6724471 bugzilla:451007
16020N/APatch21: firefox3-21-donot-delay-stopping-realplayer.diff
17811N/A
16020N/A# owner:ginnchen date:2008-09-19 type:bug bugzilla:442231
16020N/APatch23: firefox3-23-spellchecker-default.diff
17964N/A
17811N/A# owner:ginnchen date:2008-09-19 type:bug bugzilla:455670
17811N/APatch24: firefox3-24-moz-fix-link-path.diff
17811N/A
17811N/A%if %option_with_indiana_branding
16549N/A# owner:alfred date:2008-10-10 type:bug bugster:6750518
17811N/APatch25: firefox3-25-ksh.diff
17811N/A%endif
16532N/A
17811N/A# owner:alfred date:2008-10-10 type:bug bugster:6757178
17811N/APatch26: firefox3-26-know-your-rights.diff
17811N/A
17964N/A# owner:ginnchen date:2008-10-15 type:bug bugster:6759588
17964N/APatch27: firefox3-27-jemalloc-interpose-flag.diff
17964N/A
17964N/A# owner:ginnchen date:2008-11-27 type:bug bugzilla:464443
17964N/APatch28: firefox3-28-fix-mimetype-for-helper-app.diff
17964N/A
16801N/A# owner:ginnchen date:2008-11-27 type:bug bugzilla:460926
18036N/APatch29: firefox3-29-strip-gtk-module-settings.diff
18036N/A
18036N/AURL: http://www.sun.com/software/javadesktopsystem/
18036N/A
18190N/ABuildRoot: %{_tmppath}/%{name}-%{tarball_version}-build
18190N/APrefix: /usr
18190N/AProvides: webclient
15536N/AAutoreqprov: on
10139N/A
10139N/A#####################################
10139N/A## Package Defines Section ##
10139N/A#####################################
10139N/A
10139N/A%define _unpackaged_files_terminate_build 0
10139N/A%define _ffdir %{_libdir}/%{name}
10139N/A%if %without_moz_nss_nspr
10139N/A%define nss_nspr_dir %{_libdir}/mps
10139N/A%else
10139N/A%define nss_nspr_dir %{_libdir}/%{name}
10139N/A%endif
16554N/A
10139N/A#####################################
13898N/A## Package Requirements Section ##
13898N/A#####################################
13898N/A
10139N/ABuildRequires: libpng-devel
10139N/ABuildRequires: libjpeg
10139N/ABuildRequires: zlib-devel
10139N/ABuildRequires: zip
10139N/ABuildRequires: perl
10139N/ABuildRequires: autoconf
10139N/ABuildRequires: libIDL-devel
10139N/ABuildRequires: glib2-devel
10139N/ABuildRequires: gtk2-devel
10139N/APrereq: fileutils perl
10139N/APrereq: /usr/bin/killall
10139N/A
10139N/A#####################################
10139N/A## Package Description Section ##
10139N/A#####################################
10139N/A
17811N/A%description
15536N/AMozilla Firefox is an open-source web browser, designed for standards
10139N/Acompliance, performance and portability.
15536N/A
17811N/A#####################################
10139N/A## Package Preparation Section ##
15536N/A#####################################
15536N/A
10139N/A%prep
15536N/A
17811N/A%if %with_apoc_adapter
17811N/A%setup -q -c -n %{name} -a7
10139N/A%else
17338N/A%setup -q -c -n %{name}
17811N/A%endif
17811N/A
17811N/Acd ..
15536N/A/bin/mv %{name} %{name}.tmp.$$
17964N/A/bin/mv %{name}.tmp.$$/mozilla %{name}
18036N/Arm -rf %{name}.tmp.$$
18190N/Acd %{name}
16050N/A%patch2 -p1
16020N/A%patch5 -p1
17811N/A%patch8 -p1
16020N/A%patch9 -p1
10139N/A%if %without_moz_nss_nspr
16554N/A%patch13 -p1
17811N/A%endif
16554N/A%patch17 -p1
16554N/A%patch18 -p1
10139N/A%patch19 -p1
10139N/A%patch20 -p1
10139N/A%patch21 -p1
10139N/A%if %option_with_sun_branding
10139N/A%patch23 -p1
17811N/A%patch24 -p1
10139N/A%endif
10139N/A%if %option_with_indiana_branding
10139N/A%patch25 -p1
10139N/A%endif
10139N/A%patch26 -p0
15536N/A%patch27 -p1
10139N/A%patch28 -p1
10139N/A%patch29 -p1
10139N/A
10139N/A#####################################
10139N/A## Package Build Section ##
10139N/A#####################################
13898N/A
13898N/A%build
14526N/A
13898N/A%ifos linux
14124N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
13898N/Afi
10139N/A%else
13898N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
13898N/A%endif
17965N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
17965N/A CPUS=1
15189N/Afi
13898N/A
16554N/Acat << "EOF" > .mozconfig
16554N/A. $topsrcdir/browser/config/mozconfig
16554N/Amk_add_options BUILD_OFFICIAL=1
16554N/Amk_add_options MOZILLA_OFFICIAL=1
16656N/Aac_add_options --prefix=%{_prefix}
17964N/Aac_add_options --libdir=%{_libdir}
10139N/Aac_add_options --mandir=%{_mandir}
10139N/A%if %option_with_debug
10139N/Aac_add_options --enable-debug
10139N/Aac_add_options --enable-libxul
10139N/Aac_add_options --disable-optimize
10139N/A%endif
10139N/Aac_add_options --enable-official-branding
10139N/Aac_add_options --disable-updater
13898N/Aac_add_options --disable-tests
13898N/Aac_add_options --enable-dtrace
13898N/Aac_add_options --enable-xinerama
13898N/Aac_add_options --with-system-jpeg
13898N/Aac_add_options --enable-system-cairo
10139N/Aac_add_options --disable-crashreporter
16554N/AEOF
17811N/A
16554N/A%if %with_apoc_adapter
16554N/Aecho "ac_add_options --enable-extensions=default,apoc" >> .mozconfig
16554N/A%endif
16554N/A
16554N/A# Enable timeline (profiling) features in nightly builds, per Brian Lu.
17811N/A%{?nightly:echo "ac_add_options --enable-timeline" >> .mozconfig}
17811N/A
14124N/ABUILD_OFFICIAL=1
13898N/AMOZILLA_OFFICIAL=1
12834N/AMOZ_PKG_FORMAT=BZ2
10139N/APKG_SKIP_STRIP=1
10139N/Aexport BUILD_OFFICIAL MOZILLA_OFFICIAL MOZ_PKG_FORMAT PKG_SKIP_STRIP CFLAGS CXXFLAGS
10139N/A
10139N/A#Build in a separated directory
13898N/ASRCDIR=$PWD
13898N/Aexport MOZCONFIG=$PWD/.mozconfig
13898N/Amkdir -p ../obj
13898N/Acd ../obj
13898N/A
13898N/A${SRCDIR}/configure
13898N/Amake
13898N/A
13898N/A# install firefox.cfg (make debugging easier in obj/dist/bin)
13898N/Acp %{SOURCE8} dist/bin/firefox.cfg
13898N/A
13898N/Acd browser/installer
13898N/Amake
13898N/A
13898N/A%install
13898N/A/bin/rm -rf $RPM_BUILD_ROOT
13898N/A
13898N/Amkdir -p $RPM_BUILD_ROOT%{_bindir}
13898N/Amkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}
14376N/Amkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}
13898N/Amkdir -p $RPM_BUILD_ROOT%{_datadir}/idl/%{name}
13898N/Amkdir -p $RPM_BUILD_ROOT/tmp
13898N/A
13898N/ALIBDIR=$RPM_BUILD_ROOT%{_libdir}/%{name}
14376N/AINCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/%{name}
13898N/AIDLDIR=$RPM_BUILD_ROOT%{_datadir}/idl/%{name}
13898N/A
13898N/ABUILDDIR=$PWD/../obj
10139N/Acd $RPM_BUILD_ROOT/tmp
10139N/Abzip2 -dc $BUILDDIR/dist/firefox-*.sdk.tar.bz2 | tar -xf -
10139N/A
10139N/Acd firefox*
10139N/Amv bin/* ${LIBDIR}
10139N/Amv sdk/bin/xpidl ${LIBDIR}
10139N/Amv sdk/bin/xpt_link ${LIBDIR}
10139N/Amv sdk/bin/xpt_dump ${LIBDIR}
10139N/Aecho `date` > ${LIBDIR}/.autoreg
15536N/A
13898N/Amv include/* ${INCLUDEDIR}
10139N/Amv idl/* ${IDLDIR}
10139N/A
13898N/A# Fix *.h *.idl attribute issue
13898N/Afind ${INCLUDEDIR} ${IDLDIR} \
13898N/A -type f -name "*.h" -o -type f -name "*.idl" | xargs chmod 644
13898N/A
13898N/A%if %without_moz_nss_nspr
13898N/A# Don't deliver nss, nspr header files if we use system nss nspr
13898N/Arm -rf $RPM_BUILD_ROOT/%{_includedir}/%{name}/include/nss
13898N/Arm -rf $RPM_BUILD_ROOT/%{_includedir}/%{name}/include/nspr
13898N/A%endif
16617N/A
17811N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
16617N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
16617N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
16617N/Ainstall -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox-icon.png
16617N/Ainstall -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications/firefox.desktop
16617N/A
16617N/A/bin/ln -s ../lib/firefox/firefox $RPM_BUILD_ROOT%{_bindir}/firefox
16617N/A
16617N/A# install preloaded library list that would be picked up by gdmprefetch
16617N/A/usr/bin/sed -e 's,NSS_NSPR_DIR,%{nss_nspr_dir},g' \
17811N/A -e 's,FIREFOX_LIB_DIR,%{_ffdir},g' %{SOURCE6} > \
14376N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
13898N/A%ifarch sparc
13898N/Aecho "%{nss_nspr_dir}/libfreebl_32fpu_3.so" >> \
13898N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
13898N/Aecho "%{nss_nspr_dir}/libfreebl_32int_3.so" >> \
15536N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
15536N/Aecho "%{nss_nspr_dir}/libfreebl_32int64_3.so" >> \
15536N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
17811N/A%else
14376N/Aecho "%{nss_nspr_dir}/libfreebl3.so" >> \
13898N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
13898N/A%endif
13898N/A/bin/chmod 644 $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
13898N/A
15536N/A%if %without_moz_nss_nspr
15536N/A# create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
15536N/A# to fix bug CR#6459752
16617N/Aln -s ../mps/libnssckbi.so $RPM_BUILD_ROOT%{_ffdir}/libnssckbi.so
17811N/A%endif
16617N/A
16617N/A# install firefox.cfg
16617N/Ainstall -c -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_ffdir}/firefox.cfg
16617N/A
16617N/A# install firefox-xpcom.pc
16617N/Amkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
16617N/A
16617N/A/usr/bin/sed -e "s,BASEDIR,%{_basedir},g" \
16617N/A -e "s,LIBDIR,%{_libdir},g" \
17811N/A -e "s,DATADIR,%{_datadir},g"\
14376N/A -e "s,IDLDIR,%{_datadir}/idl/%{name},g"\
13898N/A -e "s,INCLUDEDIR,%{_includedir},g" \
13898N/A -e "s,NAME,%{name},g" \
16958N/A %{SOURCE9} > $RPM_BUILD_ROOT/tmp/%{name}-xpcom.pc
16958N/Ainstall -c -m 644 $RPM_BUILD_ROOT/tmp/%{name}-xpcom.pc \
14376N/A $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-xpcom.pc
13898N/A
10550N/A/usr/bin/sed -e "s,BASEDIR,%{_basedir},g" \
10550N/A -e "s,LIBDIR,%{_libdir},g" \
15536N/A -e "s,DATADIR,%{_datadir},g"\
10550N/A -e "s,INCLUDEDIR,%{_includedir},g" \
15453N/A -e "s,NAME,%{name},g" \
15453N/A %{SOURCE10} > $RPM_BUILD_ROOT/tmp/%{name}-plugin.pc
15453N/Ainstall -c -m 644 $RPM_BUILD_ROOT/tmp/%{name}-plugin.pc \
15453N/A$RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-plugin.pc
10139N/A
10139N/A/usr/bin/sed -e "s,BASEDIR,%{_basedir},g" \
10139N/A -e "s,LIBDIR,%{_libdir},g" \
10139N/A -e "s,DATADIR,%{_datadir},g"\
18190N/A -e "s,INCLUDEDIR,%{_includedir},g" \
18190N/A -e "s,NAME,%{name},g" \
18176N/A %{SOURCE11} > $RPM_BUILD_ROOT/tmp/%{name}-js.pc
18176N/Ainstall -c -m 644 $RPM_BUILD_ROOT/tmp/%{name}-js.pc \
18149N/A$RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-js.pc
18149N/A
18036N/Arm -rf $RPM_BUILD_ROOT/tmp
18036N/A
18036N/A# remove local dictionary and share the one that delivered
17964N/A# by myspell-dictionary
17965N/Arm -f $RPM_BUILD_ROOT%{_ffdir}/dictionaries/en-US.dic
17965N/Arm -f $RPM_BUILD_ROOT%{_ffdir}/dictionaries/en-US.aff
17964N/Armdir $RPM_BUILD_ROOT%{_ffdir}/dictionaries
17964N/A
17964N/A# move the default bookmarks file to a separated package: SUNWfirefox-bookmark
17811N/A# remove this one
17811N/Arm -f $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/bookmarks.html
17676N/A
17676N/A%clean
17634N/A/bin/rm -rf $RPM_BUILD_ROOT
17634N/A
17633N/A#########################################
17633N/A## Package Post[Un] Install Section ##
17450N/A#########################################
17450N/A
17450N/A%post
17416N/A# run ldconfig before regxpcom
17420N/A/sbin/ldconfig >/dev/null 2>/dev/null
17338N/A
17338N/A%postun
17338N/A/sbin/ldconfig >/dev/null 2>/dev/null
17338N/A
16954N/A#####################################
16954N/A## Package Files Section ##
16954N/A#####################################
16954N/A
16954N/A%files
16952N/A%defattr(-,root,root)
16952N/A%dir %{_ffdir}
16952N/A%{_ffdir}/*
16916N/A%{_bindir}/firefox
16916N/A%{_mandir}/man1/*
16801N/A%{_datadir}/applications/%{name}.desktop
16801N/A%{_datadir}/pixmaps/%{name}-icon.png
16795N/A
16795N/A%changelog
16795N/A* Wed Dec 03 2008 - alfred.peng@sun.com
16794N/A- Move the default bookmarks file to a separated package, CR6777386.
16794N/A Remove patches: firefox3-11-getting-started-bookmark.diff and
16766N/A firefox3-22-bug-report-bookmark.diff
16766N/A* Thu Nov 27 2008 - ginn.chen@sun.com
16758N/A- Add firefox3-28-fix-mimetype-for-helper-app.diff
16758N/A- Add firefox3-29-strip-gtk-module-settings.diff
16732N/A* Mon Nov 17 2008 - brian.lu@sun.com
16732N/A- bump to 3.0.4
16712N/A* Wed Oct 15 2008 - ginn.chen@sun.com
16712N/A- Add firefox3-27-jemalloc-interpose-flag.diff.
16702N/A* Fri Oct 10 2008 - alfred.peng@sun.com
16702N/A- Add %option_with_indiana_branding for firefox3-25-ksh.diff.
16689N/A* Fri Oct 10 2008 - alfred.peng@sun.com
16689N/A- Add firefox3-25-ksh.diff for indiana only to fix bugster CR6750518.
16680N/A Add firefox3-26-know-your-rights.diff for the EULA pop-up bugster CR6757178.
16680N/A Update firefox3-11-getting-started-bookmark.diff for the default
16656N/A bookmarks and toolbar entries on OpenSolaris 2008.11.
16656N/A* Fri Oct 10 2008 - ginn.chen@sun.com
16656N/A- enable system cairo: fix for #3586
16643N/A* Sat Sep 27 2008 - ginn.chen@sun.com
16643N/A- Bump to 3.0.3.
16639N/A- Add enable-libxul for debug version.
16639N/A* Fri Sep 19 2008 - ginn.chen@sun.com
16608N/A- Add firefox3-23-spellchecker-default.diff
16617N/A- Add firefox3-24-moz-fix-link-path.diff
16617N/A* Wed Sep 17 2008 - ginn.chen@sun.com
16608N/A- Remove firefox3-01-change-install-dir.diff
16608N/A- Remove firefox3-03-plugins.diff
16601N/A- Remove firefox3-04-common-tar-option.diff
16553N/A- Remove firefox3-06-find-opt.diff
16554N/A- Remove firefox3-11-developer-guide-bookmark.diff
16554N/A- Put timestamp into .autoreg as a workaround for IPS for now.
16554N/A* Tue Sep 09 2008 - ginn.chen@sun.com
16554N/A- Do not remove nss/nspr header files for now.
16553N/A* Wed Sep 03 2008 - ginn.chen@sun.com
16549N/A- Fix firefox-preload.list.in and some small tweaks for specfile.
16549N/A* Tue Sep 02 2008 - brian.lu@sun.com
16549N/A- Add %if option_with_sun_branding around patch22
16549N/A* Wed Aug 27 2008 - ginn.chen@sun.com
16437N/A- Update patch firefox3-20-remap-pixman-functions.diff
16437N/A* Fri Aug 22 2008 - dave.lin@sun.com
16437N/A- add patch firefox3-22-bug-report-bookmark.diff
16283N/A* Wed Aug 20 2008 - dave.lin@sun.com
16283N/A- Rename firefox3-preload.list.in to firefox-preload.list.in.
16283N/A* Tue Aug 19 2008 - ginn.chen@sun.com
16279N/A- Add firefox3-21-donot-delay-stopping-realplayer.diff
16279N/A- Update firefox3-20-remap-pixman-functions.diff
16279N/A- Remove firefox3-16-crash-in-8-bit-mode.diff
16207N/A- Remove firefox3-07-no-ldlibpath.diff
16207N/A* Mon Aug 18 2008 - dave.lin@sun.com
16061N/A- Rename firefox3.spec to firefox.spec since FF2 has been replaced by FF3 in Nevada and OS for several builds
16061N/A* Mon Aug 18 2008 - dave.lin@sun.com
16050N/A- Enable debug mode when --with-debug specified
16050N/A* Mon Jul 21 2008 - dave.lin@sun.com
16020N/A- Fixed another "-type f" issue of find command, which is similar as below
16020N/A* Mon Jul 21 2008 - damien.carbery@sun.com
15902N/A- Add another "-type f" to /usr/bin/find command because Solaris find needs it
15902N/A on both sides of -o to only find files.
15797N/A* Mon Jul 21 2008 - ginn.chen@sun.com
15797N/A- Add bugdb info.
15761N/A* Sat Jul 19 2008 - dave.lin@sun.com
15761N/A- Fixed *.h *.idl 755 attribute issue.
15747N/A* Thu Jul 17 2008 - brian.lu@sun.com
15747N/A- bump to 3.0.1
15606N/A* Thu Jul 17 2008 - dave.lin@sun.com
15606N/A- Change the patch firefox3-03-plugins as branding patch
15606N/A* Fri Jul 11 2008 - brian.lu@sun.com
15548N/A- Add bugId for the patch firefox3-09-remove-core-file-check.diff
15548N/A- Remove patch firefox3-16-crash-in-8-bit-mode.diff: upstreamed
15548N/A- Add bugId for firefox3-18-gen-devel-files.diff
15536N/A* Thu Jun 26 2008 - brian.lu@sun.com
15536N/A- Add patch
15535N/A* Fri Jun 20 2008 - dave.lin@sun.com
15535N/A- Bump to Firefox 3.0 official release
15529N/A* Thu Jun 12 2008 - ginn.chen@sun.com
15536N/A- Bump to Firefox 3.0 RC3
15529N/A- Add with-system-jpeg (bugzilla 437041)
15529N/A- Add firefox3-19-no-xrender-perf.diff to improve Firefox rendering performance
15529N/A when X Render is not available.
15525N/A- Remove patch10, patch14
15536N/A
15529N/A* Thu May 29 2008 - damien.carbery@sun.com
15529N/A- Disable developer guide patch to fix 6700877 as the developer guide is not
15529N/A needed for OpenSolaris or SXCE.
15529N/A* Thu May 22 2008 - dave.lin@sun.com
15529N/A- change to build as default browser
15525N/A* Mon Apr 21 2008 - brian.lu@sun.com
15516N/A- new firefox3 devel package
15516N/A remove unnecessary comment
15516N/A* Mon Apr 14 2008 - brian.lu@sun.com
15516N/A- bump to beta 5
15516N/A remove patch14 which has been fixed in cario trunk (to be fixed in
15516N/A firefox3 final release) but not in firefox3 beta 5
15516N/A* Thu Apr 10 2008 - takao.fujiwara@sun.com
15516N/A- Add firefox3-17-g11n-nav-lang.diff to assign locales in
15516N/A general.useragent.locale so that JavaScript navigator.language works.
15516N/A* Thu Feb 28 2008 - brian.lu@sun.com
15516N/A- Remove the patch firefox3-10-cario-perf.diff
15516N/A which causes a regression CR6668422
15516N/A* Mon Feb 25 2008 - brian.lu@sun.com
15516N/A- Fix the bug CR6656460 firefox crash in 8 bit mode
15516N/A* Wed Feb 20 2008 - dave.lin@sun.com
15516N/A- Bump to beta3, and removed upstreamed patche firefox3-15-printing-failed.diff
15516N/A* Wed Jan 24 2008 - brian.lu@sun.com
15453N/A- patch fixing the bug CR6646478 status:upstream
15453N/A* Wed Jan 09 2008 - dave.lin@sun.com
15453N/A- renamed FF 3 spec to *firefox3 to let FF 3 coexist with FF 2
15453N/A* Wed Jan 09 2008 - brian.lu@sun.com
15418N/A- the patch is from bugzilla.freedesktop.org (bug 4945) Fixing CR6646456
15418N/A* Sat Dec 29 2007 - dave.lin@sun.com
15418N/A- changed to use "make" instead of "make export" and "make libs"
15365N/A* Thu Dec 27 2007 - dave.lin@sun.com
15365N/A- move to 3.0 beta2
15216N/A- set not building apoc adapter as default
15216N/A* Mon Dec 03 2007 - dave.lin@sun.com
15190N/A- bump to 2.0.0.11 for several regressions in 2.0.0.10
15191N/A* Fir Nov 28 2007 - evan.yan@sun.com
15191N/A- replace firefox-06-locale.diff with mozilla-09-locale.diff, to correct our way
15190N/A of supporting multi-language
15190N/A* Thu Nov 27 2007 - dave.lin@sun.com
15190N/A- bump to 2.0.0.10 for several security bug fixes
15190N/A* Fri Nov 11 2007 - brian.lu@sun.com
15189N/A- Add firefox-15-remove-core-file-check.diff patch to remove core file checking
15189N/A code in run-mozilla.sh. Fixes CR6589754.
14526N/A* Fri Nov 02 2007 - dave.lin@sun.com
14526N/A- bump to 2.0.0.9 to fix several regressions in previous release
14526N/A* Mon Oct 22 2007 - dave.lin@sun.com
14425N/A- bump to 2.0.0.8
14425N/A* Sat Oct 20 2007 - laca@sun.com
14425N/A- add indiana branding patch
14376N/A* Fri Sep 28 2007 - laca@sun.com
14376N/A- do not add developer guide bookmark when sun branding is not requested
14376N/A* Wed Sep 19 2007 - dave.lin@sun.com
14376N/A- bump to 2.0.0.7
14376N/A* Fri Aug 03 2007 - dave.lin@sun.com
14376N/A- bump to 2.0.0.6
14376N/A* Mon Jul 23 2007 - dave.lin@sun.com
14190N/A- bump to 2.0.0.5 and remove patch firefox-15-infinite-recursion.diff which
14190N/A has been upstreamed in that release
14124N/A* Thu Jun 21 2007 - damien.carbery@sun.com
14124N/A- Add patch, mozilla-08-cairo-update.diff, to update the private copy of
14099N/A cairo.h used in the build.
14099N/A* Thu May 31 2007 - dave.lin@sun.com
14033N/A- bump to 2.0.0.4
14033N/A* Fri May 18 2007 - brian.lu@sun.com
14033N/A- Firefox dumps core due to infinite recursion
13996N/A* Mon Apr 30 2007 - dave.lin@sun.com
13926N/A- remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
13926N/A* Thu Apr 27 2007 - brian.lu@sun.com
13914N/A- add patch to grey out "Check for Updates" in Firefox menu since it's not supported
13914N/A* Thu Apr 12 2007 - dave.lin@sun.com
13914N/A- disable update feature in Firefox menu since it's not supported
13914N/A on Solaris so far(CR#6542910)
13914N/A* Wed Apri 10 2007 - brian.lu@sun.com
13898N/A- change the comments of Patch15 from type:upstream to type:bug state:upstream
13898N/A* Wed Apri 04 2007 - brian.lu@sun.com
13898N/A- # bugster: CR6331694 partly fixed, the patch has been upstreamed
13898N/A* Wed Mar 21 2007 - dave.lin@sun.com
13898N/A- bump to 2.0.0.3
13898N/A* Tue Mar 20 2007 - dave.lin@sun.com
13898N/A- fix bug CR#6521792
13898N/A part1: add file ".autoreg" and add postinstall/postremove scripts in
13898N/A SUNWfirefox-apoc-adapter
13600N/A part2: add patch firefox-12-regenerate-compreg-file.diff
13600N/A* Sat Mar 03 2007 - dave.lin@sun.com
13898N/A- removed patch firefox-12-bookmark-drag-and-drop.diff which has been
13898N/A upstreamed in 2.0.0.2
13898N/A* Mon Feb 26 2007 - dave.lin@sun.com
13898N/A- bump version to 2.0.0.2
13577N/A* Mon Feb 12 2007 - damien.carbery@sun.com
13898N/A- Add patch, 02-xpcom-mps.diff, to add '-I/usr/include/mps' to firefox-xpcom.pc
13898N/A to allow totem to find prtypes.h (as nscore.h includes this).
13898N/A* Mon Feb 05 2007 - brian.lu@sun.com
13898N/A- fix bug CR6519241:bookmark drag and drop crash firefox
13898N/A- bugzilla id 367203. The patch has been put into upstream
13898N/A* Fri Jan 26 2007 - dave.lin@sun.com
13898N/A- enable xinerama support to fix bug CR6507236
13898N/A* Thu Jan 18 2007 - damien.carbery@sun.com
13898N/A- Fix 'patch7 -p0' - change to -p1 and change patch file too.
13898N/A* Wed Jan 17 2007 - damien.carbery@sun.com
13898N/A- Remove unneeded patch, firefox-02-font_Xft.diff.
13898N/A* Fri Jan 05 2007 - dave.lin@sun.com
13898N/A- remove firefox-rebuild-databases and %preun since it's unnecessary for
13898N/A Firefox 2.0
13898N/A* Thu Dec 28 2006 - dave.lin@sun.com
13898N/A- change the patch type to branding for some patches in patch comments
13268N/A- bump version to 2.0.0.1
13268N/A* Thu Dec 07 2006 - brian.lu@sun.com
13268N/A- Add "solaris developer guide" to bookmark and default home page etc
13898N/A* Wed Nov 29 2006 - damien.carbery@sun.com
13898N/A- Correct path to sparcv8plus dir. Enclose code within '%ifarch sparc'.
13898N/A* Tue Nov 28 2006 - dave.lin@sun.com
13898N/A- add %if %with_apoc_adapter to conditinoally disable building apoc
13898N/A adapter, default: build apoc adapter, use
13898N/A --without-apoc-adapter to disable it
13898N/A- remove empty firefox/cpu/sparcv8plus and firefox/cpu
13898N/A* Mon Nov 27 2006 - dave.lin@sun.com
13898N/A- enable apoc adapter(CR#6478680)
12830N/A- move manpage related part in "%ifos linux" since SUNWfirefox.spec
13898N/A would cover that on Solaris
12830N/A* Fri Nov 17 2006 - dave.lin@sun.com
13898N/A- add patch comments
13898N/A* Wed Oct 25 2006 - dave.lin@sun.com
13898N/A- bump verion to 2.0(official release)
13898N/A* Fri Oct 20 2006 - dave.lin@sun.com
13898N/A- bump version to 2.0rc3
13898N/A* Mon Oct 09 2006 - dave.lin@sun.com
13898N/A- bump version to 2.0rc2
13898N/A* Thu Sep 07 2006 - dave.lin@sun.com
13898N/A- add patch firefox-09-no-pkg-files.diff to remove patch checker scripts
12169N/A since it's unnecessary to deliver them with the bundled version
13898N/A- change the version 2.0bx to 2.0 to comply WOS integration rules
12169N/A- re-organize the patch list
12169N/A* Mon Sep 04 2006 - dave.lin@sun.com
12102N/A- bump version to 2.0 beta 2
12102N/A* Mon Aug 28 2006 - dave.lin@sun.com
12097N/A- create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
12097N/A to fix bug CR#6459752
12097N/A* Tue Aug 08 2006 - dave.lin@sun.com
12018N/A- bump version to 2.0b1
12018N/A- remove the patch mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff,
11999N/A firefox-03-yelp-hang.diff which have been fixed in 2.0b1
11999N/A- change to xpinstall/packager to run make to make the binary tarball
11999N/A* Tue Aug 08 2006 - dave.lin@sun.com
11996N/A- fixed the preload list problem
11996N/A* Thu Jul 27 2006 - damien.carbery@sun.com
11908N/A- Remove 'aclocal' dir from %files as it is now empty.
11910N/A* Wed Jul 26 2006 - matt.keenan@sun.com
11910N/A- Remove firefox-10-gecko.m4.diff : yelp uses local copy now, and re-shuffled
11854N/A the rest of the firefox-* patches to be in sequence.
11854N/A* Fri Jul 07 2006 - dave.lin@sun.com
11440N/A- add patch mozilla-07-no-ldlibpath.diff to remove the LD_LIBRARY_PATH in
11440N/A the startup script
11425N/A* Tue Jun 13 2006 - dave.lin@sun.com
11425N/A- add patch firefox-15-no-nss-nspr.diff to let firefox use nss, nspr in
11314N/A /usr/lib/mps required by ARC
11314N/A- remove all nss, nspr header files in development package
11280N/A* Mon Jun 12 2006 - dave.lin@sun.com
11280N/A- add patch firefox-14-plugins.diff to add Mozilla plugins direcotry
11004N/A (/usr/sfw/lib/mozilla/plugins) in Firefox plugin searching path(CR#6428445)
11004N/A* Fri Jun 02 2006 - dave.lin@sun.com
10946N/A- bump src version to 1.5.0.4
10946N/A* Mon May 08 2006 - dave.lin@sun.com
10946N/A- bump src version to 1.5.0.3
10844N/A* Fri Apr 28 2006 - dave.lin@sun.com
10844N/A- remove patch mozilla-06-skip-strip.diff, use another simple way to skip
10844N/A strip instead, setting PKG_SKIP_STRIP=1
10711N/A* Fri Apr 21 2006 - dave.lin@sun.com
10711N/A- switch back to 1.5.0.2 since we're not get ARC approved yet
10685N/A* Fri Apr 14 2006 - dave.lin@sun.com
10685N/A- removed firefox-chrome-lang.txt per l10n team's request, firefox uses new
10550N/A strategy to register chrome entries, so this file is useless
10550N/A* Thu Apr 13 2006 - davelin@sun.com
10544N/A- Changed the installation location from "/usr/sfw/lib" to "/usr/lib"
10544N/A on Solaris
10465N/A* Tue Apr 04 2006 - dave.lin@sun.com
10465N/A- Bump version to 2.0 alpha1
10465N/A- Remove Patch3,4,11 which have been upstreamed into this version
10447N/A- Add patch mozilla-06-skip-strip.diff to make no stripped libraries
10447N/A* Fri Mar 31 2006 - dave.lin@sun.com
10404N/A- Add patch firefox-13-locale.diff to make firefox automatically
10404N/A pick up locale setting from user environment and start up in
10340N/A that locale
10340N/A* Fri Feb 24 2006 - dave.lin@sun.com
10330N/A- Add patch firefox-11-new-tab.diff to fix CR6368789
10330N/A- Add patch firefox-12-preload.diff and extra source file
10330N/A firefox-preload.list.in to enable firefox preload mechanism
10330N/A- Remove useless file firefox-rebuild-databases since it's only
10330N/A for Linux
10161N/A- Remove useless sources and patch
10161N/A* Thu Dec 15 2005 - dave.lin@sun.com
10161N/A- Add patch firefox-09-yelp-hang.diff to fix yelp hang problem.
10139N/A* Fri Dec 02 2005 - damien.carbery@sun.com
10139N/A- Add Makefile.in patch to link fontconfig and Xft libraries.
10139N/A- make from top directory to build nsIconChannel.o.
10139N/A* Fri Dec 02 2005 - dave.lin@sun.com
10139N/A- Bump tarball version to 1.5.
10139N/A- Modify the configuration options
10139N/A* Fri Nov 11 2005 - dave.lin@sun.com
10139N/A- Bump tarball version to 1.5rc3.
10139N/A* Fri Nov 11 2005 - halton.huo@sun.com
10139N/A- Bump tarball version to 1.5rc2.
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
10139N/A already
10139N/A- Enable '--enalbe-timeline' in nightly builds
10139N/A* Thu Nov 1 2005 - laca@sun.com
10139N/A- change version to numeric and introduce %tarball_version
10139N/A* Fri Oct 21 2005 - dave.lin@sun.com
10139N/A- Update version from 1.5b1 to 1.5b2 and add patch 307041 from bugzilla
10139N/A- Change configure option per Leo Sha from developer team
10139N/A- Add nss header file in development package
10139N/A* Mon Sep 26 2005 - <halton.huo@sun.com>
10139N/A- Bump to 1.5b1.
10139N/A- Move dir mozilla to firefox after tarball unpacking.
10139N/A* Mon Sep 12 2005 - <laca@sun.com>
10139N/A- get rid of %builddir as it would be different on Solaris
10139N/A* Thu Sep 08 2005 - damien.carbery@sun.com
10139N/A- Change BuildPrereq to BuildRequires, a format that build-gnome2 understands.
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* Fri Sep 01 2005 - damien.carbery@sun.com
10139N/A- Change gtar to tar; add two necessary mkdir's.
10139N/A* Mon Aug 22 2005 Dave Lin <dave.lin@sun.com>
10139N/A- initial version of the spec file created
10139N/A