I'm building a SuSE RPM (for SuSE 9.0 with newest apt packages).

Little change for SuSE: "freetype" and "freetype-devel" are named "freetype2" 
and "freetype2-devel"

The following dependencies are missing in dia.spec:
Requires: libgnome libgnomeui popt esound
BuildRequires: libgnome-devel libgnomeui-devel popt-devel esound-devel

The dependency on popt and esound-devel is not even checked in ./configure, 
but results in compile respectively link errors.

More Problems, dia.desktop has been forgotten in installation ("make 
install"):

RPM build errors:
    File not found: /tmp/rpm/usr/share/gnome/apps/Applications/dia.desktop


Python Support has been forgotten:

dia.spec is missing option "--with-python" on the lines with "./configure" and 
"./autogen.sh".

For Python you additionally need:
Requires: python python-gtk
BuildRequires: python python-gtk


Regards
Marc
_______________________________________________
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.lysator.liu.se/~alla/dia/faq.html
Main page at http://www.lysator.liu.se/~alla/dia

Reply via email to