firefox.spec revision 12102
0N/A#
1423N/A# Copyright (c) Sun Microsystems, Inc.
0N/A#
0N/A# Owner: davelam
0N/A#
0N/A#####################################
0N/A## Package Information Section ##
0N/A#####################################
0N/A
0N/AName: firefox
0N/A%define code_name none
0N/ASummary: Mozilla Firefox Web browser
0N/AVersion: 3.0
0N/A%define tarball_version 3.0b2
0N/ARelease: 1
0N/ACopyright: MPL/LGPL
0N/AGroup: Applications/Internet
0N/ADistribution:Java Desktop System
0N/AVendor: Sun Microsystems, Inc.
0N/ASource: http://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{tarball_version}/source/%{name}-%{tarball_version}-source.tar.bz2
0N/ASource1: firefox-icon.png
0N/ASource2: firefox.desktop
0N/A%ifos linux
0N/ASource4: firefox.1
0N/A%endif
0N/ASource6: firefox-preload.list.in
0N/A%define without_moz_nss_nspr %{?!_with_moz_nss_nspr:1}%{?_with_moz_nss_nspr:0}
0N/A%define with_apoc_adapter %{?_with_apoc_adapter:1}%{?!_with_apoc_adapter:0}
0N/A%if %with_apoc_adapter
0N/A%define apoc_tb_version 2.0
0N/ASource7: firefox-%{apoc_tb_version}-apoc-adapter-verm54.tar.bz2
0N/A%endif
0N/ASource8: firefox.cfg
0N/A
0N/A# owner:davelam date:2005-08-22 type:branding
0N/A# change install dir from 'name-version' to 'name'
0N/APatch1: firefox3-01-change-install-dir.diff
0N/A
0N/A# owner:evan date:2007-11-28 type:branding
0N/A# change preference to support multi-language
0N/APatch2: firefox3-02-locale.diff
0N/A
0N/A# owner:davelam date:2006-06-12 type:bug
0N/A# bugster:6428445
0N/APatch3: firefox3-03-plugins.diff
0N/A
0N/A# owner:davelam date:2005-09-05 type:branding
0N/A# remove gtar specific options
0N/APatch4: firefox3-04-common-tar-option.diff
0N/A
0N/A# owner:davelam date:2006-02-24 type:branding
0N/A# enable firefox preload mechanism
0N/APatch5: firefox3-05-preload.diff
0N/A
0N/A# owner:davelam date:2007-12-27 type:branding
0N/APatch6: firefox3-06-find-opt.diff
0N/A
0N/A# owner:davelam date:2006-07-07 type:branding
0N/A# comment LD_LIBRARY_PATH setting
0N/APatch7: firefox3-07-no-ldlibpath.diff
0N/A
113N/A# owner:hawklu date:2007-04-27 type:branding
0N/A# bugster:6542910
0N/APatch8: firefox3-08-disable-online-update.diff
0N/A
0N/A# owner:hawklu date:2007-11-07 type:bug
0N/APatch9: firefox3-09-remove-core-file-check.diff
0N/A
0N/A# owner:hawklu date:2007-12-26 type:bug
0N/APatch10: firefox3-10-cairo-perf.diff
0N/A
0N/A%if %option_with_sun_branding
0N/A# owner:hawklu date:2006-12-07 type:branding
0N/A# add "solaris user guide" to bookmark and default homepage
0N/A#FIXME: patch file need to be updated
0N/A#Patch11: firefox3-11-developer-guide-bookmark.diff
0N/A%endif
0N/A
0N/A%if %option_with_indiana_branding
0N/A# owner:laca date:2007-10-20 type:branding
0N/A# add "getting started guide" to bookmarks and set as default homepage
0N/A#FIXME: patch file need to be updated
0N/A#Patch12: firefox3-11-getting-started-bookmark.diff
0N/A%endif
0N/A
0N/A%if %without_moz_nss_nspr
710N/A# owner:davelam date:2006-01-13 type:branding
710N/A# let firefox use system bundled nss,nspr
710N/APatch13: firefox3-13-no-nss-nspr.diff
1484N/A%endif
710N/A
0N/A%if %with_apoc_adapter
0N/A#Patch14:
0N/A%endif
0N/A
0N/A
0N/AURL: http://www.sun.com/software/javadesktopsystem/
0N/A
710N/ABuildRoot: %{_tmppath}/%{name}-%{tarball_version}-build
710N/APrefix: /usr
710N/AProvides: webclient
710N/AAutoreqprov: on
710N/A
710N/A#####################################
710N/A## Package Defines Section ##
0N/A#####################################
0N/A
0N/A%define _unpackaged_files_terminate_build 0
0N/A%define _ffdir %{_libdir}/%{name}
0N/A%if %without_moz_nss_nspr
0N/A%define nss_nspr_dir %{_libdir}/mps
0N/A%else
0N/A%define nss_nspr_dir %{_libdir}/%{name}
0N/A%endif
0N/A
0N/A#####################################
0N/A## Package Requirements Section ##
0N/A#####################################
0N/A
0N/ABuildRequires: libpng-devel
0N/ABuildRequires: libjpeg
0N/ABuildRequires: zlib-devel
0N/ABuildRequires: zip
0N/ABuildRequires: perl
0N/ABuildRequires: autoconf
0N/ABuildRequires: libIDL-devel
0N/ABuildRequires: glib2-devel
0N/ABuildRequires: gtk2-devel
0N/APrereq: fileutils perl
0N/APrereq: /usr/bin/killall
0N/A
0N/A#####################################
0N/A## Package Description Section ##
0N/A#####################################
0N/A
0N/A%description
0N/AMozilla Firefox is an open-source web browser, designed for standards
0N/Acompliance, performance and portability.
0N/A
0N/A#####################################
0N/A## Package Preparation Section ##
0N/A#####################################
0N/A
0N/A%prep
0N/A
0N/A%if %with_apoc_adapter
0N/A%setup -q -c -n %{name} -a7
0N/A%else
0N/A%setup -q -c -n %{name}
0N/A%endif
0N/A
0N/Acd ..
0N/A/bin/mv %{name} %{name}.tmp.$$
0N/A/bin/mv %{name}.tmp.$$/mozilla %{name}
0N/Arm -rf %{name}.tmp.$$
0N/Acd %{name}
0N/A%patch1 -p1
0N/A%patch2 -p1
0N/A%patch3 -p1
0N/A%ifos solaris
0N/A%patch4 -p1
0N/A%patch5 -p1
0N/A%patch6 -p1
0N/A%patch7 -p1
0N/A%patch8 -p1
0N/A%patch9 -p1
0N/A%patch10 -p1
0N/A%if %option_with_sun_branding
0N/A#%patch11 -p1
0N/A%endif
0N/A%if %option_with_indiana_branding
0N/A#%patch12 -p1
0N/A%endif
0N/A%if %without_moz_nss_nspr
0N/A%patch13 -p1
0N/A%endif
0N/A%endif
0N/A
0N/A#####################################
0N/A## Package Build Section ##
0N/A#####################################
0N/A
0N/A%build
0N/A
0N/A%ifos linux
0N/Aif [ -x /usr/bin/getconf ]; then
0N/A CPUS=`getconf _NPROCESSORS_ONLN`
0N/Afi
0N/A%else
0N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
0N/A%endif
0N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
0N/A CPUS=1
0N/Afi
0N/A
0N/Acat << "EOF" > .mozconfig
0N/A. $topsrcdir/browser/config/mozconfig
0N/Amk_add_options BUILD_OFFICIAL=1
0N/Amk_add_options MOZILLA_OFFICIAL=1
0N/Aac_add_options --prefix=%{_prefix}
0N/Aac_add_options --libdir=%{_libdir}
0N/Aac_add_options --mandir=%{_mandir}
0N/Aac_add_options --enable-official-branding
0N/A#ac_add_options --enable-default-toolkit=gtk2
0N/Aac_add_options --enable-dtrace
0N/Aac_add_options --enable-xinerama
0N/Aac_add_options --disable-updater
0N/Aac_add_options --disable-tests
0N/AEOF
0N/A
0N/A%if %with_apoc_adapter
0N/Aecho "ac_add_options --enable-extensions=default,apoc" >> .mozconfig
0N/A%endif
0N/A
0N/A# Enable timeline (profiling) features in nightly builds, per Brian Lu.
0N/A%{?nightly:echo "ac_add_options --enable-timeline" >> .mozconfig}
0N/A
0N/ABUILD_OFFICIAL=1
0N/AMOZILLA_OFFICIAL=1
0N/AMOZ_PKG_FORMAT=BZ2
0N/APKG_SKIP_STRIP=1
0N/Aexport BUILD_OFFICIAL MOZILLA_OFFICIAL MOZ_PKG_FORMAT PKG_SKIP_STRIP CFLAGS CXXFLAGS
0N/A
0N/A./configure
0N/Amake
0N/A
0N/Acd browser/installer
0N/Amake
0N/A
0N/A%install
0N/A/bin/rm -rf $RPM_BUILD_ROOT
0N/A
0N/ADESTDIR=$RPM_BUILD_ROOT \
0N/A make install
0N/A/bin/rm -rf $RPM_BUILD_ROOT%{_libdir}/*
0N/A/bin/rm -rf $RPM_BUILD_ROOT%{_bindir}/*
0N/ABUILDDIR=`pwd`
0N/Acd $RPM_BUILD_ROOT%{_libdir}
0N/Abzip2 -dc $BUILDDIR/dist/firefox-*.tar.bz2 | tar -xf -
0N/A
0N/A# Don't deliver nss, nspr header files on Solaris
0N/A%ifos linux
0N/A# copy the nss files to the right place
0N/Amkdir $RPM_BUILD_ROOT%{_includedir}/firefox/nss/
0N/Acd ${BUILDDIR}
0N/A/usr/bin/find security/nss/lib/ -name '*.h' -type f -exec /bin/cp {} \
0N/A $RPM_BUILD_ROOT/%{_includedir}/firefox/nss/ \;
0N/A%else
0N/Afind $RPM_BUILD_ROOT/%{_includedir} -name "nss*.h" -o -name "nspr*.h" \
0N/A -type f | xargs rm -f
0N/A%endif
0N/A
0N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
0N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
0N/A/bin/mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
0N/Ainstall -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox-icon.png
0N/Ainstall -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications/firefox.desktop
0N/A
0N/A%ifos linux
0N/A# install the man page
0N/Ainstall -c -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
0N/A%endif
0N/A
0N/A/bin/rm -f $RPM_BUILD_ROOT%{_bindir}/firefox
0N/A/bin/ln -s ../lib/firefox/firefox $RPM_BUILD_ROOT%{_bindir}/firefox
0N/A
0N/A# install preloaded library list that would be picked up by gdmprefetch
0N/A/usr/bin/sed -e 's,NSS_NSPR_DIR,%{nss_nspr_dir},g' \
0N/A -e 's,FIREFOX_LIB_DIR,%{_ffdir},g' %{SOURCE6} > \
0N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
0N/A%ifarch sparc
0N/Aecho "%{nss_nspr_dir}/cpu/sparcv8plus/libnspr_flt4.so" >> \
0N/A $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
0N/A%endif
0N/A/bin/chmod 644 $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
0N/A
0N/A%if %without_moz_nss_nspr
727N/A# create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
727N/A# to fix bug CR#6459752
727N/Aln -s ../mps/libnssckbi.so $RPM_BUILD_ROOT%{_ffdir}/libnssckbi.so
727N/A
727N/A# remove the empty directories
727N/A# cpu/sparcv8plus/libnspr_flt4.so is not packaged
727N/A# since we use system bundled version of nss/nspr
727N/A%ifarch sparc
727N/Armdir $RPM_BUILD_ROOT%{_libdir}/firefox/cpu/sparcv8plus
727N/Armdir $RPM_BUILD_ROOT%{_libdir}/firefox/cpu
727N/A%endif
727N/A%endif
727N/A
727N/A# install firefox.cfg
727N/Ainstall -c -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_ffdir}/firefox.cfg
727N/A
727N/A# remove local dictionary and share the one that delivered
727N/A# by myspell-dictionary
727N/Arm -f $RPM_BUILD_ROOT%{_ffdir}/dictionaries/en-US.dic
727N/Arm -f $RPM_BUILD_ROOT%{_ffdir}/dictionaries/en-US.aff
727N/Armdir $RPM_BUILD_ROOT%{_ffdir}/dictionaries
727N/A
727N/A%clean
727N/A/bin/rm -rf $RPM_BUILD_ROOT
727N/A
727N/A#########################################
727N/A## Package Post[Un] Install Section ##
727N/A#########################################
0N/A
727N/A%post
727N/A# run ldconfig before regxpcom
727N/A/sbin/ldconfig >/dev/null 2>/dev/null
727N/A
727N/A%postun
727N/A/sbin/ldconfig >/dev/null 2>/dev/null
727N/A
727N/A#####################################
727N/A## Package Files Section ##
727N/A#####################################
727N/A
727N/A%files
727N/A%defattr(-,root,root)
727N/A%dir %{_ffdir}
727N/A%{_ffdir}/*
727N/A%{_bindir}/firefox
727N/A%{_mandir}/man1/*
727N/A%{_datadir}/applications/%{name}.desktop
727N/A%{_datadir}/pixmaps/%{name}-icon.png
727N/A
727N/A%changelog
727N/A* Sat Dec 29 2007 - dave.lin@sun.com
727N/A- changed to use "make" instead of "make export" and "make libs"
727N/A* Thu Dec 27 2007 - dave.lin@sun.com
727N/A- move to 3.0 beta2
727N/A- set not building apoc adapter as default
727N/A* Mon Dec 03 2007 - dave.lin@sun.com
727N/A- bump to 2.0.0.11 for several regressions in 2.0.0.10
727N/A* Fir Nov 28 2007 - evan.yan@sun.com
727N/A- replace firefox-06-locale.diff with mozilla-09-locale.diff, to correct our way
727N/A of supporting multi-language
727N/A* Thu Nov 27 2007 - dave.lin@sun.com
727N/A- bump to 2.0.0.10 for several security bug fixes
727N/A* Fri Nov 11 2007 - brian.lu@sun.com
727N/A- Add firefox-15-remove-core-file-check.diff patch to remove core file checking
727N/A code in run-mozilla.sh. Fixes CR6589754.
727N/A* Fri Nov 02 2007 - dave.lin@sun.com
727N/A- bump to 2.0.0.9 to fix several regressions in previous release
727N/A* Mon Oct 22 2007 - dave.lin@sun.com
727N/A- bump to 2.0.0.8
727N/A* Sat Oct 20 2007 - laca@sun.com
727N/A- add indiana branding patch
727N/A* Fri Sep 28 2007 - laca@sun.com
727N/A- do not add developer guide bookmark when sun branding is not requested
727N/A* Wed Sep 19 2007 - dave.lin@sun.com
727N/A- bump to 2.0.0.7
727N/A* Fri Aug 03 2007 - dave.lin@sun.com
727N/A- bump to 2.0.0.6
727N/A* Mon Jul 23 2007 - dave.lin@sun.com
727N/A- bump to 2.0.0.5 and remove patch firefox-15-infinite-recursion.diff which
727N/A has been upstreamed in that release
0N/A* Thu Jun 21 2007 - damien.carbery@sun.com
727N/A- Add patch, mozilla-08-cairo-update.diff, to update the private copy of
0N/A cairo.h used in the build.
727N/A* Thu May 31 2007 - dave.lin@sun.com
0N/A- bump to 2.0.0.4
0N/A* Fri May 18 2007 - brian.lu@sun.com
0N/A- Firefox dumps core due to infinite recursion
0N/A* Mon Apr 30 2007 - dave.lin@sun.com
0N/A- remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
0N/A* Thu Apr 27 2007 - brian.lu@sun.com
0N/A- add patch to grey out "Check for Updates" in Firefox menu since it's not supported
0N/A* Thu Apr 12 2007 - dave.lin@sun.com
0N/A- disable update feature in Firefox menu since it's not supported
0N/A on Solaris so far(CR#6542910)
0N/A* Wed Apri 10 2007 - brian.lu@sun.com
0N/A- change the comments of Patch15 from type:upstream to type:bug state:upstream
0N/A* Wed Apri 04 2007 - brian.lu@sun.com
0N/A- # bugster: CR6331694 partly fixed, the patch has been upstreamed
0N/A* Wed Mar 21 2007 - dave.lin@sun.com
0N/A- bump to 2.0.0.3
727N/A* Tue Mar 20 2007 - dave.lin@sun.com
727N/A- fix bug CR#6521792
727N/A part1: add file ".autoreg" and add postinstall/postremove scripts in
727N/A SUNWfirefox-apoc-adapter
0N/A part2: add patch firefox-12-regenerate-compreg-file.diff
727N/A* Sat Mar 03 2007 - dave.lin@sun.com
727N/A- removed patch firefox-12-bookmark-drag-and-drop.diff which has been
727N/A upstreamed in 2.0.0.2
727N/A* Mon Feb 26 2007 - dave.lin@sun.com
727N/A- bump version to 2.0.0.2
727N/A* Mon Feb 12 2007 - damien.carbery@sun.com
727N/A- Add patch, 02-xpcom-mps.diff, to add '-I/usr/include/mps' to firefox-xpcom.pc
727N/A to allow totem to find prtypes.h (as nscore.h includes this).
727N/A* Mon Feb 05 2007 - brian.lu@sun.com
727N/A- fix bug CR6519241:bookmark drag and drop crash firefox
727N/A- bugzilla id 367203. The patch has been put into upstream
727N/A* Fri Jan 26 2007 - dave.lin@sun.com
727N/A- enable xinerama support to fix bug CR6507236
727N/A* Thu Jan 18 2007 - damien.carbery@sun.com
727N/A- Fix 'patch7 -p0' - change to -p1 and change patch file too.
727N/A* Wed Jan 17 2007 - damien.carbery@sun.com
727N/A- Remove unneeded patch, firefox-02-font_Xft.diff.
727N/A* Fri Jan 05 2007 - dave.lin@sun.com
727N/A- remove firefox-rebuild-databases and %preun since it's unnecessary for
727N/A Firefox 2.0
727N/A* Thu Dec 28 2006 - dave.lin@sun.com
727N/A- change the patch type to branding for some patches in patch comments
727N/A- bump version to 2.0.0.1
727N/A* Thu Dec 07 2006 - brian.lu@sun.com
727N/A- Add "solaris developer guide" to bookmark and default home page etc
727N/A* Wed Nov 29 2006 - damien.carbery@sun.com
727N/A- Correct path to sparcv8plus dir. Enclose code within '%ifarch sparc'.
727N/A* Tue Nov 28 2006 - dave.lin@sun.com
727N/A- add %if %with_apoc_adapter to conditinoally disable building apoc
727N/A adapter, default: build apoc adapter, use
727N/A --without-apoc-adapter to disable it
727N/A- remove empty firefox/cpu/sparcv8plus and firefox/cpu
727N/A* Mon Nov 27 2006 - dave.lin@sun.com
727N/A- enable apoc adapter(CR#6478680)
727N/A- move manpage related part in "%ifos linux" since SUNWfirefox.spec
727N/A would cover that on Solaris
727N/A* Fri Nov 17 2006 - dave.lin@sun.com
727N/A- add patch comments
727N/A* Wed Oct 25 2006 - dave.lin@sun.com
727N/A- bump verion to 2.0(official release)
727N/A* Fri Oct 20 2006 - dave.lin@sun.com
727N/A- bump version to 2.0rc3
0N/A* Mon Oct 09 2006 - dave.lin@sun.com
727N/A- bump version to 2.0rc2
727N/A* Thu Sep 07 2006 - dave.lin@sun.com
727N/A- add patch firefox-09-no-pkg-files.diff to remove patch checker scripts
727N/A since it's unnecessary to deliver them with the bundled version
0N/A- change the version 2.0bx to 2.0 to comply WOS integration rules
727N/A- re-organize the patch list
727N/A* Mon Sep 04 2006 - dave.lin@sun.com
727N/A- bump version to 2.0 beta 2
727N/A* Mon Aug 28 2006 - dave.lin@sun.com
727N/A- create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
727N/A to fix bug CR#6459752
727N/A* Tue Aug 08 2006 - dave.lin@sun.com
727N/A- bump version to 2.0b1
727N/A- remove the patch mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff,
727N/A firefox-03-yelp-hang.diff which have been fixed in 2.0b1
727N/A- change to xpinstall/packager to run make to make the binary tarball
727N/A* Tue Aug 08 2006 - dave.lin@sun.com
727N/A- fixed the preload list problem
727N/A* Thu Jul 27 2006 - damien.carbery@sun.com
727N/A- Remove 'aclocal' dir from %files as it is now empty.
727N/A* Wed Jul 26 2006 - matt.keenan@sun.com
727N/A- Remove firefox-10-gecko.m4.diff : yelp uses local copy now, and re-shuffled
727N/A the rest of the firefox-* patches to be in sequence.
727N/A* Fri Jul 07 2006 - dave.lin@sun.com
727N/A- add patch mozilla-07-no-ldlibpath.diff to remove the LD_LIBRARY_PATH in
0N/A the startup script
0N/A* Tue Jun 13 2006 - dave.lin@sun.com
0N/A- add patch firefox-15-no-nss-nspr.diff to let firefox use nss, nspr in
0N/A /usr/lib/mps required by ARC
0N/A- remove all nss, nspr header files in development package
0N/A* Mon Jun 12 2006 - dave.lin@sun.com
727N/A- add patch firefox-14-plugins.diff to add Mozilla plugins direcotry
0N/A (/usr/sfw/lib/mozilla/plugins) in Firefox plugin searching path(CR#6428445)
0N/A* Fri Jun 02 2006 - dave.lin@sun.com
0N/A- bump src version to 1.5.0.4
0N/A* Mon May 08 2006 - dave.lin@sun.com
0N/A- bump src version to 1.5.0.3
0N/A* Fri Apr 28 2006 - dave.lin@sun.com
0N/A- remove patch mozilla-06-skip-strip.diff, use another simple way to skip
0N/A strip instead, setting PKG_SKIP_STRIP=1
0N/A* Fri Apr 21 2006 - dave.lin@sun.com
0N/A- switch back to 1.5.0.2 since we're not get ARC approved yet
0N/A* Fri Apr 14 2006 - dave.lin@sun.com
0N/A- removed firefox-chrome-lang.txt per l10n team's request, firefox uses new
0N/A strategy to register chrome entries, so this file is useless
0N/A* Thu Apr 13 2006 - davelin@sun.com
0N/A- Changed the installation location from "/usr/sfw/lib" to "/usr/lib"
0N/A on Solaris
0N/A* Tue Apr 04 2006 - dave.lin@sun.com
0N/A- Bump version to 2.0 alpha1
0N/A- Remove Patch3,4,11 which have been upstreamed into this version
0N/A- Add patch mozilla-06-skip-strip.diff to make no stripped libraries
0N/A* Fri Mar 31 2006 - dave.lin@sun.com
0N/A- Add patch firefox-13-locale.diff to make firefox automatically
0N/A pick up locale setting from user environment and start up in
0N/A that locale
0N/A* Fri Feb 24 2006 - dave.lin@sun.com
0N/A- Add patch firefox-11-new-tab.diff to fix CR6368789
0N/A- Add patch firefox-12-preload.diff and extra source file
0N/A firefox-preload.list.in to enable firefox preload mechanism
0N/A- Remove useless file firefox-rebuild-databases since it's only
0N/A for Linux
0N/A- Remove useless sources and patch
0N/A* Thu Dec 15 2005 - dave.lin@sun.com
0N/A- Add patch firefox-09-yelp-hang.diff to fix yelp hang problem.
0N/A* Fri Dec 02 2005 - damien.carbery@sun.com
0N/A- Add Makefile.in patch to link fontconfig and Xft libraries.
0N/A- make from top directory to build nsIconChannel.o.
0N/A* Fri Dec 02 2005 - dave.lin@sun.com
0N/A- Bump tarball version to 1.5.
0N/A- Modify the configuration options
0N/A* Fri Nov 11 2005 - dave.lin@sun.com
0N/A- Bump tarball version to 1.5rc3.
0N/A* Fri Nov 11 2005 - halton.huo@sun.com
0N/A- Bump tarball version to 1.5rc2.
0N/A* Tue Nov 08 2005 - dave.lin@sun.com
0N/A- Bump tarball version to 1.5rc1
0N/A- Remove the patch mozilla-07-bz307041.diff since it's upstreamed in 1.5rc1
0N/A already
0N/A- Enable '--enalbe-timeline' in nightly builds
0N/A* Thu Nov 1 2005 - laca@sun.com
0N/A- change version to numeric and introduce %tarball_version
0N/A* Fri Oct 21 2005 - dave.lin@sun.com
0N/A- Update version from 1.5b1 to 1.5b2 and add patch 307041 from bugzilla
0N/A- Change configure option per Leo Sha from developer team
0N/A- Add nss header file in development package
0N/A* Mon Sep 26 2005 - <halton.huo@sun.com>
0N/A- Bump to 1.5b1.
0N/A- Move dir mozilla to firefox after tarball unpacking.
0N/A* Mon Sep 12 2005 - <laca@sun.com>
0N/A- get rid of %builddir as it would be different on Solaris
0N/A* Thu Sep 08 2005 - damien.carbery@sun.com
0N/A- Change BuildPrereq to BuildRequires, a format that build-gnome2 understands.
0N/A* Mon Sep 05 2005 - Dave Lin <dave.lin@sun.com>
0N/A- Add patches to remove the specific gtar options
0N/A- Set MOZ_PKG_FORMAT=BZ2 to keep consistent of tarball
0N/A format between linux and solaris
0N/A* Fri Sep 01 2005 - damien.carbery@sun.com
0N/A- Change gtar to tar; add two necessary mkdir's.
0N/A* Mon Aug 22 2005 Dave Lin <dave.lin@sun.com>
0N/A- initial version of the spec file created
727N/A