[python-enum] Replace python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 22:25:21 UTC 2014


commit 1a5f93c4b2ca7a66cfedd44a0d5d9b3b7b0a3d5e
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:25:21 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-enum.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/python-enum.spec b/python-enum.spec
index fcef9aa..a62ff38 100644
--- a/python-enum.spec
+++ b/python-enum.spec
@@ -3,7 +3,7 @@
 
 Name:           python-enum
 Version:        0.4.4
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Robust enumerated type support in Python
 
 Group:          Development/Languages
@@ -15,11 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
-BuildRequires: python-setuptools-devel
-%else
 BuildRequires: python-setuptools
-%endif
 
 %description
 This package provides a module for robust enumerations in Python.
@@ -48,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.4.4-9
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.4-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list