All,

It appears as if there are some libraries and include files
compiled/generated/included in the SUNWgnome-im-client package that
are not being packaged by the spec file. The following patch resolves
this issue (not yet commited as I want your feedback first).

Take care,

Patrick


===================================================================
--- SUNWgnome-im-client.spec    (revision 14413)
+++ SUNWgnome-im-client.spec    (working copy)
@@ -151,6 +151,9 @@
 %{_libdir}/*.so*
 %{_libdir}/pidgin/*.so*
 %{_libdir}/purple-2/*.so*
+%{_libdir}/gnt/*
+%{_libdir}/finch/*
+
 %attr(755, root, bin) %{perl_vendorarch}/Pidgin.pm
 %attr(755, root, bin) %{perl_vendorarch}/Purple.pm
 %attr(755, root, bin) %{perl_vendorarch}/auto/Pidgin
@@ -196,6 +199,9 @@
 %{_includedir}/pidgin
 %{_includedir}/libpurple
 %{_includedir}/libotr
+%{_includedir}/gnt/*
+%{_includedir}/finch/*
+
 %dir %attr (0755, root, sys) %{_datadir}
 %dir %attr (0755, root, other) %{_datadir}/aclocal
 %{_datadir}/aclocal/*

Reply via email to