Author: hawk                         Date: Wed Jan  3 18:24:44 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:
   yelp.spec (1.75.4.15 -> 1.75.4.16) 

---- Diffs:

================================================================
Index: SPECS/yelp.spec
diff -u SPECS/yelp.spec:1.75.4.15 SPECS/yelp.spec:1.75.4.16
--- SPECS/yelp.spec:1.75.4.15   Mon Jan  1 20:34:16 2007
+++ SPECS/yelp.spec     Wed Jan  3 19:24:38 2007
@@ -54,7 +54,7 @@
 %if %{with mozilla_firefox}
 %requires_eq   mozilla-firefox
 %else
-Requires:      xulrunner
+%requires_eq   xulrunner
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -81,7 +81,12 @@
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       %if %{with mozilla_firefox}
+       --with-gecko=firefox
+       %else
+       --with-gecko=xulrunner
+       %endif
 %{__make}
 
 %install
@@ -123,6 +128,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75.4.16  2007/01/03 18:24:38  hawk
+- specify which mozilla to use for compilation, autodetect fails with
+  more than one gecko installed
+- fixed xulrunner R
+
 Revision 1.75.4.15  2007/01/01 19:34:16  hawk
 - mozilla is dead, replaced mozilla deps with xulrunner deps
 - build against xulrunner by default
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/yelp.spec?r1=1.75.4.15&r2=1.75.4.16&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to