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

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


commit 8e270f40c90af13c2157729696b5dd1e0c37805a
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Nov 12 13:43:33 2013 -0800

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

 python-decoratortools.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/python-decoratortools.spec b/python-decoratortools.spec
index 3a1bec8..10b8ee1 100644
--- a/python-decoratortools.spec
+++ b/python-decoratortools.spec
@@ -1,11 +1,11 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
-%define module DecoratorTools
+%global module DecoratorTools
 
 Name:           python-decoratortools
 Version:        1.8
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Use class and function decorators -- even in Python 2.3
 Group:          Development/Languages
 License:        Python or ZPLv2.1
@@ -14,7 +14,7 @@ Source0:        http://pypi.python.org/packages/source/D/DecoratorTools/%{module
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel python-setuptools-devel python-nose
+BuildRequires:  python-devel python-setuptools python-nose
 
 %description
 Want to use decorators, but still need to support Python 2.3? Wish you could
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Nov 12 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.8-8
+- Replace dep on python-setuptools-devel with python-setuptools
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list