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

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


commit 8bec187cb7bb4f3b70dd79d51b788aaa36d236fb
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:45:11 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-daap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-daap.spec b/python-daap.spec
index 90ca585..b4ce21f 100644
--- a/python-daap.spec
+++ b/python-daap.spec
@@ -2,7 +2,7 @@
 
 Name:           python-daap
 Version:        0.7.1
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        DAAP client implemented in Python
 
 Group:          Development/Languages
@@ -13,7 +13,7 @@ Source0:        http://jerakeen.org/files/PythonDaap-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 
 %description
 A DAAP client implemented in Python.
@@ -37,6 +37,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.1-13
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list