]> git.pld-linux.org Git - packages/bogofilter.git/commitdiff
- BR: autoconf,automake; fixed inconsequence in pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Oct 2002 09:44:26 +0000 (09:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogofilter.spec -> 1.8

bogofilter.spec

index c8a6cc5ee028106c928aaadf577d7c61c9820e1e..47a4a51a8f1ae4643a880d9dffa41ef055adb93a 100644 (file)
@@ -8,9 +8,11 @@ Group:         Applications/Mail
 Vendor:                Eric S. Raymond <esr@thyrsus.com>
 Source0:       http://prdownloads.sourceforge.net/bogofilter/%{name}-%{version}.tar.gz
 URL:           http://bogofilter.sourceforge.net/
-BuildRequires: judy-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: db3-devel
 BuildRequires: flex
+BuildRequires: judy-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,7 +25,7 @@ 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
-Bogofilter jest bajesjañskim filtrem antyspamowym. W podstawowym
+Bogofilter jest bayesjañ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.
@@ -36,7 +38,7 @@ kt
 %setup -q
 
 %build
-aclocal
+%{__aclocal}
 %{__autoconf}
 autoheader
 %{__automake}
This page took 0.076657 seconds and 4 git commands to generate.