rpmbuild --define 'release 0.1' -ta Mail-SpamAssassin-3.000000.tar.gz \ >& /tmp/sa-rpm.log
I get this output:
<http://www.sewingwitch.com/ken/SRPMS/sa-rpm.log>
I then attempt to install the result:
[EMAIL PROTECTED] i386]# rpm -Uvh perl-Mail-SpamAssassin-3.0.0-0.1.i386.rpm \
spamassassin-3.0.0-0.1.i386.rpm spamassassin-tools-3.0.0-0.1.i386.rpm
error: Failed dependencies:
perl(Mail::SpamAssassin::NoMailAudit) is needed by spamassassin-tools-3.0.0-0.1
perl(Parse::Syslog) is needed by spamassassin-tools-3.0.0-0.1
Parse::Syslog isn't in either FC2 or the Dag repository, so I need to dig around to come up with that one, maybe use RPM::Specfile to make one from CPAN.
But shouldn't Mail::SpamAssassin::NoMailAudit be provided by perl-Mail-SpamAssassin?
