|
|
@@ -33,7 +33,7 @@ Class: EVAL
|
|
|
Group: Web
|
|
|
License: MPL
|
|
|
Version: 1.0.2
|
|
|
-Release: 20050422
|
|
|
+Release: 20050425
|
|
|
|
|
|
# package options
|
|
|
%option with_optimize yes
|
|
|
@@ -110,6 +110,11 @@ AutoReqProv: no
|
|
|
export MOZILLA_OFFICIAL BUILD_OFFICIAL
|
|
|
export MOZ_PHOENIX
|
|
|
|
|
|
+ # specify custom extensions, leaving out the broken 'typeaheadfind'
|
|
|
+ custext="cookie,wallet,content-packs,xml-rpc,xmlextras,help,p3p,pref"
|
|
|
+ custext="${custext},transformiix,venkman,inspector,irc,universalchardet"
|
|
|
+ custext="${custext},webservices,spellcheck,gnomevfs,negotiateauth"
|
|
|
+
|
|
|
# configure source
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
@@ -131,7 +136,7 @@ AutoReqProv: no
|
|
|
--with-system-zlib=%{l_prefix} \
|
|
|
--with-ft-prefix=%{l_prefix} \
|
|
|
--with-user-appdir=.firefox \
|
|
|
- --enable-extensions="cookie,wallet,content-packs,xml-rpc,xmlextras,help,p3p,pref,transformiix,venkman,inspector,irc,universalchardet,webservices,spellcheck,gnomevfs,negotiateauth" \
|
|
|
+ --enable-extensions="$custext" \
|
|
|
--enable-jsd \
|
|
|
--enable-crypto \
|
|
|
--enable-chrome-format=jar \
|