summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2016-10-09 11:31:48 -0700
committerTim Orling <TicoTimo@gmail.com>2016-10-09 11:44:40 -0700
commitc1aa04c6fe3e48fd62b3110f3cf3a0a43964a2f6 (patch)
tree6d4e6c8874a65a5ca91855a2085eb84c1b92d4f1
parent2e04394f078bcdf2c93eab821c54166bad1934e8 (diff)
downloadpython3-setuptools-el6.tar.gz
python3-setuptools-el6.tar.xz
python3-setuptools-el6.zip
Fixes for EPEL6 buildel6
-rw-r--r--python3-setuptools.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/python3-setuptools.spec b/python3-setuptools.spec
index d44e3e0..0e21c3c 100644
--- a/python3-setuptools.spec
+++ b/python3-setuptools.spec
@@ -19,10 +19,10 @@
Name: python3-setuptools
Version: 19.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Easily build and distribute Python 3 packages
-# LIcensing is in flux, see https://bitbucket.org/pypa/setuptools/issues/132/missing-license
+# Licensing is in flux, see https://bitbucket.org/pypa/setuptools/issues/132/missing-license
License: MIT and ASL 2.0
URL: https://pypi.python.org/pypi/%{srcname}
Source0: https://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
@@ -53,7 +53,7 @@ execute the software that requires pkg_resources.py.
%package -n python%{python3_pkgversion}-setuptools
Summary: Easily build and distribute Python %{python3_pkgversion} packages
Group: Applications/System
-%{?python_provide:%python_provide python3-setuptools}
+%{?python_provide:%python_provide python%{python3_pkgversion}-setuptools}
%description -n python%{python3_pkgversion}-setuptools
Setuptools is a collection of enhancements to the Python %{python3_pkgversion} distutils that allow
@@ -135,6 +135,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%changelog
+* Sun Oct 09 2016 Tim Orling <ticotimo@gmail.com> - 19.6.2-2
+- Fixes for EPEL6 build
+
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-1
- Update to 19.6.2
- Update license