]> git.pld-linux.org Git - packages/bogofilter.git/blob - bogofilter.spec
- filled the rest of spec;
[packages/bogofilter.git] / bogofilter.spec
1 Summary:        Bayesian Spam Filter
2 Summary(pl):    Bayesjañski Filtr Antyspamowy
3 Name:           bogofilter
4 Version:        0.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Vendor:         Eric S. Raymond <esr@thyrsus.com>
9 Source0:        http://www.tuxedo.org/~esr/bogofilter/%{name}-%{version}.tar.gz
10 URL:            http://www.tuxedo.org/~esr/bogofilter/
11 BuildRequires:  judy-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Bogofilter is a Bayesian spam filter. In its normal mode of operation,
16 it takes an email message or other text on standard input, does a
17 statistical check against lists of "good" and "bad" words, and returns
18 a status code indicating whether or not the message is spam.
19 Bogofilter is designed with fast algorithms (including Berkeley DB
20 system), coded directly in C, and tuned for speed, so it can be used
21 for production by sites that process a lot of mail.
22
23 %description -l pl
24 Bogofilter jest bajesjañskim filtrem antyspamowym. W podstawowym
25 trybie dzia³ania na emailu lub innym tek¶cie odczytanym na wej¶ciu
26 wykonuje statystyczne testy na wystêpowanie "dobrych" i "z³ych" s³ów i
27 zwraca kod powrotu wskazuj±cy czy wiadomo¶æ jest spamem, czy te¿ nie.
28 Bogofilter jest zaprojektowany z u¿yciem szybkich algorytmów
29 (w³aczaj±c w to Berkeley DB), napisany w czystym C i "podkrêcony" pod
30 k±tek szybko¶ci, a wiêc mo¿e byæ u¿ywany na systemach "produkcyjnych",
31 które przetwarzaj± du¿e ilo¶ci poczty.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README NEWS TODO
51 %attr(755,root,root) %{_bindir}/*
52 %attr(644,root,root) %{_mandir}/man1/*
This page took 0.049404 seconds and 4 git commands to generate.