summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bogofilter.spec11
1 files 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 <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