From b2a7944935a79e34e5189c7570a4247b48b56995 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 22 Feb 2013 15:29:27 +0100 Subject: removed three files with an unfree license from Source (fixes #912694) --- .gitignore | 1 + bogofilter.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3cc3dc2..1a834d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bogofilter-1.2.0.tar.gz bogofilter-1.2.2.tar.gz /bogofilter-1.2.3.tar.gz +/bogofilter-1.2.3.repack.tar.gz 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 - 1.2.3-2 +- removed three files with an unfree license from Source (fixes #912694) + * Wed Feb 13 2013 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index cd9a92f..df1e4fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aec710e967a7378f57267db70fe3217b bogofilter-1.2.3.tar.gz +d7a9665e04a3ba92611515d736db0125 bogofilter-1.2.3.repack.tar.gz -- cgit