CR 6614970 Updated P3 gnome/build SUNWgnome-im-client package dependency
issue in snv_75.
Root cause is we wrongly delivered a library which result in the
dependency. Removing libbonjour.so should fix it. We are evaluating
whether we could deliver this in pidgin 3.0
Index: SUNWgnome-im-client.spec
===================================================================
--- SUNWgnome-im-client.spec (revision 12373)
+++ SUNWgnome-im-client.spec (revision 12374)
@@ -34,7 +34,6 @@
Requires: SUNWperl584core
Requires: SUNWpostrun
Requires: SUNWgnome-media
-Requires: SUNWavahi-bridge-dsd
BuildRequires: SUNWPython-devel
BuildRequires: SUNWdbus-devel
BuildRequires: SUNWevolution-data-server-devel
@@ -44,7 +43,6 @@
BuildRequires: SUNWgnome-base-libs-devel
BuildRequires: SUNWgnome-libs-devel
BuildRequires: SUNWgnome-media-devel
-BuildRequires: SUNWavahi-bridge-dsd-devel
%package root
Summary: %{summary} - / filesystem
@@ -199,7 +197,9 @@
%endif
%changelog
-* Wed Oct 10 2006 - damien.carbery at sun.com
+* Fri Nov 02 2007 - rick.ju at sun.com
+ remove SUNWavahi-bridge-dsd dependency
+* Wed Oct 10 2007 - damien.carbery at sun.com
- Update Build/Requires after running check-deps.pl script.
* Fri Sep 28 2007 - laca at sun.com
- delete some unnecessary env variables
Index: ChangeLog
===================================================================
--- ChangeLog (revision 12373)
+++ ChangeLog (revision 12374)
@@ -1,3 +1,8 @@
+2007-11-02 Rick Ju <rick.ju at sun.com>
+
+ * base-specs/pidgin.spec, SUNWgnome-im-client.spec:
+ remove SUNWavahi-bridge-dsd dependency
+
2007-11-01 Brian Cameron <brian.cameron at sun.com>
* SUNWPython-extra.spec, base-specs/numpy.spec: Add numpy to
@@ -3,5 +8,5 @@
SUNWPython-extra package to add numerical processing extensions
to Python.
- * base-spects/pygtk2.spec, patches/pygtk2-02-numpy-r2808.diff. This
+ * base-specs/pygtk2.spec, patches/pygtk2-02-numpy-r2808.diff. This
patch is based on the patch pygtk_r2808_patch_for_numpy found at
this URL - http://www.scipy.org/Porting_to_NumPy.
Index: base-specs/pidgin.spec
===================================================================
--- base-specs/pidgin.spec (revision 12373)
+++ base-specs/pidgin.spec (revision 12374)
@@ -122,6 +122,7 @@
rm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libqq.so
rm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libsimple.so
rm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libzephyr.so
+rm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libbonjour.so
%files
%defattr(-, root, root)
@@ -148,6 +149,9 @@
rm -r $RPM_BUILD_ROOT
%changelog
+* Fri Nov 02 2007 - rick.ju at sun.com
+ remove libbonjour.so
+
* Thu Aug 30 2007 - damien.carbery at sun.com
- Add intltoolize call to update intltool scripts.