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

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


commit c09a3ad921ee53092dc1d77087198030f53bec35
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:43:50 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-ctags.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-ctags.spec b/python-ctags.spec
index 3e3f7cb..bb37b7e 100644
--- a/python-ctags.spec
+++ b/python-ctags.spec
@@ -3,7 +3,7 @@
 
 Name:           python-ctags
 Version:        1.0.5
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A wrapper to read tags library
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@ URL:            http://code.google.com/p/python-ctags/
 Source0:        http://python-ctags.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel, python-setuptools-devel
+BuildRequires:  python-devel, python-setuptools
 Requires:       ctags
 
 %description
@@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.5-10
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list