Dear all, as you probably know, building an RPM (but I guess other package managers works in the same way) goes something like:
%prep unpack sources and apply patches %build compile stuff %install put binaries in a builroot %files package files in the buildroot Now, since the %install phase (it is usually a command like "make install DESTDIR=$RPMBUILDROOT") comes straight after the %build one, everything is already compiled so I do not expect any files to be compiled. This is not true with wengoscons: qt stuff (.ui and .qrc) are always compiled (not a big deal, there are a few of them), then a _full_ build starts again, so the net effect is that I have to compile wengo TWICE to package it. I would appreciate any insight about how and why this happens Cheers Gianluca _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
