From 5a3d0a6324b04680fa73f3aefb2b7ebd4949716b Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Dec 14 2007 07:24:17 +0000 Subject: - updated to 1.1.6 - made rpmlint happy - upstream confirmed that bogofilter is GPLv2 --- diff --git a/.cvsignore b/.cvsignore index 1702623..c114c41 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bogofilter-1.1.5.tar.gz +bogofilter-1.1.6.tar.gz diff --git a/bogofilter.spec b/bogofilter.spec index 377a04b..b9a7aec 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -1,13 +1,14 @@ Summary: Fast anti-spam filtering by Bayesian statistical analysis Name: bogofilter -Version: 1.1.5 +Version: 1.1.6 Release: 1%{?dist} -License: GPL +License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex db4-devel gsl-devel +BuildRequires: /usr/bin/iconv %description Bogofilter is a Bayesian spam filter. In its normal mode of @@ -20,6 +21,10 @@ by sites that process a lot of mail. %prep %setup -q +iconv -f iso-8859-1 -t utf-8 \ + doc/bogofilter-faq-fr.html > doc/bogofilter-faq-fr.html.utf8 +%{__mv} -f doc/bogofilter-faq-fr.html.utf8 \ + doc/bogofilter-faq-fr.html %build %configure @@ -29,7 +34,8 @@ by sites that process a lot of mail. %{__rm} -rf %{buildroot} %makeinstall -%{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example %{buildroot}%{_sysconfdir}/bogofilter.cf +%{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example \ + %{buildroot}%{_sysconfdir}/bogofilter.cf %{__install} -d -m0755 rpm-doc/xml/ rpm-doc/html/ %{__install} -m644 doc/*.xml rpm-doc/xml/ @@ -52,6 +58,15 @@ by sites that process a lot of mail. %{_bindir}/bf_* %changelog +* Thu Dec 13 2007 Adrian Reber - 1.1.6-1 +- updated to 1.1.6 +- made rpmlint happy +- upstream confirmed that bogofilter is GPLv2 + +* Thu Aug 23 2007 Adrian Reber - 1.1.5-2 +- rebuilt +- added patch to build with new glibc + * Wed Mar 07 2007 Adrian Reber - 1.1.5-1 - updated to 1.1.5 diff --git a/sources b/sources index 86b1e36..e71fe7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25558e2e72350ee2e4edfc1b617f6738 bogofilter-1.1.5.tar.gz +35ec52e5d2c58de04a1e02ddcc8d0252 bogofilter-1.1.6.tar.gz