Hi,
I've created binary and source rpms which can be found here:
http://www.elvis.demon.co.uk/SpamCopURI/
I will look at improving these and better integration with SpamAssassin rpms over the next few weeks, but in the mean time your feedback is welcome.
Note it is likely you will have to --force the install so that the common files with SpamAssassin are replaced. It is _strongly recommended_ that you build from the source rpm on your system as the binaries are built on RedHat 7.3 and may not suit your systems.
rpm --rebuild perl-Mail-SpamAssassin-SpamCopURI-0.15-1.src.rpm
It likely I will also share some related rpms in the near future. If anyone has a better place to host the rpms let me know.
Regards,
Rob
I will take a look at the spec and see about including the src.rpm with each release on sourceforge. I should be able to automate the whole thing.
--eric
On Sat, May 08, 2004 at 01:42:27PM +0100, Robert Brooks wrote:
Hi,
I've created binary and source rpms which can be found here:
http://www.elvis.demon.co.uk/SpamCopURI/
I will look at improving these and better integration with SpamAssassin rpms over the next few weeks, but in the mean time your feedback is welcome.
Note it is likely you will have to --force the install so that the common files with SpamAssassin are replaced. It is _strongly recommended_ that you build from the source rpm on your system as the binaries are built on RedHat 7.3 and may not suit your systems.
rpm --rebuild perl-Mail-SpamAssassin-SpamCopURI-0.15-1.src.rpm
It likely I will also share some related rpms in the near future. If anyone has a better place to host the rpms let me know.
Regards,
Rob
-- Robert Brooks, Network Manager, Cable & Wireless UK robb@hyperlink-interactive.co.uk http://hyperlink-interactive.co.uk/ Tel: +44 (0)20 7240 8121 Fax: +44 (0)20 7240 8098
- Help Microsoft stamp out piracy. Give Linux to a friend today! -
Discuss mailing list Discuss@lists.surbl.org http://lists.surbl.org/mailman/listinfo/discuss
Robert Brooks wrote:
I've created binary and source rpms which can be found here: http://www.elvis.demon.co.uk/SpamCopURI/
I looked at doing this (I've been building by own variants of the main SA RPMs for a while, as well as several other programs and collections of personal scripts)...
Note it is likely you will have to --force the install so that the common files with SpamAssassin are replaced.
... but decided not to build a separate package for exactly this reason.
Instead, I integrated the SpamCopURI tarball into my SpamAssassin package. (I also had to add some packaging tweaks to get the basic SA build to go correctly.) The binary packages and the source package I've built should be available at ftp://ftp.deepnet.cx/pub/devel/WBEL or http://ftp.deepnet.cx/pub/devel/WBEL. Works For Me, YMMV.
It is _strongly recommended_ that you build from the source rpm on your system as the binaries are built on RedHat 7.3 and may not suit your systems.
This applies generally to any package not built on your particular rpm-based distro- if nothing else, it may reveal a missing dependency. <g>
It also shows up any changes in the general system environment- users on RH8/9, RHEL, Fedora, White Box, or any other recent closely RedHat-derived distro will probably see LANG environment problems with your package. :/
-kgd