dia.spec: Missing dependencies and Changes for SuSE



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]