[python-setuptools/nightly] Be less sctrict in the version used when wheeling

Miro Hrončok churchyard at fedoraproject.org
Sat Jun 7 16:08:18 UTC 2014


commit d6301e566886f53f95471b9d4155ff7b39b20258
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Sat Jun 7 18:08:00 2014 +0200

    Be less sctrict in the version used when wheeling

 python-setuptools.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 86a96f4..2825ea7 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -4,19 +4,19 @@
 
 %global srcname setuptools
 %if 0%{?build_wheel}
-%global python3_wheelname %{srcname}-%{version}-py2.py3-none-any.whl
-%global python3_record %{python35_sitelib}/%{srcname}-%{version}.dist-info/RECORD
+%global python3_wheelname %{srcname}-*-py2.py3-none-any.whl
+%global python3_record %{python35_sitelib}/%{srcname}-*.dist-info/RECORD
 %endif
 
 Name:           python35-setuptools
-Version:        2.0
-Release:        6%{?dist}
+Version:        4.2
+Release:        0.1.20140607hgd5b699a1068f%{?dist}
 Summary:        Easily build and distribute Python 3 packages
 
 Group:          Applications/System
 License:        Python or ZPLv2.0
 URL:            http://pypi.python.org/pypi/%{srcname}
-Source0:        http://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
+Source0:        python3-nightly-setuptools-d5b699a1068f.tar
 Source1:        psfl.txt
 Source2:        zpl.txt
 
@@ -41,7 +41,7 @@ This package also contains the runtime components of setuptools, necessary to
 execute the software that requires pkg_resources.py.
 
 %prep
-%setup -q -n %{srcname}-%{version}
+%setup -q -n python3-nightly-%{srcname}
 
 find -name '*.txt' -exec chmod -x \{\} \;
 find . -name '*.orig' -exec rm \{\} \;
@@ -97,6 +97,9 @@ rm -rf %{buildroot}
 %{_bindir}/easy_install-3.*
 
 %changelog
+* Sat Jun 07 2014 Miro Hrončok <mhroncok at redhat.com> - 4.2-0.1.20140607hgd5b699a1068f
+- Update to hg: d5b699a1068f
+
 * Sat Jun 07 2014 Miro Hrončok <mhroncok at redhat.com> - 2.0-6
 - Bootstraping
 
@@ -250,7 +253,7 @@ rm -rf %{buildroot}
 
 * Thu Feb 04 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.10-3
 - First build with python3 support enabled.
-  
+
 * Fri Jan 29 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.10-2
 - Really disable the python3 portion
 


More information about the scm-commits mailing list