]> git.pld-linux.org Git - packages/bogofilter.git/commitdiff
- bogofilter-0.7.4;
authorrrw <rrw@hell.pl>
Thu, 3 Oct 2002 10:34:42 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- uses autoconf toolchain now;
- remove test object mistakenly installed in _bindir;
- release 1;

Changed files:
    bogofilter.spec -> 1.6

bogofilter.spec

index 35a07335faf20429dffb491b899b9b7c402d1993..9a9f2a458dc87ab1df946c3503b3e864492a6328 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Bayesian Spam Filter
 Summary(pl):   BayesjaƱski Filtr Antyspamowy
 Name:          bogofilter
-Version:       0.7
-Release:       2
+Version:       0.7.4
+Release:       1
 License:       GPL
 Group:         Applications/Mail
 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/
+Source0:       http://prdownloads.sourceforge.net/bogofilter/%{name}-%{version}.tar.gz
+URL:           http://bogofilter.sourceforge.net/
 BuildRequires: judy-devel
 BuildRequires: db3-devel
 BuildRequires: flex
@@ -36,6 +36,11 @@ kt
 %setup -q
 
 %build
+aclocal
+%{__autoconf}
+autoheader
+%{__automake}
+%configure
 %{__make}
 
 %install
@@ -43,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_bindir}/lexertest
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.041325 seconds and 4 git commands to generate.