]> git.pld-linux.org Git - packages/bogofilter.git/commitdiff
- filled the rest of spec;
authorrrw <rrw@hell.pl>
Fri, 20 Sep 2002 21:57:39 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- made it compile;
- adapterised;
- release 1;
- STBR;

Changed files:
    bogofilter.spec -> 1.3

bogofilter.spec

index 7488f37697239968f7390dd76a2330df8b825456..616f712e9e2be9bec57df8c95c075fd0102ec65b 100644 (file)
@@ -1,31 +1,39 @@
 Summary:       Bayesian Spam Filter
-Summary(pl):   Bayesowski Filtr Antyspamowy
+Summary(pl):   Bayesjañski Filtr Antyspamowy
 Name:          bogofilter
 Version:       0.7
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Applications/Mail
-Vendor:                Eric Raymond <esr@thyrsus.com>
+Vendor:                Eric S. Raymond <esr@thyrsus.com>
 Source0:       http://www.tuxedo.org/~esr/bogofilter/%{name}-%{version}.tar.gz
 URL:           http://www.tuxedo.org/~esr/bogofilter/
 BuildRequires: judy-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Bayesian Spam Filter.
+Bogofilter is a Bayesian spam filter. In its normal mode of operation,
+it takes an email message or other text on standard input, does a
+statistical check against lists of "good" and "bad" words, and returns
+a status code indicating whether or not the message is spam.
+Bogofilter is designed with fast algorithms (including Berkeley DB
+system), coded directly in C, and tuned for speed, so it can be used
+for production by sites that process a lot of mail.
 
 %description -l pl
-Bayesowski Filtr Antyspamowy.
+Bogofilter jest bajesjañskim filtrem antyspamowym. W podstawowym
+trybie dzia³ania na emailu lub innym tek¶cie odczytanym na wej¶ciu
+wykonuje statystyczne testy na wystêpowanie "dobrych" i "z³ych" s³ów i
+zwraca kod powrotu wskazuj±cy czy wiadomo¶æ jest spamem, czy te¿ nie.
+Bogofilter jest zaprojektowany z u¿yciem szybkich algorytmów
+(w³aczaj±c w to Berkeley DB), napisany w czystym C i "podkrêcony" pod
+k±tek szybko¶ci, a wiêc mo¿e byæ u¿ywany na systemach "produkcyjnych",
+które przetwarzaj± du¿e ilo¶ci poczty.
 
 %prep
 %setup -q
 
 %build
-aclocal
-%{__autoconf}
-autoheader
-%{__automake}
-%configure
 %{__make}
 
 %install
@@ -39,6 +47,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README ChangeLog
+%doc README NEWS TODO
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%attr(644,root,root) %{_mandir}/man1/*
This page took 0.040788 seconds and 4 git commands to generate.