[TurboGears2] Replace dep on python-setuptools-devel with dep on python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Tue Nov 12 21:48:27 UTC 2013


commit d6b0af29bae29bb95db1fe528ceb2950dc3fa34d
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Nov 12 13:48:41 2013 -0800

    Replace dep on python-setuptools-devel with dep on python-setuptools

 TurboGears2.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/TurboGears2.spec b/TurboGears2.spec
index e75d12d..528c0fb 100644
--- a/TurboGears2.spec
+++ b/TurboGears2.spec
@@ -1,10 +1,10 @@
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
+%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 %global git 6da6959
 
 Name:           TurboGears2
 Version:        2.3.0
-Release:        0.3.git%{git}%{?dist}
+Release:        0.4.git%{git}%{?dist}
 Summary:        Next generation front-to-back web development megaframework
 
 Group:          Development/Languages
@@ -16,7 +16,7 @@ Patch1:         %{name}-no-ming.patch
 
 BuildArch:      noarch
 
-BuildRequires:  python-devel python-setuptools-devel
+BuildRequires:  python2-devel python-setuptools
 BuildRequires:  python-nose python-coverage
 BuildRequires:  python-turbokid >= 1.0.4
 BuildRequires:  python-zope-sqlalchemy >= 0.4
@@ -103,6 +103,9 @@ rm -fr %{buildroot}%{python_sitelib}/tests
 
 
 %changelog
+* Tue Nov 12 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 2.3.0-0.4.git
+- Replace dep on python-setuptools-devel with dep on python-setuptools
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.0-0.3.git6da6959
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list