SPECS: mozilla-firefox.spec - copy from DEVEL

glen glen at pld-linux.org
Tue Dec 5 13:32:55 CET 2006


Author: glen                         Date: Tue Dec  5 12:32:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- copy from DEVEL

---- Files affected:
SPECS:
   mozilla-firefox.spec (1.159 -> 1.160) 

---- Diffs:

================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.159 SPECS/mozilla-firefox.spec:1.160
--- SPECS/mozilla-firefox.spec:1.159	Mon Nov 13 23:39:36 2006
+++ SPECS/mozilla-firefox.spec	Tue Dec  5 13:32:49 2006
@@ -1,15 +1,10 @@
 # $Revision$, $Date$
-#
 # TODO:
-# - with new gcc version (it is possible that)
-#   - -fvisibility=hiddenn and ac_cv_visibility_pragma=no can be removed
-# - with new firefox version (it is possible that)
-#   - -fno-strict-aliasing can be removed (needs to be tested carefuly,
-#      not to be fixed soon, imho)
 # - handle locales differently (runtime, since it's possible to do)
 # - see ftp://ftp.debian.org/debian/pool/main/m/mozilla-firefox/*diff*
-#   for hints how to make locales and other stuff like extensions working
-# - rpm upgrade is broken. First you need uninstall Firefox 1.0.x.
+#   for hints how to make locales
+# - make it more pld-like (bookmarks, default page etc..)
+# - add dictionaries outside of mozilla
 #
 # Conditional build:
 %bcond_with	tests	# enable tests (whatever they check)
@@ -18,22 +13,19 @@
 Summary:	Mozilla Firefox web browser
 Summary(pl):	Mozilla Firefox - przeglądarka WWW
 Name:		mozilla-firefox
-Version:	1.5.0.8
-Release:	1
+Version:	2.0
+Release:	2
 License:	MPL/LGPL
 Group:		X11/Applications/Networking
 Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
-# Source0-md5:	86f98df1586efb419225a2988a217951
+# Source0-md5:	03709c15cba0e0375ff5336d538f77e7
 Source1:	%{name}.desktop
 Source2:	%{name}.sh
-Patch0:		%{name}-nss.patch
 Patch1:		%{name}-lib_path.patch
-Patch2:		%{name}-nss-system-nspr.patch
 Patch3:		%{name}-nopangoxft.patch
-Patch4:		%{name}-name.patch
 Patch5:		%{name}-fonts.patch
-# UPDATE or DROP?
-#PatchX:	%{name}-searchplugins.patch
+# if ac rebuild is needed...
+#PatchX:		%{name}-ac.patch
 URL:		http://www.mozilla.org/projects/firefox/
 %{?with_gnome:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	automake
@@ -47,8 +39,8 @@
 BuildRequires:	libjpeg-devel >= 6b
 BuildRequires:	libpng-devel >= 1.2.7
 BuildRequires:	libstdc++-devel
-BuildRequires:	nspr-devel >= 1:4.6.1-2
-BuildRequires:	nss-devel >= 1:3.11.3
+BuildRequires:	nspr-devel >= 1:4.6.3
+BuildRequires:	nss-devel >= 1:3.11.3-3
 BuildRequires:	pango-devel >= 1:1.6.0
 BuildRequires:	perl-modules >= 5.004
 BuildRequires:	pkgconfig
@@ -59,17 +51,19 @@
 BuildRequires:	xorg-lib-libXt-devel
 BuildRequires:	zip
 BuildRequires:	zlib-devel >= 1.2.3
+Requires(post):	mktemp >= 1.5-18
 Requires:	%{name}-lang-resources = %{version}
-Requires:	nspr >= 1:4.6.1-2
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
+Requires:	nspr >= 1:4.6.3
 Requires:	nss >= 1:3.11.3
-Requires(post):	mktemp >= 1.5-18
 Provides:	wwwbrowser
 Obsoletes:	mozilla-firebird
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_firefoxdir	%{_libdir}/%{name}
 # mozilla and firefox provide their own versions
-%define		_noautoreqdep		libgkgfx.so libgtkembedmoz.so libgtkxtbin.so libjsj.so libmozjs.so libxpcom.so libxpcom_compat.so
+%define		_noautoreqdep		libgkgfx.so libgtkembedmoz.so libgtkxtbin.so libjsj.so libmozjs.so libxpcom.so libxpcom_compat.so libxpcom_core.so
+%define		_noautoprovfiles	%{_firefoxdir}/components
 
 %define		specflags	-fno-strict-aliasing
 
@@ -81,12 +75,22 @@
 Mozilla Firefox jest open sourcową przeglądarką sieci WWW, stworzoną z
 myślą o zgodności ze standardami, wydajnością i przenośnością.
 
+%package libs
+Summary:	Mozilla Firefox shared libraries
+Summary(pl):	Biblioteki współdzielone Mozilla Firefox
+Group:		Libraries
+Conflicts:	%{name} < 2.0-1.4
+
+%description libs
+Mozilla Firefox shared libraries.
+
 %package devel
 Summary:	Headers for developing programs that will use Mozilla Firefox
 Summary(pl):	Mozilla Firefox - pliki nagłówkowe
 Group:		X11/Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
-Requires:	nspr-devel >= 1:4.6.1-2
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
+Requires:	nspr-devel >= 1:4.6.3
+Requires:	nss-devel >= 1:3.11.3-3
 Obsoletes:	mozilla-devel
 
 %description devel
@@ -113,35 +117,28 @@
 %prep
 %setup -qc
 cd mozilla
-%patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 
 sed -i 's/\(-lgss\)\(\W\)/\1disable\2/' configure
 
+# use system
+#rm -rf mozilla/nsprpub mozilla/security/nss
+
 %build
 cd mozilla
-rm -f .mozconfig
-export CFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`"
-export CXXFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`"
+export CFLAGS="%{rpmcflags} $(%{_bindir}/pkg-config mozilla-nspr --cflags-only-I)"
+export CXXFLAGS="%{rpmcflags} $(%{_bindir}/pkg-config mozilla-nspr --cflags-only-I)"
 
 cp -f %{_datadir}/automake/config.* build/autoconf
 cp -f %{_datadir}/automake/config.* nsprpub/build/autoconf
 cp -f %{_datadir}/automake/config.* directory/c-sdk/config/autoconf
 
-LIBIDL_CONFIG="%{_bindir}/libIDL-config-2"; export LIBIDL_CONFIG
-
 cat << 'EOF' > .mozconfig
 . $topsrcdir/browser/config/mozconfig
 
-export BUILD_OFFICIAL=1
-export MOZILLA_OFFICIAL=1
-mk_add_options BUILD_OFFICIAL=1
-mk_add_options MOZILLA_OFFICIAL=1
-
+# Options for 'configure' (same as command-line options).
 ac_add_options --prefix=%{_prefix}
 ac_add_options --exec-prefix=%{_exec_prefix}
 ac_add_options --bindir=%{_bindir}
@@ -155,47 +152,43 @@
 ac_add_options --sharedstatedir=%{_sharedstatedir}
 ac_add_options --mandir=%{_mandir}
 ac_add_options --infodir=%{_infodir}
-ac_add_options --enable-optimize="%{rpmcflags}"
 %if %{?debug:1}0
+ac_add_options --disable-optimize
 ac_add_options --enable-debug
 ac_add_options --enable-debug-modules
+ac_add_options --enable-debugger-info-modules
+ac_add_options --enable-crash-on-assert
 %else
 ac_add_options --disable-debug
-ac_add_options --disable-debug-modules
+ac_add_options --disable-logging
+ac_add_options --enable-optimize="%{rpmcflags}"
 %endif
 %if %{with tests}
 ac_add_options --enable-tests
 %else
 ac_add_options --disable-tests
 %endif
-ac_add_options --disable-composer
-ac_add_options --disable-dtd-debug
+%if %{with gnome}
+ac_add_options --enable-gnomevfs
+ac_add_options --enable-gnomeui
+%else
+ac_add_options --disable-gnomevfs
+ac_add_options --disable-gnomeui
+%endif
 ac_add_options --disable-freetype2
 ac_add_options --disable-installer
-ac_add_options --disable-jsd
-ac_add_options --disable-ldap
-ac_add_options --disable-mailnews
-ac_add_options --disable-profilesharing
-ac_add_options --disable-xprint
-ac_add_options --enable-canvas
-ac_add_options --enable-crypto
+ac_add_options --disable-javaxpcom
+ac_add_options --disable-updater
 ac_add_options --enable-default-toolkit=gtk2
-ac_add_options --enable-mathml
-ac_add_options --enable-pango
-ac_add_options --enable-reorder
-ac_add_options --enable-single-profile
-ac_add_options --enable-strip
-ac_add_options --enable-strip-libs
-ac_add_options --enable-svg
 ac_add_options --enable-system-cairo
 ac_add_options --enable-xft
-ac_add_options --enable-xinerama
-ac_add_options --enable-xpctools
-ac_add_options --with-pthreads
-ac_add_options --with-system-jpeg
+ac_add_options --with-distribution-id=org.pld-linux
 ac_add_options --with-system-nspr
-ac_add_options --with-system-png
+ac_add_options --with-system-nss
 ac_add_options --with-system-zlib
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-png
+ac_add_options --with-default-mozilla-five-home=%{_firefoxdir}
 ac_cv_visibility_pragma=no
 EOF
 
@@ -207,54 +200,41 @@
 rm -rf $RPM_BUILD_ROOT
 cd mozilla
 install -d \
-	$RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}{,extensions}} \
+	$RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} \
 	$RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}} \
-	$RPM_BUILD_ROOT{%{_includedir}/%{name}/idl,%{_pkgconfigdir}}
-# extensions dir is needed (it can be empty)
-
-ln -s mozilla-firefox $RPM_BUILD_ROOT%{_bindir}/firefox
+	$RPM_BUILD_ROOT{%{_includedir},%{_pkgconfigdir}}
 
-%{__make} -C xpinstall/packager \
-	MOZ_PKG_APPNAME="mozilla-firefox" \
-	MOZILLA_BIN="\$(DIST)/bin/firefox-bin" \
-	EXCLUDE_NSPR_LIBS=1
+%{__make} -C xpinstall/packager stage-package \
+	MOZ_PKG_APPNAME=%{name} \
+	SIGN_NSS= \
+	PKG_SKIP_STRIP=1
 
+cp -a dist/%{name} $RPM_BUILD_ROOT%{_libdir}
 sed 's, at LIBDIR@,%{_libdir},' %{SOURCE2} > $RPM_BUILD_ROOT%{_bindir}/mozilla-firefox
+ln -s mozilla-firefox $RPM_BUILD_ROOT%{_bindir}/firefox
 
-tar -xvz -C $RPM_BUILD_ROOT%{_libdir} -f dist/mozilla-firefox-*linux*.tar.gz
-
-install other-licenses/branding/firefox/content/icon64.png $RPM_BUILD_ROOT%{_pixmapsdir}/mozilla-firefox.png
-#install -m0644 bookmarks.html $RPM_BUILD_ROOT%{_firefoxdir}/defaults/profile/
-#install -m0644 bookmarks.html $RPM_BUILD_ROOT%{_firefoxdir}/defaults/profile/US/
+install browser/base/branding/icon64.png $RPM_BUILD_ROOT%{_pixmapsdir}/mozilla-firefox.png
+#install -m644 bookmarks.html $RPM_BUILD_ROOT%{_firefoxdir}/defaults/profile/
+#install -m644 bookmarks.html $RPM_BUILD_ROOT%{_firefoxdir}/defaults/profile/US/
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
-rm -rf US classic comm embed-sample en-{US,mac,unix,win} modern pipnss pippki
-rm -f en-win.jar en-mac.jar embed-sample.jar modern.jar
-
 # header/developement files
-cp -rfL dist/include/*	$RPM_BUILD_ROOT%{_includedir}/%{name}
-cp -rfL dist/idl/*	$RPM_BUILD_ROOT%{_includedir}/%{name}/idl
-
+cp -rfL dist/include	$RPM_BUILD_ROOT%{_includedir}/%{name}
+cp -rfL dist/idl	$RPM_BUILD_ROOT%{_includedir}/%{name}
+ln -sf necko/nsIURI.h $RPM_BUILD_ROOT%{_includedir}/mozilla-firefox/nsIURI.h
 install dist/bin/regxpcom $RPM_BUILD_ROOT%{_bindir}
-install dist/bin/xpidl $RPM_BUILD_ROOT%{_bindir}
-install dist/bin/xpt_dump $RPM_BUILD_ROOT%{_bindir}
-install dist/bin/xpt_link $RPM_BUILD_ROOT%{_bindir}
-
-ln -sf %{_includedir}/mozilla-firefox/necko/nsIURI.h \
-	$RPM_BUILD_ROOT%{_includedir}/mozilla-firefox/nsIURI.h
-
-# CA certificates
-ln -s %{_libdir}/libnssckbi.so $RPM_BUILD_ROOT%{_firefoxdir}/libnssckbi.so
+mv $RPM_BUILD_ROOT{%{_firefoxdir},%{_bindir}}/xpidl
+mv $RPM_BUILD_ROOT{%{_firefoxdir},%{_bindir}}/xpt_dump
+mv $RPM_BUILD_ROOT{%{_firefoxdir},%{_bindir}}/xpt_link
 
 # pkgconfig files
-for f in build/unix/*.pc ; do
-        sed -e 's/firefox-%{version}/mozilla-firefox/' $f \
-	    > $RPM_BUILD_ROOT%{_pkgconfigdir}/$(basename $f)
+for f in build/unix/*.pc; do
+	sed -e 's/firefox-%{version}/mozilla-firefox/' $f > $RPM_BUILD_ROOT%{_pkgconfigdir}/${f##*/}
 done
 
 # already provided by standalone packages
-rm -f $RPM_BUILD_ROOT%{_pkgconfigdir}/firefox-{nss,nspr}.pc
+rm $RPM_BUILD_ROOT%{_pkgconfigdir}/firefox-{nss,nspr}.pc
 
 sed -i -e 's#firefox-nspr =.*#mozilla-nspr#g' -e 's#irefox-nss =.*#mozilla-nss#g' \
 	$RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
@@ -263,26 +243,24 @@
 sed -i -e '/Cflags:/{/{includedir}\/dom/!s,$, -I${includedir}/dom,}' \
 	$RPM_BUILD_ROOT%{_pkgconfigdir}/firefox-plugin.pc
 
-cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/firefox-chrome+xpcom-generate
+# files created by regxpcom and firefox -register
+touch $RPM_BUILD_ROOT%{_firefoxdir}/components/compreg.dat
+touch $RPM_BUILD_ROOT%{_firefoxdir}/components/xpti.dat
+
+cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/%{name}-chrome+xpcom-generate
 #!/bin/sh
 umask 022
-rm -f %{_firefoxdir}/chrome/{chrome.rdf,overlayinfo/*/*/*.rdf}
 rm -f %{_firefoxdir}/components/{compreg,xpti}.dat
-MOZILLA_FIVE_HOME=%{_firefoxdir}
-export MOZILLA_FIVE_HOME
 
-# PATH
-PATH=%{_firefoxdir}:$PATH
-export PATH
-
-# added /usr/lib : don't load your local library
-LD_LIBRARY_PATH=%{_firefoxdir}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
-export LD_LIBRARY_PATH
-
-unset TMPDIR TMP || :
+# it attempts to touch files in $HOME/.mozilla
+# beware if you run this with sudo!!!
 export HOME=$(mktemp -d)
-MOZILLA_FIVE_HOME=%{_firefoxdir} %{_firefoxdir}/regxpcom
-MOZILLA_FIVE_HOME=%{_firefoxdir} %{_firefoxdir}/firefox -register
+# also TMPDIR could be pointing to sudo user's homedir
+unset TMPDIR TMP || :
+
+LD_LIBRARY_PATH=%{_firefoxdir}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} %{_firefoxdir}/regxpcom
+%{_firefoxdir}/firefox -register
+
 rm -rf $HOME
 EOF
 
@@ -290,29 +268,14 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%{_sbindir}/firefox-chrome+xpcom-generate
-
-%postun
-if [ "$1" = "0" ]; then
-	rm -rf %{_firefoxdir}/chrome/overlayinfo
-	rm -f  %{_firefoxdir}/chrome/*.rdf
-	rm -rf %{_firefoxdir}/components
-	rm -rf %{_firefoxdir}/extensions
-fi
-
-%triggerpostun -- %{name} < 1.5
-%banner %{name} -e <<EOF
-NOTICE:
-If you have problem with upgrade from old mozilla-firefox 1.0.x,
-you should remove it first and reinstall %{name}-%{version}
-EOF
+%{_sbindir}/%{name}-chrome+xpcom-generate
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/mozilla*
+%attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_bindir}/firefox
-%attr(755,root,root) %{_sbindir}/*
-%dir %{_firefoxdir}
+%attr(755,root,root) %{_sbindir}/%{name}-chrome+xpcom-generate
+
 %{_firefoxdir}/res
 %dir %{_firefoxdir}/components
 %attr(755,root,root) %{_firefoxdir}/components/*.so
@@ -325,22 +288,20 @@
 %{_firefoxdir}/defaults
 %{_firefoxdir}/greprefs
 %dir %{_firefoxdir}/extensions
+%dir %{_firefoxdir}/dictionaries
 %dir %{_firefoxdir}/init.d
-%attr(755,root,root) %{_firefoxdir}/*.so
+%{_firefoxdir}/init.d/README
 %attr(755,root,root) %{_firefoxdir}/*.sh
 %attr(755,root,root) %{_firefoxdir}/m*
 %attr(755,root,root) %{_firefoxdir}/f*
-%attr(755,root,root) %{_firefoxdir}/reg*
+%attr(755,root,root) %{_firefoxdir}/regxpcom
 %attr(755,root,root) %{_firefoxdir}/x*
 %{_pixmapsdir}/*
-%{_desktopdir}/*.desktop
+%{_desktopdir}/*
 
 %dir %{_firefoxdir}/chrome
 %{_firefoxdir}/chrome/*.jar
 %{_firefoxdir}/chrome/*.manifest
-# -chat subpackage?
-#%{_firefoxdir}/chrome/chatzilla.jar
-#%{_firefoxdir}/chrome/content-packs.jar
 %dir %{_firefoxdir}/chrome/icons
 %{_firefoxdir}/chrome/icons/default
 
@@ -348,6 +309,27 @@
 %dir %{_firefoxdir}/extensions/inspector at mozilla.org
 %{_firefoxdir}/extensions/inspector at mozilla.org/*
 
+# the signature of the default theme
+%dir %{_firefoxdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
+%{_firefoxdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
+
+# browserconfig
+%{_firefoxdir}/browserconfig.properties
+
+%{_firefoxdir}/LICENSE
+%{_firefoxdir}/README.txt
+%{_firefoxdir}/chrome/chromelist.txt
+%{_firefoxdir}/dependentlibs.list
+
+# files created by regxpcom and firefox -register
+%ghost %{_firefoxdir}/components/compreg.dat
+%ghost %{_firefoxdir}/components/xpti.dat
+
+%files libs
+%defattr(644,root,root,755)
+%dir %{_firefoxdir}
+%attr(755,root,root) %{_firefoxdir}/*.so
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/regxpcom
@@ -361,6 +343,9 @@
 %defattr(644,root,root,755)
 %{_firefoxdir}/chrome/en-US.jar
 %{_firefoxdir}/chrome/en-US.manifest
+# probably should share these with all mozilla apps
+%{_firefoxdir}/dictionaries/en-US.aff
+%{_firefoxdir}/dictionaries/en-US.dic
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -368,239 +353,142 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.159  2006/11/13 22:39:36  qboosh
-- updated to 1.5.0.8 (fixes CVE-2006-5462 CVE-2006-5463 CVE-2006-5464 CVE-2006-5747 CVE-2006-5748)
-
-Revision 1.158  2006/11/07 22:29:01  glen
-- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
-
-Revision 1.157  2006/10/26 10:52:53  cieciwa
-- back to mozilla-firefox 1.5.0.7 - Firefox 2.0 is in branch DEVEL
-
-Revision 1.152  2006/09/26 19:47:16  glen
-- exact mktemp dep
-
-Revision 1.151  2006/09/16 09:15:00  qboosh
-- really updated to 1.5.0.7
-  (fixes CVE-2006-4253 CVE-2006-4565 CVE-2006-4566 CVE-2006-4567 CVE-2006-4340
-   CVE-2006-4568 CVE-2006-4569 CVE-2006-4571)
-- require nss 3.11.3 for CVE-2006-4340 fix
-
-Revision 1.150  2006/09/15 16:28:29  glen
-- merge from AC-branch:
-  - 1.5.0.7
-  - use separate builddir
-  - root owned ~/.mozilla fix when sudo is used (via poldek)
-
-Revision 1.149  2006/08/17 06:36:04  wiget
-- rel 2
-
-Revision 1.148  2006/08/03 07:32:49  hawk
-- updated to 1.5.0.6
-
-Revision 1.147  2006/07/27 17:08:40  paszczus
-- updated to 1.5.0.5 (Several security fixes)
-
-Revision 1.146  2006/07/26 08:19:39  havner
-- epoch in nss
-
-Revision 1.145  2006/07/25 05:51:04  havner
-- fonts patch
-- rel 3
-
-Revision 1.144  2006/07/08 12:41:01  aflinta
-- rebuild with libpng, release 2
-
-Revision 1.143  2006/06/09 08:03:16  qboosh
-- real xorg deps
-
-Revision 1.142  2006/06/04 20:01:24  pluto
-- restore explicit -fno-strict-aliasing.
-
-Revision 1.141  2006/06/04 17:22:42  qboosh
-- updated libpng,zlib BRs
-
-Revision 1.140  2006/06/03 15:59:49  qboosh
-- removed obsolete noautoprovfiles for nspr
-
-Revision 1.139  2006/06/02 16:44:07  adamg
-- updated to 1.5.0.4 (several security fixes)
-
-Revision 1.138  2006/05/11 09:27:46  pluto
-- -fno-strict-aliasing already exist in recent rpmc(xx)flags.
-
-Revision 1.137  2006/05/05 13:49:57  wrobell
-- ver. 1.5.0.3
-
-Revision 1.136  2006/04/23 00:12:11  glen
-- rdf and overlay info should be removed on postun not preun
-- one xpcom-generate is enough on upgrade (one from new version)
-
-Revision 1.135  2006/04/23 00:06:13  glen
-- move 1.0 upgrade message to trigger and correct english
-- 755 attr for plugin files, rel 2
-
-Revision 1.134  2006/04/17 16:07:18  wrobell
-- requirements for pkgconfig enabled nspr added
-
-Revision 1.133  2006/04/14 17:11:49  megabajt
-- updated to 1.5.0.2
-- removed pango-typo and dumpstack patches (already in sources)
-- BR: xorg-lib-libXt-devel
-
-Revision 1.132  2006/03/28 20:51:59  arekm
-- force disabled visibility
-
-Revision 1.131  2006/03/23 17:30:59  glen
-- fix some drunken commit
-
-Revision 1.130  2006/03/23 17:17:51  wolvverine
-- add symlink /usr/bin/firefox
-
-Revision 1.129  2006/03/17 12:48:35  baggins
-- release 3
-- dom-inspector is back
-
-Revision 1.128  2006/03/17 10:10:42  baggins
-- if you want to use compiler specific options, don't use them unconditionally
-  removed visibility-hidden
-
-Revision 1.127  2006/03/04 16:21:18  qboosh
-- cleanup (no system libs installed now)
-
-Revision 1.126  2006/03/03 20:03:42  wrobell
-- few fixes to build with gcc 4.1 (still fails)
-
-Revision 1.125  2006/03/01 13:05:12  qboosh
-- obsolete installed-chrome.txt cleanup
-
-Revision 1.124  2006/02/26 22:07:34  sparky
-- buildtime libdir check for wrapper script (now 32bit version will work on amd64)
-
-Revision 1.123  2006/02/05 11:42:46  arekm
-- rel 2
+Revision 1.160  2006/12/05 12:32:49  glen
+- copy from DEVEL
 
-Revision 1.122  2006/02/04 14:51:22  qboosh
-- require nspr/nss in versions >= included
+Revision 1.95.2.62  2006/11/26 11:34:43  glen
+- -libs split
 
-Revision 1.121  2006/02/04 09:50:24  paszczus
-- adaptarized, sorted BRs, cleanup
+Revision 1.95.2.61  2006/11/22 18:40:58  patrys
+- no icon branding
 
-Revision 1.120  2006/02/02 18:00:11  qboosh
-- desc cosmetics
+Revision 1.95.2.60  2006/11/22 18:17:04  glen
+- remove unfinished libs check
 
-Revision 1.119  2006/02/02 16:58:44  spider
-- unify premable
+Revision 1.95.2.59  2006/11/22 18:04:44  glen
+- package extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} otherwise the
+  default theme won't show up in the selector. thx patrys.
 
-Revision 1.118  2006/02/02 15:55:00  blekot
-- starting playing with FF 1.5.0.1, nfy
-- updated md5
-- dropped patch100 (included in sources)
-- Source0 changed from http to ftp (http isn't working correctly now). Maybe mirror is not synced yet)
+Revision 1.95.2.58  2006/11/22 13:01:06  patrys
+- builds and works as expected on x86 and x86_64
+- rel 1
+- please stop adding configure options if you have no idea what they do
 
-Revision 1.117  2006/01/26 09:18:46  ankry
-- P: wwwbrowser (for future use)
+Revision 1.95.2.57  2006/11/22 08:47:05  patrys
+- patch4 is illegal if official branding is off
 
-Revision 1.116  2006/01/19 17:38:41  blekot
-- mozilla-firefox-lang.patch seems to do nothing. removed
+Revision 1.95.2.56  2006/11/21 23:10:15  patrys
+- further cuts of unneeded options
+- same bug remains
 
-Revision 1.115  2006/01/19 16:59:15  adamg
-- appply patch for bug #305970
+Revision 1.95.2.55  2006/11/21 17:49:19  patrys
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.159&r2=1.160&f=u



More information about the pld-cvs-commit mailing list