On Wednesday, 17 May 2006, at 22:29:11 (-0500), Ed Presutti wrote: > Does E statically link against anything? If not, why not add an > AC_DISABLE_STATIC to configure.in to disable libtool's building of > the static stuff. You'll still have to use scriptlet to get rid of > the .la files, but at least you won't build/install the static > stuff. It'll also speed up the build a bit, which might not be a bad > thing for us frequent updaters. :-)
AFAIK, --disable-static or the macro equivalent would disable building static versions of libe as well, not just the modules. For purposes of the RPM, however, it doesn't matter. Raster added commands to the spec file's %install scriptlet to remove the *.a and *.la files for modules as they are indeed unused. This, rather than modifications to the %files section, is the proper solution to the problem he mentioned. The more verbose %files section will only serve to cause present and future "Installed but unpackaged" errors like those which resulted from the previous spec file. Note the commented-out .eap files. Commenting them out simply causes the build to fail. If they are not meant to be packaged, they must be removed. Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[EMAIL PROTECTED]> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "Pleure pas petite sirene, la ville dort encore. Ton histoire commence a peine. Pleure pas petite sirene, le jour attend dehors dans les brumes et les fontaines." -- Francis Cabrel ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel