[spambayes] Always BR: python-setuptools rather than python-setuptools-devel

Paul Howarth pghmcfc at fedoraproject.org
Thu Feb 27 15:43:49 UTC 2014


commit b19e0e15c703815ef696986a43ebffda96c0f783
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Feb 27 15:44:05 2014 +0000

    Always BR: python-setuptools rather than python-setuptools-devel

 spambayes.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/spambayes.spec b/spambayes.spec
index a47a3e6..a0a52a4 100644
--- a/spambayes.spec
+++ b/spambayes.spec
@@ -2,18 +2,14 @@
 
 Name:           spambayes
 Version:        1.1
-Release:        0.8.%{pre}%{?dist}
+Release:        0.9.%{pre}%{?dist}
 Summary:        Bayesian anti-spam classifier written in Python
 License:        Python
 URL:            http://spambayes.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{pre}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python2-devel
-%if 0%{?fedora} >= 8
-BuildRequires:  python-setuptools-devel
-%else
 BuildRequires:  python-setuptools
-%endif
 Requires:       python-lockfile
 
 %description
@@ -58,6 +54,9 @@ done
 %{_bindir}/sb_*.py
 
 %changelog
+* Thu Feb 27 2014 Paul Howarth <paul at city-fan.org> - 1.1-0.9.b1
+- Always BR: python-setuptools rather than python-setuptools-devel
+
 * Wed Feb 26 2014 Christopher Meng <rpm at cicku.me> - 1.1-0.8.b1
 - Update to 1.1b1
 


More information about the scm-commits mailing list