Finally got the Fedora Extras python-reportlab rpm published today. Hopefully, the Python Imaging Library rpm will get published in the next month or so, and then we can have the Gramps rpm automatically handle the installation of these packages, so reports can be easily generated into PDF’s.
Been working on the Liferea spec file most of this week, trying to resolve some of the issues with it. The latest version supports using Mozilla HTML widget, but unfortunately Fedora’s /usr/lib/pkgconfig/mozilla-xpcom.pc, needs the following patch applied before compiling the rpm.
— mozilla-xpcom.pc.foo
+++ mozilla-xpcom.pc
@@ -8,4 +8,4 @@
Version: 1.4.1
Requires: mozilla-nspr = 1.4.1
Libs: -L${libdir} -lxpcom
-Cflags: -I${includedir}/xpcom -I${includedir}/string
+Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string
This is unfortunate, but I believe this is going to be corrected in Fedora Core 2, so I’ll probably hold off on having the spec file build the Mozilla plugin for now.


