rebuild against db4-4.7, fix minor spec errors
This commit is contained in:
parent
fbdb54a4a4
commit
bc3430f50f
@ -1,7 +1,7 @@
|
||||
Summary: Fast anti-spam filtering by Bayesian statistical analysis
|
||||
Name: bogofilter
|
||||
Version: 1.1.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/Internet
|
||||
URL: http://bogofilter.sourceforge.net/
|
||||
@ -41,12 +41,12 @@ iconv -f iso-8859-1 -t utf-8 \
|
||||
doc/bogofilter-faq-fr.html
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --disable-rpath
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%makeinstall
|
||||
%{__make} DESTDIR=%{buildroot} install
|
||||
|
||||
%{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example \
|
||||
%{buildroot}%{_sysconfdir}/bogofilter.cf
|
||||
@ -79,6 +79,11 @@ iconv -f iso-8859-1 -t utf-8 \
|
||||
%exclude %{_mandir}/man1/bogoupgrade*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.7-2
|
||||
- rebuild against db4-4.7
|
||||
- use make DESTDIR install
|
||||
- disable rpaths
|
||||
|
||||
* Sat May 31 2008 Adrian Reber <adrian@lisas.de> - 1.1.7-1
|
||||
- updated to 1.1.7
|
||||
- moved bogoupgrade to its own package to remove the perl
|
||||
|
Loading…
Reference in New Issue
Block a user