From: <pa...@rc...> - 2000-12-24 05:29:38
|
Timothy Lee wrote: > I've packaged hpoj-0.7 into a SRPM. It includes the revised version of > the init script. After compilation, the layout the of resulting RPM > will be as follows: (file list skipped) One problem I see with this layout is that the $PREFIX/share/pixmaps/hpoj directory is missing, which contains pixmaps required by xojpanel. I assume that when one builds an RPM from the SRPM using the instructions you previously sent me, the configure script is invoked before compiling the source. If you're going to install under /usr instead of /usr/local, make sure you pass the --prefix=/usr option to ./configure to ensure that the correct pixmap path is specified when xojpanel gets compiled. Please make sure you make it clear in the SRPM what changes (relative to 0.7) you made, for example, adding the init script and .conf file. > Note that I've relocated ieee12844.o and ieee12844pp.o to > /lib/modules/boot. This way, they will be picked up by depmod at boot. > I'm tempted to insert the *alias* entries into conf.modules for the user > during installation, what's your opinion? What are the alias entries? > I'm waiting for more feedback on the init script before finalizing the > package. When that's done, I'll post the SRPM in this mailing list, and > you can put it on CVS. I don't think it's appropriate to put the SRPM itself in CVS, but I will make it available from the download page along with the instructions you sent me on how to build the RPM. David |