summaryrefslogtreecommitdiffstats
path: root/bogofilter.spec
diff options
context:
space:
mode:
authorAdrian Reber <adrian@lisas.de>2013-02-22 15:29:27 +0100
committerAdrian Reber <adrian@lisas.de>2013-02-22 15:29:27 +0100
commitb2a7944935a79e34e5189c7570a4247b48b56995 (patch)
treefa1e41e8350c9d46f4514a20decb88041326d120 /bogofilter.spec
parent155a4ff2ff025162a95bc1a63a6996f1fe7af15b (diff)
downloadbogofilter_EL6-b2a7944935a79e34e5189c7570a4247b48b56995.tar.gz
removed three files with an unfree license from Source (fixes #912694)
Diffstat (limited to 'bogofilter.spec')
-rw-r--r--bogofilter.spec15
1 files changed, 13 insertions, 2 deletions
diff --git a/bogofilter.spec b/bogofilter.spec
index 5cd56cd..a48c963 100644
--- a/bogofilter.spec
+++ b/bogofilter.spec
@@ -1,11 +1,19 @@
Summary: Fast anti-spam filtering by Bayesian statistical analysis
Name: bogofilter
Version: 1.2.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
Group: Applications/Internet
URL: http://bogofilter.sourceforge.net/
-Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz
+# Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz
+# The above used to be to the Source: line
+# but due to bug 912694 which identified three files with license
+# problems the following steps are necessary to repack bogofilter
+# wget http://downloads.sourceforge.net/bogofilter/bogofilter-1.2.3.tar.gz
+# tar xf bogofilter-1.2.3.tar.gz
+# rm bogofilter-1.2.3/doc/bogofilter-SA-20[0-1][0,5]-0[1,2]
+# tar cf bogofilter-1.2.3.repack.tar.gz bogofilter-1.2.3
+Source: bogofilter-%{version}.repack.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex db4-devel gsl-devel
BuildRequires: /usr/bin/iconv
@@ -79,6 +87,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf
%exclude %{_mandir}/man1/bogoupgrade*
%changelog
+* Fri Feb 22 2012 Adrian Reber <adrian@lisas.de> - 1.2.3-2
+- removed three files with an unfree license from Source (fixes #912694)
+
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild