SPECS (AC-branch): epiphany-extensions.spec - specify which mozill...
hawk
hawk at pld-linux.org
Wed Jan 3 19:43:15 CET 2007
Author: hawk Date: Wed Jan 3 18:43:15 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- specify which mozilla to use for compilation, autodetect fails with
more than one gecko installed
- fixed xulrunner R
---- Files affected:
SPECS:
epiphany-extensions.spec (1.47.2.14 -> 1.47.2.15)
---- Diffs:
================================================================
Index: SPECS/epiphany-extensions.spec
diff -u SPECS/epiphany-extensions.spec:1.47.2.14 SPECS/epiphany-extensions.spec:1.47.2.15
--- SPECS/epiphany-extensions.spec:1.47.2.14 Mon Jan 1 20:51:03 2007
+++ SPECS/epiphany-extensions.spec Wed Jan 3 19:43:10 2007
@@ -39,7 +39,7 @@
%if %{with mozilla_firefox}
%requires_eq mozilla-firefox
%else
-Requires: xulrunner
+%requires_eq xulrunner
%endif
Provides: epiphany-plugins
Obsoletes: epiphany-plugins <= 0.1.2
@@ -66,6 +66,11 @@
%{__automake}
%configure \
--with-extensions=really-all \
+ %if %{with mozilla_firefox}
+ --with-gecko=firefox \
+ %else
+ --with-gecko=xulrunner \
+ %endif
--disable-scrollkeeper
%{__make}
@@ -105,6 +110,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47.2.15 2007/01/03 18:43:10 hawk
+- specify which mozilla to use for compilation, autodetect fails with
+ more than one gecko installed
+- fixed xulrunner R
+
Revision 1.47.2.14 2007/01/01 19:51:03 hawk
- mozilla is dead, replaced mozilla deps with xulrunner deps
- release 11
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/epiphany-extensions.spec?r1=1.47.2.14&r2=1.47.2.15&f=u
More information about the pld-cvs-commit
mailing list