OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Mar-2005 13:53:59
Branch: HEAD Handle: 2005032412535900
Modified files:
openpkg-src/mozilla mozilla.spec
Log:
synchronize with firefox package
Summary:
Revision Changes Path
1.102 +7 -5 openpkg-src/mozilla/mozilla.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.spec
============================================================================
$ cvs diff -u -r1.101 -r1.102 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 24 Mar 2005 11:19:30 -0000 1.101
+++ openpkg-src/mozilla/mozilla.spec 24 Mar 2005 12:53:59 -0000 1.102
@@ -33,7 +33,7 @@
Group: Web
License: MPL
Version: 1.7.6
-Release: 20050323
+Release: 20050324
# package options
%option with_optimize yes
@@ -112,15 +112,17 @@
GTK_CONFIG="%{l_prefix}/bin/gtk-config"
LIBIDL_CONFIG="%{l_prefix}/bin/libIDL-config"
PERL="%{l_prefix}/bin/perl"
- MOZ_INTERNAL_LIBART_LGPL=1
+ MOZILLA_OFFICIAL=1
+ BUILD_OFFICIAL=1
export CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
export GLIB_CONFIG GTK_CONFIG LIBIDL_CONFIG
- export MOZ_INTERNAL_LIBART_LGPL
+ export MOZILLA_OFFICIAL BUILD_OFFICIAL
# configure source
./configure \
--prefix=%{l_prefix} \
--libdir=%{l_prefix}/lib/mozilla \
+ --with-default-mozilla-five-home=%{l_prefix}/lib/mozilla \
--includedir=%{l_prefix}/include/mozilla \
--with-x \
--x-includes=`%{l_rc} --query x11_incdir` \
@@ -188,7 +190,7 @@
./regchrome || true
touch chrome/user-skins.rdf chrome/user-locales.rdf
- # readjust paths to reflect final location
+ # re-adjust paths to reflect final location
%{l_shtool} subst \
-e "s;`pwd`;%{l_prefix}/lib/mozilla;" \
components/xpti.dat components/compreg.dat
@@ -198,7 +200,7 @@
rm -f mozilla-config mkdepend nsinstall bloaturls.txt TestGtk* LICENSE
README
rm -rf res/samples
- # work around runtime startup problems
+ # workaround run-time startup problems
mkdir .autoreg >/dev/null 2>&1 || true
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]