firefox.spec revision 10685
10139N/A#
10139N/A# Copyright (c) Sun Microsystems, Inc.
10139N/A#
17185N/A# Owner: davelam
13600N/A#
10139N/A#####################################
10139N/A## Package Information Section ##
10139N/A#####################################
10139N/A
10139N/AName: firefox
10139N/A%define code_name none
10139N/ASummary: Mozilla Firefox Web browser
17811N/AVersion: 2.0.0.3
17964N/A%define tarball_version 2.0.0.3
10139N/ARelease: 1
10139N/ACopyright: MPL/LGPL
10139N/AGroup: Applications/Internet
10139N/ADistribution:Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
17338N/ASource: http://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{tarball_version}/source/%{name}-%{tarball_version}-source.tar.bz2
10139N/ASource1: firefox-icon.png
10139N/ASource2: firefox.desktop
15536N/A%ifos linux
17811N/ASource4: firefox.1
17811N/A%endif
17811N/ASource6: firefox-preload.list.in
15761N/A%define with_apoc_adapter %{?!_without_apoc_adapter:1}%{?_without_apoc_adapter:0}
16554N/A%if %with_apoc_adapter
17811N/A%define apoc_tb_version 2.0
16554N/ASource7: firefox-%{apoc_tb_version}-apoc-adapter-verm54.tar.bz2
10139N/A%endif
16633N/ASource8: firefox.cfg
11999N/A
15536N/A# owner:davelam date:2005-08-22 type:branding
10139N/A# change install dir from 'name-version' to 'name'
10139N/APatch1: mozilla-01-change-install-dir.diff
10139N/A
15536N/A# owner:laca date:2005-10-14 type:branding
10139N/A# add -lxpcom_core to libs which fixes the build of yelp
12830N/APatch2: firefox-01-mozilla-config.diff
12830N/A
17811N/A# owner:davelam date:2006-03-31 type:branding
12830N/A# change startup script to support multi-language
13914N/APatch3: firefox-06-locale.diff
13915N/A
17811N/A# owner:davelam date:2006-06-12 type:bug
14425N/A# bugster:6428445
16680N/APatch4: firefox-07-plugins.diff
17811N/A
17811N/A# owner:davelam date:2005-09-01 type:branding
15190N/A# let moz patch checker support S10 and S11
16597N/APatch5: mozilla-02-no-patch-checker.diff
15536N/A
17811N/A# owner:davelam date:2005-09-05 type:branding
15216N/A# remove gtar specific options
15418N/APatch6: mozilla-05-common-tar-option.diff
17811N/A
15418N/A# owner:davelam date:2006-02-24 type:branding
16554N/A# enable firefox preload mechanism
16554N/APatch7: firefox-05-preload.diff
17811N/A
16554N/A# owner:davelam date:2006-01-13 type:branding
16554N/A# let firefox use system bundled nss,nspr
16597N/APatch8: firefox-08-no-nss-nspr.diff
17811N/A
17811N/A# owner:davelam date:2006-07-07 type:branding
15516N/A# comment LD_LIBRARY_PATH setting
17338N/APatch9: mozilla-07-no-ldlibpath.diff
17811N/A
17811N/A# owner:davelam date:2006-09-07 type:branding
17811N/A# remove moz patch checker from package
17811N/APatch10: firefox-09-no-pkg-files.diff
17811N/A
17338N/A
15536N/A%if %with_apoc_adapter
17811N/A# owner:hawklu date:2006-11-27 type:bug bugster:6478680
15529N/A# change to enable apoc adapter
17811N/APatch11: firefox-10-enable-apoc-adapter.diff
17811N/A%endif
15761N/A
16020N/A# owner:hawklu date:2006-12-07 type:branding
16020N/A# add "solaris user guide" to bookmark and default homepage
17811N/APatch12: firefox-11-developer-guide-bookmark.diff
16020N/A
16020N/A# owner:dcarbery date:2007-02-12 type:branding
17964N/APatch13: firefox-02-xpcom-mps-dir.diff
17811N/A
17811N/A%if %with_apoc_adapter
17811N/A# owner:hawklu date:2007-03-20 type:branding bugster: 6521792
17811N/APatch14: firefox-12-regenerate-compreg-file.diff
16549N/A%endif
17811N/A
17811N/A# owner:hawklu date:2007-04-04 type:bug state:upstream
16532N/A# bugster: CR6331694 partly fixed
17811N/APatch15: firefox-13-nspr-use-zone-allocator.diff
17811N/A
17811N/A# owner:hawklu date:2007-04-27 type:branding
17964N/A# bugster:6542910
17964N/APatch16: firefox-14-disable-online-update.diff
17964N/A
17964N/A# owner:hawklu date:2007-05-18 type:bug state:upstream
17964N/A# bugster: 6546931
17964N/APatch17: firefox-15-infinite-recursion.diff
16801N/A
15536N/AURL: http://www.sun.com/software/javadesktopsystem/
10139N/A
10139N/ABuildRoot: %{_tmppath}/%{name}-%{tarball_version}-build
10139N/APrefix: /usr
10139N/AProvides: webclient
10139N/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}
16554N/A%define nss_nspr_dir %{_libdir}/mps
10139N/A
13898N/A#####################################
13898N/A## Package Requirements Section ##
13898N/A#####################################
10139N/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#####################################
17811N/A
15536N/A%description
10139N/AMozilla Firefox is an open-source web browser, designed for standards
15536N/Acompliance, performance and portability.
17811N/A
10139N/A#####################################
15536N/A## Package Preparation Section ##
15536N/A#####################################
10139N/A
15536N/A%prep
17811N/A
17811N/A%if %with_apoc_adapter
10139N/A%setup -q -c -n %{name} -a7
17338N/A%else
17811N/A%setup -q -c -n %{name}
17811N/A%endif
17811N/A
15536N/Acd ..
17964N/A/bin/mv %{name} %{name}.tmp.$$
16050N/A/bin/mv %{name}.tmp.$$/mozilla %{name}
16020N/Arm -rf %{name}.tmp.$$
17811N/Acd %{name}
16020N/A%patch1 -p1
10139N/A%patch2 -p1
16554N/A%patch3 -p1
17811N/A%patch4 -p1
16554N/A%if %with_apoc_adapter
16554N/A%patch11 -p1
10139N/A%patch14 -p1
10139N/A%endif
10139N/A%ifos solaris
10139N/A%patch5 -p1
10139N/A%patch6 -p1
17811N/A%patch7 -p1
10139N/A%patch8 -p1
10139N/A%patch9 -p1
10139N/A%patch10 -p1
10139N/A%patch12 -p1
10139N/A%patch13 -p1
15536N/A%endif
10139N/A%patch15 -p1
10139N/A%patch16 -p1
10139N/A%patch17 -p1
10139N/A
10139N/A#####################################
10139N/A## Package Build Section ##
13898N/A#####################################
13898N/A
14526N/A%build
13898N/A
14124N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
13898N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
13898N/A%else
13898N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
15189N/A%endif
13898N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
16554N/A CPUS=1
16554N/Afi
16554N/A
16554N/Acat << "EOF" > .mozconfig
16656N/A. $topsrcdir/browser/config/mozconfig
17964N/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-xft
10139N/Aac_add_options --enable-default-toolkit=gtk2
10139N/Aac_add_options --enable-svg
10139N/Aac_add_options --enable-canvas
13898N/Aac_add_options --disable-static
13898N/Aac_add_options --enable-shared
13898N/Aac_add_options --enable-official-branding
13898N/Aac_add_options --enable-xinerama
13898N/Aac_add_options --disable-updater
10139N/Aac_add_options --disable-tests
16554N/Aac_add_options --disable-freetype2
17811N/Aac_add_options --disable-auto-deps
16554N/Aac_add_options --disable-debug
16554N/AEOF
16554N/A
16554N/A%if %with_apoc_adapter
16554N/Aecho "ac_add_options --enable-extensions=default,apoc" >> .mozconfig
17811N/A%endif
17811N/A
14124N/A# Enable timeline (profiling) features in nightly builds, per Brian Lu.
13898N/A%{?nightly:echo "ac_add_options --enable-timeline" >> .mozconfig}
12834N/A
10139N/ABUILD_OFFICIAL=1
10139N/AMOZILLA_OFFICIAL=1
10139N/AMOZ_PKG_FORMAT=BZ2
10139N/APKG_SKIP_STRIP=1
13898N/Aexport BUILD_OFFICIAL MOZILLA_OFFICIAL MOZ_PKG_FORMAT PKG_SKIP_STRIP CFLAGS CXXFLAGS
13898N/A
13898N/A./configure
13898N/Amake export
13898N/A# FIXME: disabled parallel build as it seems to break the build sometimes
13898N/Amake libs
13898N/A
13898N/Acd xpinstall/packager
13898N/Amake
13898N/A
13898N/A%install
13898N/A/bin/rm -rf $RPM_BUILD_ROOT
13898N/A
13898N/ADESTDIR=$RPM_BUILD_ROOT \
13898N/A make install
13898N/A/bin/rm -rf $RPM_BUILD_ROOT%{_ffdir}
13898N/ABUILDDIR=`pwd`
13898N/Acd $RPM_BUILD_ROOT%{_libdir}
13898N/Abzip2 -dc $BUILDDIR/dist/firefox-*.tar.bz2 | tar -xf -
14376N/A
13898N/A# Don't deliver nss, nspr header files on Solaris
13898N/A%ifos linux
13898N/A# copy the nss files to the right place
13898N/Amkdir $RPM_BUILD_ROOT%{_includedir}/firefox/nss/
14376N/Acd ${BUILDDIR}
13898N/A/usr/bin/find security/nss/lib/ -name '*.h' -type f -exec /bin/cp {} \
13898N/A $RPM_BUILD_ROOT/%{_includedir}/firefox/nss/ \;
13898N/A%else
10139N/Arm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/nspr.m4
10139N/Armdir $RPM_BUILD_ROOT%{_datadir}/aclocal
10139N/Arm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/firefox-nss.pc
10139N/Arm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/firefox-nspr.pc
10139N/Arm -rf $RPM_BUILD_ROOT/%{_includedir}/firefox/nss
10139N/Arm -rf $RPM_BUILD_ROOT/%{_includedir}/firefox/pipnss
10139N/Arm -rf $RPM_BUILD_ROOT/%{_includedir}/firefox/nspr
10139N/A%endif
10139N/A
15536N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
13898N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
10139N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
10139N/Ainstall -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox-icon.png
13898N/Ainstall -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications/firefox.desktop
13898N/A
13898N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_ffdir}
13898N/A
13898N/A%ifos linux
13898N/A# install the man page
13898N/Ainstall -c -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
13898N/A%endif
13898N/A
16617N/A/bin/rm -f $RPM_BUILD_ROOT%{_bindir}/firefox
17811N/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' \
16617N/A -e 's,FIREFOX_LIB_DIR,%{_ffdir},g' %{SOURCE6} > \
16617N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
16617N/A%ifarch sparc
16617N/Aecho "%{nss_nspr_dir}/cpu/sparcv8plus/libnspr_flt4.so" >> \
16617N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
16617N/A%endif
17811N/A/bin/chmod 644 $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
14376N/A
13898N/A# create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
13898N/A# to fix bug CR#6459752
13898N/Aln -s ../mps/libnssckbi.so $RPM_BUILD_ROOT%{_ffdir}/libnssckbi.so
13898N/A
15536N/A# remove the empty directories
15536N/A# cpu/sparcv8plus/libnspr_flt4.so is not packaged
15536N/A# since we use system bundled version of nss/nspr
17811N/A%ifarch sparc
14376N/Armdir $RPM_BUILD_ROOT%{_libdir}/firefox/cpu/sparcv8plus
13898N/Armdir $RPM_BUILD_ROOT%{_libdir}/firefox/cpu
13898N/A%endif
13898N/A
13898N/A# install firefox.cfg
15536N/Ainstall -c -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_ffdir}/firefox.cfg
15536N/A
15536N/A# remove local dictionary and share the one that delivered
16617N/A# by myspell-dictionary
17811N/Arm -f $RPM_BUILD_ROOT%{_ffdir}/dictionaries/en-US.dic
16617N/Arm -f $RPM_BUILD_ROOT%{_ffdir}/dictionaries/en-US.aff
16617N/Armdir $RPM_BUILD_ROOT%{_ffdir}/dictionaries
16617N/A
16617N/A%clean
16617N/A/bin/rm -rf $RPM_BUILD_ROOT
16617N/A
16617N/A#########################################
16617N/A## Package Post[Un] Install Section ##
16617N/A#########################################
17811N/A
14376N/A%post
13898N/A# run ldconfig before regxpcom
13898N/A/sbin/ldconfig >/dev/null 2>/dev/null
16958N/A
16958N/A%postun
14376N/A/sbin/ldconfig >/dev/null 2>/dev/null
13898N/A
10550N/A#####################################
10550N/A## Package Files Section ##
15536N/A#####################################
10550N/A
15453N/A%files
15453N/A%defattr(-,root,root)
15453N/A%dir %{_ffdir}
15453N/A%{_ffdir}/*
10139N/A%{_bindir}/firefox
10139N/A%{_mandir}/man1/*
10139N/A%{_datadir}/applications/%{name}.desktop
10139N/A%{_datadir}/pixmaps/%{name}-icon.png
17964N/A
17964N/A%changelog
17964N/A* Fri May 18 2007 - brian.lu@sun.com
17964N/A- Firefox dumps core due to infinite recursion
17811N/A* Mon Apr 30 2007 - dave.lin@sun.com
17811N/A- remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
17676N/A* Thu Apr 27 2007 - brian.lu@sun.com
17676N/A- add patch to grey out "Check for Updates" in Firefox menu since it's not supported
17634N/A* Thu Apr 12 2007 - dave.lin@sun.com
17634N/A- disable update feature in Firefox menu since it's not supported
17633N/A on Solaris so far(CR#6542910)
17633N/A* Wed Apri 10 2007 - brian.lu@sun.com
17450N/A- change the comments of Patch15 from type:upstream to type:bug state:upstream
17450N/A* Wed Apri 04 2007 - brian.lu@sun.com
17450N/A- # bugster: CR6331694 partly fixed, the patch has been upstreamed
17416N/A* Wed Mar 21 2007 - dave.lin@sun.com
17420N/A- bump to 2.0.0.3
17338N/A* Tue Mar 20 2007 - dave.lin@sun.com
17338N/A- fix bug CR#6521792
17338N/A part1: add file ".autoreg" and add postinstall/postremove scripts in
17338N/A SUNWfirefox-apoc-adapter
16954N/A part2: add patch firefox-12-regenerate-compreg-file.diff
16954N/A* Sat Mar 03 2007 - dave.lin@sun.com
16954N/A- removed patch firefox-12-bookmark-drag-and-drop.diff which has been
16954N/A upstreamed in 2.0.0.2
16954N/A* Mon Feb 26 2007 - dave.lin@sun.com
16952N/A- bump version to 2.0.0.2
16952N/A* Mon Feb 12 2007 - damien.carbery@sun.com
16952N/A- Add patch, 02-xpcom-mps.diff, to add '-I/usr/include/mps' to firefox-xpcom.pc
16916N/A to allow totem to find prtypes.h (as nscore.h includes this).
16916N/A* Mon Feb 05 2007 - brian.lu@sun.com
16801N/A- fix bug CR6519241:bookmark drag and drop crash firefox
16801N/A- bugzilla id 367203. The patch has been put into upstream
16795N/A* Fri Jan 26 2007 - dave.lin@sun.com
16795N/A- enable xinerama support to fix bug CR6507236
16795N/A* Thu Jan 18 2007 - damien.carbery@sun.com
16794N/A- Fix 'patch7 -p0' - change to -p1 and change patch file too.
16794N/A* Wed Jan 17 2007 - damien.carbery@sun.com
16766N/A- Remove unneeded patch, firefox-02-font_Xft.diff.
16766N/A* Fri Jan 05 2007 - dave.lin@sun.com
16758N/A- remove firefox-rebuild-databases and %preun since it's unnecessary for
16758N/A Firefox 2.0
16732N/A* Thu Dec 28 2006 - dave.lin@sun.com
16732N/A- change the patch type to branding for some patches in patch comments
16712N/A- bump version to 2.0.0.1
16712N/A* Thu Dec 07 2006 - brian.lu@sun.com
16702N/A- Add "solaris developer guide" to bookmark and default home page etc
16702N/A* Wed Nov 29 2006 - damien.carbery@sun.com
16689N/A- Correct path to sparcv8plus dir. Enclose code within '%ifarch sparc'.
16689N/A* Tue Nov 28 2006 - dave.lin@sun.com
16680N/A- add %if %with_apoc_adapter to conditinoally disable building apoc
16680N/A adapter, default: build apoc adapter, use
16656N/A --without-apoc-adapter to disable it
16656N/A- remove empty firefox/cpu/sparcv8plus and firefox/cpu
16656N/A* Mon Nov 27 2006 - dave.lin@sun.com
16643N/A- enable apoc adapter(CR#6478680)
16643N/A- move manpage related part in "%ifos linux" since SUNWfirefox.spec
16639N/A would cover that on Solaris
16639N/A* Fri Nov 17 2006 - dave.lin@sun.com
16608N/A- add patch comments
16617N/A* Wed Oct 25 2006 - dave.lin@sun.com
16617N/A- bump verion to 2.0(official release)
16608N/A* Fri Oct 20 2006 - dave.lin@sun.com
16608N/A- bump version to 2.0rc3
16601N/A* Mon Oct 09 2006 - dave.lin@sun.com
16553N/A- bump version to 2.0rc2
16554N/A* Thu Sep 07 2006 - dave.lin@sun.com
16554N/A- add patch firefox-09-no-pkg-files.diff to remove patch checker scripts
16554N/A since it's unnecessary to deliver them with the bundled version
16554N/A- change the version 2.0bx to 2.0 to comply WOS integration rules
16553N/A- re-organize the patch list
16549N/A* Mon Sep 04 2006 - dave.lin@sun.com
16549N/A- bump version to 2.0 beta 2
16549N/A* Mon Aug 28 2006 - dave.lin@sun.com
16549N/A- create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
16437N/A to fix bug CR#6459752
16437N/A* Tue Aug 08 2006 - dave.lin@sun.com
16437N/A- bump version to 2.0b1
16283N/A- remove the patch mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff,
16283N/A firefox-03-yelp-hang.diff which have been fixed in 2.0b1
16283N/A- change to xpinstall/packager to run make to make the binary tarball
16279N/A* Tue Aug 08 2006 - dave.lin@sun.com
16279N/A- fixed the preload list problem
16279N/A* Thu Jul 27 2006 - damien.carbery@sun.com
16207N/A- Remove 'aclocal' dir from %files as it is now empty.
16207N/A* Wed Jul 26 2006 - matt.keenan@sun.com
16061N/A- Remove firefox-10-gecko.m4.diff : yelp uses local copy now, and re-shuffled
16061N/A the rest of the firefox-* patches to be in sequence.
16050N/A* Fri Jul 07 2006 - dave.lin@sun.com
16050N/A- add patch mozilla-07-no-ldlibpath.diff to remove the LD_LIBRARY_PATH in
16020N/A the startup script
16020N/A* Tue Jun 13 2006 - dave.lin@sun.com
15902N/A- add patch firefox-15-no-nss-nspr.diff to let firefox use nss, nspr in
15902N/A /usr/lib/mps required by ARC
15797N/A- remove all nss, nspr header files in development package
15797N/A* Mon Jun 12 2006 - dave.lin@sun.com
15761N/A- add patch firefox-14-plugins.diff to add Mozilla plugins direcotry
15761N/A (/usr/sfw/lib/mozilla/plugins) in Firefox plugin searching path(CR#6428445)
15747N/A* Fri Jun 02 2006 - dave.lin@sun.com
15747N/A- bump src version to 1.5.0.4
15606N/A* Mon May 08 2006 - dave.lin@sun.com
15606N/A- bump src version to 1.5.0.3
15606N/A* Fri Apr 28 2006 - dave.lin@sun.com
15548N/A- remove patch mozilla-06-skip-strip.diff, use another simple way to skip
15548N/A strip instead, setting PKG_SKIP_STRIP=1
15548N/A* Fri Apr 21 2006 - dave.lin@sun.com
15536N/A- switch back to 1.5.0.2 since we're not get ARC approved yet
15536N/A* Fri Apr 14 2006 - dave.lin@sun.com
15535N/A- removed firefox-chrome-lang.txt per l10n team's request, firefox uses new
15535N/A strategy to register chrome entries, so this file is useless
15529N/A* Thu Apr 13 2006 - davelin@sun.com
15536N/A- Changed the installation location from "/usr/sfw/lib" to "/usr/lib"
15529N/A on Solaris
15529N/A
15529N/A* Tue Apr 04 2006 - dave.lin@sun.com
15525N/A- Bump version to 2.0 alpha1
15536N/A- Remove Patch3,4,11 which have been upstreamed into this version
15529N/A- Add patch mozilla-06-skip-strip.diff to make no stripped libraries
15529N/A
15529N/A* Fri Mar 31 2006 - dave.lin@sun.com
15529N/A- Add patch firefox-13-locale.diff to make firefox automatically
15529N/A pick up locale setting from user environment and start up in
15525N/A that locale
15516N/A
15516N/A* Fri Feb 24 2006 - dave.lin@sun.com
15516N/A- Add patch firefox-11-new-tab.diff to fix CR6368789
15516N/A- Add patch firefox-12-preload.diff and extra source file
15516N/A firefox-preload.list.in to enable firefox preload mechanism
15516N/A- Remove useless file firefox-rebuild-databases since it's only
15516N/A for Linux
15516N/A- Remove useless sources and patch
15516N/A
15516N/A* Thu Dec 15 2005 - dave.lin@sun.com
15516N/A- Add patch firefox-09-yelp-hang.diff to fix yelp hang problem.
15516N/A
15516N/A* Fri Dec 02 2005 - damien.carbery@sun.com
15516N/A- Add Makefile.in patch to link fontconfig and Xft libraries.
15516N/A- make from top directory to build nsIconChannel.o.
15516N/A
15516N/A* Fri Dec 02 2005 - dave.lin@sun.com
15453N/A- Bump tarball version to 1.5.
15453N/A- Modify the configuration options
15453N/A
15453N/A* Fri Nov 11 2005 - dave.lin@sun.com
15418N/A- Bump tarball version to 1.5rc3.
15418N/A
15418N/A* Fri Nov 11 2005 - halton.huo@sun.com
15365N/A- Bump tarball version to 1.5rc2.
15365N/A
15216N/A* Tue Nov 08 2005 - dave.lin@sun.com
15216N/A- Bump tarball version to 1.5rc1
15190N/A- Remove the patch mozilla-07-bz307041.diff since it's upstreamed in 1.5rc1 already
15191N/A- Enalbe '--enalbe-timeline' in nightly builds
15191N/A
15190N/A* Thu Nov 1 2005 - laca@sun.com
15190N/A- change version to numeric and introduce %tarball_version
15190N/A
15190N/A* Fri Oct 21 2005 - dave.lin@sun.com
15189N/A- Update version from 1.5b1 to 1.5b2 and add patch 307041 from bugzilla
15189N/A- Change configure option per Leo Sha from developer team
14526N/A- Add nss header file in development package
14526N/A
14526N/A* Mon Sep 26 2005 - <halton.huo@sun.com>
14425N/A- Bump to 1.5b1.
14425N/A- Move dir mozilla to firefox after tarball unpacking.
14425N/A
14376N/A* Mon Sep 12 2005 - <laca@sun.com>
14376N/A- get rid of %builddir as it would be different on Solaris
14376N/A
14376N/A* Thu Sep 08 2005 - damien.carbery@sun.com
14376N/A- Change BuildPrereq to BuildRequires, a format that build-gnome2 understands.
14376N/A
14376N/A* Mon Sep 05 2005 - Dave Lin <dave.lin@sun.com>
14190N/A- Add patches to remove the specific gtar options
14190N/A- Set MOZ_PKG_FORMAT=BZ2 to keep consistent of tarball
14124N/A format between linux and solaris
14124N/A
14099N/A* Fri Sep 01 2005 - damien.carbery@sun.com
14099N/A- Change gtar to tar; add two necessary mkdir's.
14033N/A
14033N/A* Mon Aug 22 2005 Dave Lin <dave.lin@sun.com>
14033N/A- initial version of the spec file created
13996N/A
13926N/A