You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2008/04/02 22:04:06 UTC

svn commit: r644030 - /spamassassin/trunk/INSTALL

Author: jm
Date: Wed Apr  2 13:04:05 2008
New Revision: 644030

URL: http://svn.apache.org/viewvc?rev=644030&view=rev
Log:
add Fedora Core package names

Modified:
    spamassassin/trunk/INSTALL

Modified: spamassassin/trunk/INSTALL
URL: http://svn.apache.org/viewvc/spamassassin/trunk/INSTALL?rev=644030&r1=644029&r2=644030&view=diff
==============================================================================
--- spamassassin/trunk/INSTALL (original)
+++ spamassassin/trunk/INSTALL Wed Apr  2 13:04:05 2008
@@ -178,6 +178,7 @@
 
     Debian: apt-get install libdigest-sha1-perl
     Gentoo: emerge dev-perl/Digest-SHA1
+    Fedora: yum install perl-Digest-SHA1
 
   - HTML::Parser >= 3.43 (from CPAN)
 
@@ -186,6 +187,7 @@
 
     Debian: apt-get install libhtml-parser-perl
     Gentoo: emerge dev-perl/HTML-Parser
+    Fedora: yum install perl-HTML-Parser
 
   - Net::DNS (from CPAN)
 
@@ -198,18 +200,24 @@
       - version 0.34 or higher on Unix systems
       - version 0.46 or higher on Windows systems
 
+    Debian/Ubuntu: apt-get install libnet-dns-perl
+    Fedora: yum install perl-Net-DNS
+
   - NetAddr::IP (from CPAN)
 
     Used to parse IP addresses and IP address ranges for
     "trusted_networks".
 
     Debian/Ubuntu: apt-get install libnetaddr-ip-perl
+    Fedora: yum install perl-NetAddr-IP
 
   - LWP (aka libwww-perl) (from CPAN)
 
     This set of modules will include both the LWP::UserAgent and
     HTTP::Date modules, used by sa-update to retrieve update archives.
 
+    Fedora: yum install perl-libwww-perl
+
   - HTTP::Date (from CPAN)
 
     Used by sa-update to deal with certain Date requests.
@@ -219,11 +227,15 @@
     Used by sa-update to uncompress update archives.
     Version 1.04 or later is required.
 
+    Fedora: yum install perl-IO-Zlib
+
   - Archive::Tar (from CPAN)
 
     Used by sa-update to expand update archives.
     Version 1.23 or later is required.
 
+    Fedora: yum install perl-Archive-Tar
+
 
 Optional Modules
 ----------------
@@ -294,6 +306,8 @@
     configuration or /etc/resolv.conf file is available only via an IPv6
     address.
 
+    Fedora: yum install perl-IO-Socket-INET6
+
 
   - IO::Socket::SSL (from CPAN)
 
@@ -303,6 +317,8 @@
     ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
     compatibile spamc.)
 
+    Fedora: yum install perl-IO-Socket-SSL
+
 
   - Compress::Zlib (from CPAN)
 
@@ -310,6 +326,8 @@
     between spamc and spamd (the -z option to spamc), useful for
     long-distance use of spamc over the internet, you need to install
     this module.
+
+    Fedora: yum install perl-Compress-Zlib
 
 
   - Time::HiRes (from CPAN)