--On Saturday, September 06, 2003 11:49 PM -0500 Bill Polhemus <[EMAIL PROTECTED]> wrote:
> The RPMs are good, but sometimes I just don't have the patience to wait till > someone comes out with them (and I don't the inclination to learn how to > make SRPMs myself). > > I like compiling from Source. Correct me if I'm wrong, but doesn't the latest tarball incorporate Theo's spec file? If so, you can build a tuned RPM straight from the tarball: rpmbuild -ta xxxxx.tar.gz To build as a mortal, you need to have a ~/.rpmmacros file with a line declaring your %_topdir and an RPM build tree under the declared directory. I create a separate user "buildmeister" for building RPM's and put in its home directory a .rpmmacros containing this: %_topdir /home/buildmeister I then create the directories: mkdir -p ~buildmeister/{BUILD,RPMS/i386,RPMS/noarch,SOURCES,SPECS,SRPMS} (If you have cpan2rpm, you can create .rpmmacros and the directory tree with one of its options.) su to this user and run rpmbuild in this sandbox to "build from source". ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk