From 90e64e63a9b2eaaae76e86bb69315ec3b83aa37a Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 22 Dec 2014 15:33:51 +0100 Subject: [PATCH] Bump to version 0.6.32 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-2241 Change-Id: I6a3324f8a42f0dabbe2c50e03f7386d86545fcdd Signed-off-by: Kévin THIERRY --- packaging/python-distribute.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/python-distribute.spec b/packaging/python-distribute.spec index a693d87..1d8921d 100644 --- a/packaging/python-distribute.spec +++ b/packaging/python-distribute.spec @@ -1,14 +1,14 @@ %define modname distribute %define mod2nam setuptools Name: python-%{modname} -Version: 0.6.30 +Version: 0.6.32 Release: 0 Url: http://packages.python.org/distribute Summary: Easily download, build, install, upgrade, and uninstall Python packages License: Python-2.0 or ZPL-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/d/%{modname}/%{modname}-%{version}.tar.gz -Source1001: python-distribute.manifest +Source1001: python-distribute.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel Provides: python-setuptools = %{version} @@ -49,5 +49,3 @@ rm -rf %{buildroot}%{python_sitelib}/%{mod2nam}/*.exe # Remove unneeded files %{python_sitelib}/site.py* %{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info/ %{python_sitelib}/%{mod2nam}-*-py%{py_ver}.egg-info - -%changelog -- 2.7.4