SPECS (AC-branch): galeon.spec - specify which mozilla to use, aut...
hawk
hawk at pld-linux.org
Wed Jan 3 17:47:41 CET 2007
Author: hawk Date: Wed Jan 3 16:47:41 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- specify which mozilla to use, autodetection always choose firefox if
few mozilla devel packages co-exist in system
---- Files affected:
SPECS:
galeon.spec (1.251.2.2 -> 1.251.2.3)
---- Diffs:
================================================================
Index: SPECS/galeon.spec
diff -u SPECS/galeon.spec:1.251.2.2 SPECS/galeon.spec:1.251.2.3
--- SPECS/galeon.spec:1.251.2.2 Mon Jan 1 20:25:11 2007
+++ SPECS/galeon.spec Wed Jan 3 17:47:36 2007
@@ -113,9 +113,14 @@
%configure \
--disable-schemas-install \
%if %{with nautilus}
- --enable-nautilus-view=yes
+ --enable-nautilus-view=yes \
%else
- --enable-nautilus-view=no
+ --enable-nautilus-view=no \
+ %endif
+ %if %{with mozilla_firefox}
+ --with-mozilla=firefox
+ %else
+ --with-mozilla=xulrunner
%endif
%{__make}
@@ -170,6 +175,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.251.2.3 2007/01/03 16:47:36 hawk
+- specify which mozilla to use, autodetection always choose firefox if
+ few mozilla devel packages co-exist in system
+
Revision 1.251.2.2 2007/01/01 19:25:11 hawk
- updated to 2.0.2
- mozilla is dead, replaced mozilla deps with xulrunner deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/galeon.spec?r1=1.251.2.2&r2=1.251.2.3&f=u
More information about the pld-cvs-commit
mailing list