From bc3430f50f8acf907c69d5a539133e5f52414b70 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 10 Jul 2008 15:53:53 +0000 Subject: rebuild against db4-4.7, fix minor spec errors --- bogofilter.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bogofilter.spec b/bogofilter.spec index 241fc41..89fb259 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -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 - 1.1.7-2 +- rebuild against db4-4.7 +- use make DESTDIR install +- disable rpaths + * Sat May 31 2008 Adrian Reber - 1.1.7-1 - updated to 1.1.7 - moved bogoupgrade to its own package to remove the perl -- cgit