SUNWfirefox.spec
changeset 15046 06e582de37cf
parent 13701 958898139a97
child 15143 d2d90ead6862
--- a/SUNWfirefox.spec	Tue Feb 10 03:59:25 2009 +0000
+++ b/SUNWfirefox.spec	Tue Feb 10 04:21:19 2009 +0000
@@ -14,8 +14,8 @@
 #
 %include Solaris.inc
 # use --without-apoc-adapter to disable building apoc adapter 
-# default: not build apoc adapter
-%define with_apoc_adapter %{?_with_apoc_adapter:1}%{?!_with_apoc_adapter:0}
+# default: build apoc adapter
+%define with_apoc_adapter %{?!_without_apoc_adapter:1}%{?_without_apoc_adapter:0}
 # use --without-moz-nss-nspr to not devlier Mozilla bundled nss, nspr libs
 # default: with Mozilla bundled nss, nspr libs
 %define without_moz_nss_nspr %{?_without_moz_nss_nspr:1}%{?!_without_moz_nss_nspr:0}
@@ -248,6 +248,8 @@
 %endif
 
 %changelog
+* Tue Feb 10 2009 - [email protected]
+- Enable apoc adapter as default.
 * Wed Sep 17 2008 - [email protected]
 - Remove /usr/lib/firefox/components/compreg.dat and /usr/lib/firefox/components/xpti.dat in postinstall and postremove
 - Touch /usr/lib/firefox/.autoreg in postinstall