summaryrefslogtreecommitdiffstats
path: root/python3-setuptools.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python3-setuptools.spec')
-rw-r--r--python3-setuptools.spec29
1 files changed, 16 insertions, 13 deletions
diff --git a/python3-setuptools.spec b/python3-setuptools.spec
index e42172a..d44e3e0 100644
--- a/python3-setuptools.spec
+++ b/python3-setuptools.spec
@@ -18,20 +18,16 @@
%endif
Name: python3-setuptools
-Version: 19.2
-Release: 3%{?dist}
+Version: 19.6.2
+Release: 1%{?dist}
Summary: Easily build and distribute Python 3 packages
# LIcensing is in flux, see https://bitbucket.org/pypa/setuptools/issues/132/missing-license
-License: (Python or ZPLv2.0) and ASL 2.0
+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
-# PSFL
-Source1: https://hg.python.org/cpython/raw-file/tip/LICENSE
-# ZPL
-Source2: https://raw.githubusercontent.com/zopefoundation/Zope/master/LICENSE.txt
# ASL 2.0
-Source3: http://www.apache.org/licenses/LICENSE-2.0
+Source1: http://www.apache.org/licenses/LICENSE-2.0
BuildArch: noarch
@@ -114,9 +110,7 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests
sed -i '/^setuptools\/tests\//d' %{buildroot}%{python3_record}
%endif
-install -p -m 0644 %{SOURCE1} psfl.txt
-install -p -m 0644 %{SOURCE2} zpl.txt
-install -p -m 0644 %{SOURCE3} asl.txt
+install -p -m 0644 %{SOURCE1} asl.txt
find %{buildroot}%{python3_sitelib} -name '*.exe' | xargs rm -f
# Don't ship these
@@ -130,13 +124,22 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%files -n python%{python3_pkgversion}-setuptools
-%license psfl.txt zpl.txt asl.txt
+%license asl.txt
%doc docs/*
-%{python3_sitelib}/*
+%{python3_sitelib}/easy_install.py
+%{python3_sitelib}/_markerlib/
+%{python3_sitelib}/pkg_resources/
+%{python3_sitelib}/setuptools*/
+%{python3_sitelib}/__pycache__/*
%{_bindir}/easy_install-3.*
%changelog
+* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-1
+- Update to 19.6.2
+- Update license
+- Fix python3 package file ownership
+
* Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 19.2-3
- Cleanup docs
- Add version info to summary and description