Mailing List Archive

svn commit: r109694 - /spamassassin/site/main.wmk
Author: felicity
Date: Fri Dec 3 07:57:51 2004
New Revision: 109694

URL: http://svn.apache.org/viewcvs?view=rev&rev=109694
Log:
fixed issue with relhomehref comment. added docs about building RPM package to download page.
Modified:
spamassassin/site/main.wmk

Modified: spamassassin/site/main.wmk
Url: http://svn.apache.org/viewcvs/spamassassin/site/main.wmk?view=diff&rev=109694&p1=spamassassin/site/main.wmk&r1=109693&p2=spamassassin/site/main.wmk&r2=109694
==============================================================================
--- spamassassin/site/main.wmk (original)
+++ spamassassin/site/main.wmk Fri Dec 3 07:57:51 2004
@@ -288,7 +288,7 @@
Released version, ${relversion}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-<!-- use "relhomehref" links for the signatures; that way if a mirror
+<!-- use ''relhomehref'' links for the signatures; that way if a mirror
is compromised, the sigs are not and they will mismatch.
-->

@@ -301,7 +301,15 @@
Packages
~~~~~~~~

- <!-- - <a href=http://old.SpamAssassin.org/released/RPMs/>RPMs and SRPMs</a>, courtesy of Theo Van Dinter. (This is mirrored from his <a href=http://www.kluge.net/ftp/pub/spamassassin/>own site at kluge.net</a>.) -->
+ - **RPM**: SpamAssassin RPMs can be built directly from the tar file.
+ Simply run:
+
+ ##rpmbuild -tb Mail-SpamAssassin-${relversion}.tar.gz##
+
+ If necessary use the following option if you grab the bzip2
+ tar file instead of the gzip version:
+
+ ##--define ''srcext .bz2''##

- **Perl users**: SpamAssassin can be downloaded from <a href=http://www.cpan.org/>CPAN</a>.