enable apoc adapter ad default
authordavelam
Tue, 10 Feb 2009 04:21:19 +0000
changeset 15046 06e582de37cf
parent 15045 b3f054b054cd
child 15047 9fa8da320d71
enable apoc adapter ad default
ChangeLog
SUNWfirefox.spec
base-specs/firefox.spec
--- a/ChangeLog	Tue Feb 10 03:59:25 2009 +0000
+++ b/ChangeLog	Tue Feb 10 04:21:19 2009 +0000
@@ -1,3 +1,8 @@
+2009-02-10  Dave Lin <[email protected]>
+
+	* SUNWfirefox.spec:
+	* base-specs/firefox.spec: Enable apoc adapater as default.
+
 2009-02-10  Halton Huo  <[email protected]>
 
 	* SUNWgnome-file-mgr.spec: Add BuildRequires: SUNWlibunique-devel,
--- 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
--- a/base-specs/firefox.spec	Tue Feb 10 03:59:25 2009 +0000
+++ b/base-specs/firefox.spec	Tue Feb 10 04:21:19 2009 +0000
@@ -26,7 +26,7 @@
 Source6:     %{name}-plugin.pc.in
 Source7:     %{name}-js.pc.in
 %define without_moz_nss_nspr %{?_without_moz_nss_nspr:1}%{?!_without_moz_nss_nspr:0}
-%define with_apoc_adapter %{?_with_apoc_adapter:1}%{?!_with_apoc_adapter:0}
+%define with_apoc_adapter %{?!_without_apoc_adapter:1}%{?_without_apoc_adapter:0}
 %if %with_apoc_adapter
 %define apoc_version 3.1
 Source8:     firefox-%{apoc_version}-apoc-adapter.tar.bz2
@@ -385,6 +385,8 @@
 %{_datadir}/pixmaps/%{name}-icon.png
 
 %changelog
+* Tue Feb 10 2009 - [email protected]
+- Enable apoc adapter as default.
 * Web Feb 04 2009 - [email protected]
 - Enable APOC adapter when build with --with-apoc-apdater
 * Mon Feb 02 2009 - [email protected]