[python-tag] Replace the python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 23:51:36 UTC 2014


commit c031cd1c92d99a1751fdcb16ad2c05705adfebe2
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:51:38 2014 -0700

    Replace the python-setuptools-devel BR with python-setuptools

 python-tag.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-tag.spec b/python-tag.spec
index 567bc6a..437e915 100644
--- a/python-tag.spec
+++ b/python-tag.spec
@@ -3,7 +3,7 @@
 Summary: Python bindings for TagLib to read and write music files tags
 Name: python-tag
 Version: 2013.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://pypi.python.org/pypi/tagpy
@@ -13,7 +13,7 @@ Patch0: tagpy-2013.1-no-distribute.patch
 
 Provides: tagpy = %{version}-%{release}
 BuildRequires: python-devel
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 BuildRequires: taglib-devel
 BuildRequires: boost-devel
 
@@ -37,6 +37,9 @@ python setup.py install -O1 --skip-build --root %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 2013.1-7
+- Replace the python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2013.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list