SPECS: mozilla-firefox.spec - merged from devel - rel 3

blekot blekot at pld-linux.org
Wed Jan 18 20:48:16 CET 2006


Author: blekot                       Date: Wed Jan 18 19:48:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged from devel
- rel 3

---- Files affected:
SPECS:
   mozilla-firefox.spec (1.112 -> 1.113) 

---- Diffs:

================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.112 SPECS/mozilla-firefox.spec:1.113
--- SPECS/mozilla-firefox.spec:1.112	Tue Oct 18 20:19:12 2005
+++ SPECS/mozilla-firefox.spec	Wed Jan 18 20:48:11 2006
@@ -1,88 +1,58 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - review building options (like disable-mailnews and disable-composer,
-#   these are not meant for firefox)
 # - 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
-# - unpackaged files check
-#   /usr/lib/mozilla-firefox/LICENSE
-#   ^- officially packaged, probably not for PLD
-#   /usr/lib/mozilla-firefox/README.txt
-#   ^- officially packaged
-#   /usr/lib/mozilla-firefox/browserconfig.properties
-#   ^- officially packaged
-#   /usr/lib/mozilla-firefox/chrome/chatzilla.jar
-#   ^- chatzilla to be disabled
-#   /usr/lib/mozilla-firefox/chrome/chromelist.txt
-#   ^- officially packaged
-#   /usr/lib/mozilla-firefox/chrome/content-packs.jar
-#   ^- no sign of this file
-#   /usr/lib/mozilla-firefox/chrome/embed-sample.jar
-#   ^- officially packaged
-#   /usr/lib/mozilla-firefox/components/myspell/en-US.aff
-#   ^- myspell to be disabled
-#   /usr/lib/mozilla-firefox/components/myspell/en-US.dic
-#   ^- as above
-#   /usr/lib/mozilla-firefox/init.d/README
-#   ^- officially packaged but not needed
-#
+# - rpm upgrade is broken. First you need uninstall Firefox 1.0.x. 
 # Conditional build:
 %bcond_with	tests	# enable tests (whatever they check)
-%bcond_without	ft218	# compile with freetype < 2.1.8
+%bcond_without	gnome	# disable all GNOME components (gnomevfs, gnome, gnomeui)
 #
 Summary:	Mozilla Firefox web browser
 Summary(pl):	Mozilla Firefox - przeglądarka WWW
 Name:		mozilla-firefox
-Version:	1.0.7
+Version:	1.5
 Release:	3
 License:	MPL/LGPL
 Group:		X11/Applications/Networking
 Source0:	http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
-# Source0-md5:	5704a8c36de84b408e069afb0c5bc1df
+# Source0-md5:	fa915ddcadecda30ed3e13694f26a779
 Source1:	%{name}.desktop
 Source2:	%{name}.sh
-Patch0:		%{name}-alpha-gcc3.patch
-Patch1:		%{name}-gfx.patch
-Patch2:		%{name}-nss.patch
-Patch3:		%{name}-lib_path.patch
-Patch4:		%{name}-freetype.patch
-Patch5:		%{name}-searchplugins.patch
-Patch6:		%{name}-gcc-bugs.patch
+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}-lang.patch
+# UPDATE or DROP?
+#PatchX:		%{name}-searchplugins.patch
 URL:		http://www.mozilla.org/projects/firefox/
+%{?with_gnome:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	automake
-%if %{with ft218}
-BuildRequires:	freetype-devel >= 1:2.1.9
-%else
-BuildRequires:	freetype-devel >= 2.1.3
-BuildRequires:	freetype-devel < 1:2.1.8
-BuildConflicts:	freetype-devel = 2.1.8
-%endif
-BuildRequires:	gnome-vfs2-devel
-BuildRequires:	libgnome-devel >= 2.0
-BuildRequires:	GConf2-devel
+BuildRequires:	cairo-devel >= 1.0.0
 BuildRequires:	gtk+2-devel >= 1:2.0.0
-BuildRequires:	heimdal-devel >= 0.7
+BuildRequires:	heimdal-devel >= 0.7.1
+%{?with_gnome:BuildRequires:	gnome-vfs2-devel >= 2.0}
 BuildRequires:	libIDL-devel >= 0.8.0
+%{?with_gnome:BuildRequires:	libgnome-devel >= 2.0}
+%{?with_gnome:BuildRequires:	libgnomeui-devel >= 2.2.0}
 BuildRequires:	libjpeg-devel >= 6b
 BuildRequires:	libpng-devel >= 1.2.0
 BuildRequires:	libstdc++-devel
 BuildRequires:	nspr-devel >= 1:4.6-0.20041030.1
 BuildRequires:	nss-devel >= 3.8
-BuildRequires:	pango-devel >= 1:1.1.0
-BuildRequires:	perl-modules
+BuildRequires:	pango-devel >= 1:1.6.0
+BuildRequires:	perl-modules >= 5.004
 BuildRequires:	pkgconfig
 BuildRequires:	zip
 Requires:	%{name}-lang-resources = %{version}
-%if %{with ft218}
-Requires:	freetype >= 1:2.1.3
-%else
-Requires:	freetype >= 2.1.3
-Conflicts:	freetype = 2.1.8
-%endif
 Requires:	nspr >= 1:4.6-0.20041030.1
 Requires:	nss >= 3.8
+# for /etc/ld.so.conf.d
+Requires:	glibc >= 6:2.3.5-7.6
+Requires(post,postun):	/sbin/ldconfig
 Obsoletes:	mozilla-firebird
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -129,19 +99,16 @@
 Anglojęzyczne zasoby dla Mozilla-FireFox
 
 %prep
-%setup -q -c
-cd mozilla
+%setup -q -n mozilla
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%{?with_ft218:%patch4 -p1}
-%patch5 -p0
-%patch6 -p0
+%patch4 -p1
+%patch5 -p1
 sed -i 's/\(-lgss\)\(\W\)/\1disable\2/' configure
 
 %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`"
@@ -195,13 +162,17 @@
 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 --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
@@ -218,11 +189,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd mozilla
 install -d \
-	$RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} \
+	$RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}{,extensions}} \
 	$RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}} \
 	$RPM_BUILD_ROOT{%{_includedir}/%{name}/idl,%{_pkgconfigdir}}
+# extensions dir is needed (it can be empty)
 	
 %{__make} -C xpinstall/packager \
 	MOZ_PKG_APPNAME="mozilla-firefox" \
@@ -231,16 +202,16 @@
 
 install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/mozilla-firefox
 
-tar -xvz -C $RPM_BUILD_ROOT%{_libdir} -f dist/mozilla-firefox-*-linux-gnu.tar.gz
+tar -xvz -C $RPM_BUILD_ROOT%{_libdir} -f dist/mozilla-firefox-*linux*.tar.gz
 
-install other-licenses/branding/firefox/content/icon32.png $RPM_BUILD_ROOT%{_pixmapsdir}/mozilla-firefox.png
+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 %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
-grep locale $RPM_BUILD_ROOT%{_firefoxdir}/chrome/installed-chrome.txt > $RPM_BUILD_ROOT%{_firefoxdir}/chrome/%{name}-en-US-installed-chrome.txt
-grep -v locale $RPM_BUILD_ROOT%{_firefoxdir}/chrome/installed-chrome.txt > $RPM_BUILD_ROOT%{_firefoxdir}/chrome/%{name}-misc-installed-chrome.txt
+#grep locale $RPM_BUILD_ROOT%{_firefoxdir}/chrome/installed-chrome.txt > $RPM_BUILD_ROOT%{_firefoxdir}/chrome/%{name}-en-US-installed-chrome.txt
+#grep -v locale $RPM_BUILD_ROOT%{_firefoxdir}/chrome/installed-chrome.txt > $RPM_BUILD_ROOT%{_firefoxdir}/chrome/%{name}-misc-installed-chrome.txt
 
 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
@@ -249,7 +220,6 @@
 cp -rfL dist/include/*	$RPM_BUILD_ROOT%{_includedir}/%{name}
 cp -rfL dist/idl/*	$RPM_BUILD_ROOT%{_includedir}/%{name}/idl
 
-install dist/bin/regchrome $RPM_BUILD_ROOT%{_bindir}
 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}
@@ -280,7 +250,8 @@
 cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/firefox-chrome+xpcom-generate
 #!/bin/sh
 umask 022
-cat %{_firefoxdir}/chrome/*-installed-chrome.txt > %{_firefoxdir}/chrome/installed-chrome.txt
+#There is no such files (*-installed-chrome.txt). IMO obsolete.
+#cat %{_firefoxdir}/chrome/*-installed-chrome.txt > %{_firefoxdir}/chrome/installed-chrome.txt
 rm -f %{_firefoxdir}/chrome/{chrome.rdf,overlayinfo/*/*/*.rdf}
 rm -f %{_firefoxdir}/components/{compreg,xpti}.dat
 MOZILLA_FIVE_HOME=%{_firefoxdir}
@@ -295,18 +266,28 @@
 export LD_LIBRARY_PATH
 
 unset TMPDIR TMP || :
-%{_firefoxdir}/regxpcom
-%{_firefoxdir}/regchrome
-%{_firefoxdir}/firefox -register
+MOZILLA_FIVE_HOME=%{_firefoxdir} %{_firefoxdir}/regxpcom
+MOZILLA_FIVE_HOME=%{_firefoxdir} %{_firefoxdir}/firefox -register
 EOF
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 %{_sbindir}/firefox-chrome+xpcom-generate
+%banner %{name} -e <<EOF
+###################################################################
+#                                                                 #
+# NOTICE:                                                         #
+# If you have problem with upgrade old mozilla-firefox 1.0.x, you #
+# should remove it first.                                         #
+#                                                                 #
+###################################################################
+EOF
 
 %postun
+/sbin/ldconfig
 if [ "$1" != "0" ]; then
 	%{_sbindir}/firefox-chrome+xpcom-generate
 fi
@@ -319,13 +300,13 @@
 	rm -rf %{_firefoxdir}/extensions
 fi
 
-%post lang-en
-umask 022
-cat %{_firefoxdir}/chrome/*-installed-chrome.txt >%{_firefoxdir}/chrome/installed-chrome.txt
-
-%postun lang-en
-umask 022
-cat %{_firefoxdir}/chrome/*-installed-chrome.txt >%{_firefoxdir}/chrome/installed-chrome.txt
+#%post lang-en
+#umask 022
+#cat %{_firefoxdir}/chrome/*-installed-chrome.txt >%{_firefoxdir}/chrome/installed-chrome.txt
+
+#%postun lang-en
+#umask 022
+#cat %{_firefoxdir}/chrome/*-installed-chrome.txt >%{_firefoxdir}/chrome/installed-chrome.txt
 
 %files
 %defattr(644,root,root,755)
@@ -342,6 +323,7 @@
 %{_firefoxdir}/icons
 %{_firefoxdir}/defaults
 %{_firefoxdir}/greprefs
+%dir %{_firefoxdir}/extensions
 %dir %{_firefoxdir}/init.d
 %attr(755,root,root) %{_firefoxdir}/*.so
 %attr(755,root,root) %{_firefoxdir}/*.sh
@@ -349,35 +331,23 @@
 %attr(755,root,root) %{_firefoxdir}/f*
 %attr(755,root,root) %{_firefoxdir}/reg*
 %attr(755,root,root) %{_firefoxdir}/x*
-%attr(755,root,root) %{_firefoxdir}/T*
-%ifarch %{ix86}
-%attr(755,root,root) %{_firefoxdir}/elf-dynstr-gc
-%endif
-%{_firefoxdir}/bloaturls.txt
 %{_pixmapsdir}/*
 %{_desktopdir}/*
 
 %dir %{_firefoxdir}/chrome
-%{_firefoxdir}/chrome/browser.jar
+%{_firefoxdir}/chrome/*.jar
+%{_firefoxdir}/chrome/*.manifest
 # -chat subpackage?
 #%{_firefoxdir}/chrome/chatzilla.jar
-%{_firefoxdir}/chrome/classic.jar
-%{_firefoxdir}/chrome/comm.jar
 #%{_firefoxdir}/chrome/content-packs.jar
-%{_firefoxdir}/chrome/help.jar
 # -dom-inspector subpackage?
-%{_firefoxdir}/chrome/inspector.jar
-%{_firefoxdir}/chrome/modern.jar
-%{_firefoxdir}/chrome/pip*.jar
-%{_firefoxdir}/chrome/toolkit.jar
-%{_firefoxdir}/chrome/mozilla-firefox-misc-installed-chrome.txt
-%ghost %{_firefoxdir}/chrome/installed-chrome.txt
+#%{_firefoxdir}/chrome/inspector.jar
+#%{_firefoxdir}/chrome/mozilla-firefox-misc-installed-chrome.txt
 %dir %{_firefoxdir}/chrome/icons
 %{_firefoxdir}/chrome/icons/default
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/regchrome
 %attr(755,root,root) %{_bindir}/regxpcom
 %attr(755,root,root) %{_bindir}/xpidl
 %attr(755,root,root) %{_bindir}/xpt_dump
@@ -388,7 +358,8 @@
 %files lang-en
 %defattr(644,root,root,755)
 %{_firefoxdir}/chrome/en-US.jar
-%{_firefoxdir}/chrome/mozilla-firefox-en-US-installed-chrome.txt
+%{_firefoxdir}/chrome/en-US.manifest
+#%{_firefoxdir}/chrome/mozilla-firefox-en-US-installed-chrome.txt
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -396,429 +367,96 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.112  2005/10/18 18:19:12  patrys
-- sorted build options
-- rel. up to 3
-- STBR
-
-Revision 1.111  2005/10/18 16:24:15  arekm
-- enable xft, disable freetype (follow official builds), disable native-uconv (caused segfaults). By Jan Palus.
-
-Revision 1.110  2005/10/18 16:15:19  qboosh
-- mark installed-chrome.txt as ghost
-
-Revision 1.109  2005/10/15 16:19:55  arekm
-- rel 2.1
-
-Revision 1.108  2005/10/06 17:05:47  patrys
-- disabled xft support
-
-Revision 1.107  2005/10/06 16:56:37  patrys
-- more TODO
-
-Revision 1.106  2005/10/06 16:24:06  patrys
-- updated TODO
-- our firefox suffers from some memory corruption bug, sometimes pages load as crap
-
-Revision 1.105  2005/09/27 18:07:06  arekm
-- rel 2; pass bindir/libdir/datadir/etc macros
-
-Revision 1.104  2005/09/24 09:14:19  arekm
-- rel 1
-
-Revision 1.103  2005/09/22 10:34:17  glen
-- make -j1 for configure stage
-
-Revision 1.102  2005/09/22 10:06:28  arekm
-- BR gnomevfs2-devel
-
-Revision 1.101  2005/09/21 21:20:00  arekm
-- debug flags fixed
-
-Revision 1.100  2005/09/21 21:16:35  arekm
-- typos fixed
-
-Revision 1.99  2005/09/21 21:10:52  arekm
-- play with official firefox build method
-
-Revision 1.98  2005/09/21 20:16:18  arekm
-- up to 1.0.7
-
-Revision 1.97  2005/09/21 10:15:09  glen
-- CAN-2005-2871; rel 4
-
-Revision 1.96  2005/09/10 08:46:04  radek
-- release 3: --enable-extensions=default, all doesn't seem work properly
-
-Revision 1.95  2005/09/07 19:55:15  arekm
-- enable all extensions
-
-Revision 1.94  2005/09/06 16:26:07  glen
-- rel 2 for designMode=on (yee!); STBR
-
-Revision 1.93  2005/09/06 07:15:22  aredridel
-- enable designMode property, as official builds do
-
-Revision 1.92  2005/08/13 13:45:13  qboosh
-- sorted BRs
-
-Revision 1.91  2005/07/20 14:11:08  arekm
-- 1.0.6
-
-Revision 1.90  2005/07/13 18:41:54  arekm
-- up to 1.0.5
-
-Revision 1.89  2005/07/12 16:31:53  arekm
-- rel++
-
-Revision 1.88  2005/07/12 13:38:23  arekm
-- freetype bcond reverted, now freetype >= 2.1.8 is by default
-
-Revision 1.87  2005/07/11 21:29:56  arekm
-- rel 7; added gcc bugs workaround
-
-Revision 1.86  2005/07/09 10:49:10  arekm
-- searchplugins fixed
-
-Revision 1.85  2005/07/07 12:37:53  radek
-- added -searchplugins.patch
-
-Revision 1.84  2005/07/06 19:39:39  arekm
-- br heimdal >= 0.7
-
-Revision 1.83  2005/06/26 11:00:51  radek
-- release 4: default set of CA certificates (ln libnssckdbi.so)
-
-Revision 1.82  2005/06/20 22:07:21  glen
-- mozilla-firefox.sh already handles lib64, remove sed edit
-
-Revision 1.81  2005/05/30 21:08:21  freetz
-- O: mozilla-devel, rel.3
-
-Revision 1.80  2005/05/18 18:26:54  freetz
-- nsIURI.h is expected in main include dir (symlink added)
-  rel. 2.9 (tested with epiphany and galeon) TODO: xpidl conflicts
-
-Revision 1.79  2005/05/15 14:34:07  freetz
-- started work on developement package (mostly based on mozilla.spec)
-  rel. 2.1
-
-Revision 1.78  2005/05/13 22:05:03  glen
-- rel 2; STBR
-
-Revision 1.77  2005/05/13 20:00:29  glen
-- unset TMPDIR and TMP before calling regchrome, to allow package install with sudo work:
-  May 13 22:43:48 maki gconfd (root-5167): starting (version 2.10.0), pid 5167 user 'root'
-  May 13 22:43:48 maki gconfd (root-5167): Owner of /home/users/glen/tmp/orbit-root is not the current user
-  May 13 22:43:48 maki gconfd (root-5167): Owner of /home/users/glen/tmp/gconfd-root is not the current user
-  May 13 22:43:48 maki gconfd (root-5167): Failed to get lock for daemon, exiting: Directory /home/users/glen/tmp/gconfd-root has a problem, gconfd can't use it
-
-Revision 1.76  2005/05/13 19:56:02  glen
-- don't expand $PATH and $LD_LIBRARY_PATH at compile time for firefox-chrome+xpcom-generate
-
-Revision 1.75  2005/05/12 22:31:31  adamg
-- updated to 1.0.4 (security fixes: CAN-2005-1476, CAN-2005-1477)
-
-Revision 1.74  2005/05/10 09:21:51  glen
-- TODO security
-
-Revision 1.73  2005/05/07 05:57:47  adamg
-- link against heimdal, not shishi (patch from Mariusz Kryński mrk (at) sed.pl)
-
-Revision 1.72  2005/04/16 11:28:34  qboosh
-- removed obsolete todo item
-
-Revision 1.71  2005/04/16 10:37:22  jack
-- updated to 1.0.3 (it builds and even works! ;) )
-
-Revision 1.70  2005/04/08 21:05:04  adamg
-- dropped security note (fixed in 1.0 Preview Release)
-
-Revision 1.69  2005/03/23 22:43:47  arekm
-- up to 1.0.2
-
-Revision 1.68  2005/03/14 23:17:16  arekm
-- it works well withj 2.1.9 even if compiled with 2.1.7
-
-Revision 1.67  2005/02/26 01:12:56  charles
-- BR perl(Time::localtime) -> perl-modules (package!)
-
-Revision 1.66  2005/02/26 00:40:49  charles
-- BR: pkgconfig
-
-Revision 1.65  2005/02/25 16:28:49  arekm
-- rel 1
+Revision 1.113  2006/01/18 19:48:11  blekot
+- merged from devel
+- rel 3
 
-Revision 1.64  2005/02/25 07:53:06  arekm
-test 1.0.1
+Revision 1.95.2.25  2006/01/17 16:13:43  adamg
+- enable canvas and svg
 
-Revision 1.63  2005/02/24 20:02:11  arekm
-- including firefox-chrome+xpcom-generate sounds as good idea
+Revision 1.95.2.24  2006/01/16 17:43:35  paszczus
+- rel 2.5 ; testing if pl language works...
 
-Revision 1.62  2005/02/24 18:51:37  qboosh
-- create chrome/xpcom/etc regeneration script (like in mozilla; !tested yet)
+Revision 1.95.2.23  2006/01/16 15:32:09  blekot
+- added lang.patch
 
-Revision 1.61  2005/02/24 18:05:54  arekm
-- 2.1 for now, still some issues
+Revision 1.95.2.22  2006/01/15 20:15:07  blekot
+- readded heimdal (thx. Mariusz Krynski)
 
-Revision 1.60  2005/02/24 15:48:32  arekm
-- inspector is back; rel 3 (Kacper Kornet)
+Revision 1.95.2.21  2006/01/15 18:59:34  paszczus
+- added mozilla-firefox-name.patch which change names from Deer Park to Mozilla Firefox
+- release 2.4
 
-Revision 1.59  2005/02/19 16:30:19  jack
-- added runtime language support, rel. 2
-- STBR
+Revision 1.95.2.20  2006/01/15 15:07:34  blekot
+- proper way of linking libraries (mozilla suite and firefox works together)
 
-Revision 1.58  2005/02/19 12:33:41  aflinta
-- added fixes suggested by Kacper Kornet, build and works for me, release 1.1
+Revision 1.95.2.19  2006/01/15 12:48:15  blekot
+- rel 2.2 (ready for testing)
+- cosmetics, shorten log, cosmetics
+- banner added
+- STBR/test
 
-Revision 1.57  2005/02/14 22:49:57  qboosh
-- missing dir
+Revision 1.95.2.18  2006/01/15 11:36:14  blekot
+- shorten TODO
+- starting playing to integer release
 
-Revision 1.56  2004/12/24 21:11:38  hawk
-- works for me, release 1
+Revision 1.95.2.17  2006/01/15 00:29:50  blekot
+- builds and works fine
+- %post lang-en is broken (there is no such file *-installed-chrome.txt)
 
-Revision 1.55  2004/12/24 13:43:39  hawk
-- nspr patch seems obsolete, but gfx patch is needed
-- builds, not tested yet
-
-Revision 1.54  2004/12/23 23:33:50  hawk
-- make it build with system nspr again, not tested yet
-
-Revision 1.53  2004/12/16 09:59:20  djrzulf
-- missed BR,
-
-Revision 1.52  2004/12/13 11:14:07  kosmo
-- added missing BR: perl(Time::localtime)
-
-Revision 1.51  2004/12/01 01:11:21  undefine
-- fix for arch with lib64
-
-Revision 1.50  2004/11/27 18:52:08  saq
-- massive attack: add missing gtk+2-devel epoch in BR
-
-Revision 1.49  2004/11/09 15:51:51  aflinta
-- up to full version 1.0, needs testing
-
-Revision 1.48  2004/10/28 08:06:36  arekm
-- no en.jar?
-
-Revision 1.47  2004/10/28 01:00:20  arekm
-- 1.0rc1
-
-Revision 1.46  2004/10/24 12:12:14  paladine
-- www->WWW
-
-Revision 1.45  2004/10/12 11:22:10  maho
-- added libnspr4.so,libplc4.so and libplds4.so to noaptoprovfiles
-- fixed typo in %files
-
-Revision 1.44  2004/10/12 06:43:34  hawk
-- typo
-
-Revision 1.43  2004/10/12 06:35:19  hawk
-- more cosmetics
-
-Revision 1.42  2004/10/12 06:31:59  hawk
-- src.rpm contents should not depend on bconds
-- cosmetics
-
-Revision 1.41  2004/10/11 20:17:47  maho
-- added ft218 bcond to avoid crashes on some pages
-- added nice wrapper to run firefox
-- removed unused nspr patches
-- added default.xpm icon to %files
-- libnspr4.so to noautoreqdep
-
-Revision 1.40  2004/10/11 10:44:16  hawk
-- updated to 0.10.1, build, not tested
-
-Revision 1.39  2004/10/10 23:54:29  maho
-- few env variables before configure makes firefox working
-- /usr/bin/mozilla-firefox
-
-Revision 1.38  2004/10/10 22:08:00  maho
-- don't use system nspr
-- builds but NFY!
-
<<Diff was trimmed, longer than 597 lines>>

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



More information about the pld-cvs-commit mailing list