--On Sunday, September 05, 2004 1:16 PM -0500 -ray <[EMAIL PROTECTED]> wrote:
I'm building a mimedefang rpm on fedora core 2 using the supplied spec file. Looked for these rpms but can't find them. I have no problem installing from source, but just wondering if anyone knows why they are prereq's in the spec file when they (apparently) don't exist. thanks for any info.
Get a copy of the RPM::Specfile module from CPAN, building and installing it according to its README file:
<http://search.cpan.org/~chipt/RPM-Specfile-1.17/>
At that point you'll have installed a script called cpanflute2. Now build RPM's from CPAN modules with syntax like this:
cpanflute2 --buildall IO-stringy-2.109.tar.gz _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

