Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e280dbca5c2ec22795c7e3cc9b1b4ddf > files > 2

spamoracle-1.4-3.mga3.src.rpm

Name:           spamoracle
Version:        1.4
Release:        %mkrel 3
Group:          Networking/Mail
Summary:        Spam filter based on statistical analysis of e-mail contents
License:        GPL
URL:            http://pauillac.inria.fr/~xleroy/software.html#spamoracle
Source0:        http://pauillac.inria.fr/~xleroy/software/spamoracle-%{version}.tar.bz2
BuildRequires:  ocaml

%description
SpamOracle is a tool to help detect and filter away "spam"
(unsolicited commercial e-mail).  It proceeds by statistical analysis
of the words that appear in the e-mail, comparing the frequencies of
words with those found in a user-provided corpus of known spam and
known legitimate e-mail.  The classification algorithm is based on
Bayes' formula, and is described in Paul Graham's paper, "A plan for
spam", <http://www.paulgraham.com/spam.html>.

%prep
%setup -q

%build
make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/{%{_bindir},%{_mandir}/{man1,man5}}
make install \
  BINDIR=%{buildroot}/%{_bindir} \
  MANDIR=%{buildroot}/%{_mandir}

%files
%doc README Changes
%{_bindir}/spamoracle
%{_mandir}/man1/spamoracle.1*
%{_mandir}/man5/spamoracle.conf.5*


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 1.4-3.mga3
+ Revision: 382421
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Oct 01 2012 blue_prawn <blue_prawn> 1.4-2.mga3
+ Revision: 301691
- new rpm group for ocaml

* Thu Apr 19 2012 blue_prawn <blue_prawn> 1.4-1.mga2
+ Revision: 231876
- Import package from Mandriva