78 lines
2.3 KiB
RPMSpec
78 lines
2.3 KiB
RPMSpec
Summary: Fast anti-spam filtering by Bayesian statistical analysis
|
|
Name: bogofilter
|
|
Version: 1.0.3
|
|
Release: 1%{?dist}
|
|
License: GPL
|
|
Group: Applications/Internet
|
|
URL: http://bogofilter.sourceforge.net/
|
|
Source: http://dl.sf.net/bogofilter/bogofilter-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: flex db4-devel gsl-devel
|
|
|
|
%description
|
|
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.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
%install
|
|
%{__rm} -rf %{buildroot}
|
|
%makeinstall
|
|
|
|
%{__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/
|
|
%{__install} -m644 doc/*.html rpm-doc/html/
|
|
|
|
%{__chmod} -x contrib/*
|
|
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-, root, root, 0755)
|
|
%doc AUTHORS COPYING NEWS README* RELEASE.NOTES* TODO bogofilter.cf.example
|
|
%doc doc/bogofilter-SA* doc/bogofilter-tuning.HOWTO* doc/integrating* doc/programmer/
|
|
%doc rpm-doc/html/ rpm-doc/xml/ contrib
|
|
%{_mandir}/man1/bogo*.1*
|
|
%{_mandir}/man1/bf_*.1*
|
|
%config(noreplace) %{_sysconfdir}/bogofilter.cf
|
|
%{_bindir}/bogo*
|
|
%{_bindir}/bf_*
|
|
|
|
%changelog
|
|
* Tue Sep 05 2006 Adrian Reber <adrian@lisas.de> - 1.0.3-1
|
|
- updated to 1.0.3
|
|
|
|
* Wed Apr 19 2006 Adrian Reber <adrian@lisas.de> - 1.0.2-1
|
|
- updated to 1.0.2
|
|
|
|
* Mon Jan 02 2006 Dries Verachtert <dries@ulyssis.org> - 1.0.1-1 - 3875/dries
|
|
- Updated to release 1.0.1.
|
|
|
|
* Fri Dec 02 2005 Dag Wieers <dag@wieers.com> - 1.0.0-1
|
|
- Updated to release 1.0.0.
|
|
|
|
* Tue Nov 22 2005 Dries Verachtert <dries@ulyssis.org> - 0.96.6-1
|
|
- Updated to release 0.96.6.
|
|
|
|
* Mon Aug 02 2004 Dag Wieers <dag@wieers.com> - 0.92.4-1
|
|
- Updated to release 0.92.4.
|
|
|
|
* Sat Apr 10 2004 Dag Wieers <dag@wieers.com> - 0.17.5-1
|
|
- Updated to release 0.17.5.
|
|
|
|
* Mon Jan 26 2004 Dag Wieers <dag@wieers.com> - 0.16.4-0
|
|
- Initial package. (using DAR)
|