Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit fa17526

Browse files
committed
License changed to MIT pypa/setuptools@d0bd7a5
1 parent ed0d33e commit fa17526

File tree

3 files changed

+3
-280
lines changed

3 files changed

+3
-280
lines changed

SOURCES/psfl.txt

-216
This file was deleted.

SOURCES/zpl.txt

-59
This file was deleted.

SPECS/python27-setuptools.spec

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ Release: 1.ius%{?dist}
1515
Summary: Easily build and distribute Python %{pyver} packages
1616
Vendor: IUS Community Project
1717
Group: Applications/System
18-
License: Python or ZPLv2.0
18+
License: MIT
1919
URL: https://pypi.python.org/pypi/%{srcname}
2020
Source0: https://files.pythonhosted.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
21-
Source1: psfl.txt
22-
Source2: zpl.txt
2321
%{?el5:BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)}
2422
BuildArch: noarch
2523
BuildRequires: python%{iusver}-devel >= 2.7.9-1
@@ -58,7 +56,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build
5856
%{__python2} setup.py install --optimize 1 --skip-build --root %{buildroot}
5957
%{__rm} -rf %{buildroot}%{python2_sitelib}/setuptools/tests
6058
%{__rm} -f %{buildroot}%{_bindir}/easy_install
61-
%{__install} -p -m 0644 %{SOURCE1} %{SOURCE2} .
6259

6360

6461
%if 0%{?with_check}
@@ -74,7 +71,7 @@ LC_CTYPE=en_US.utf8 %{__python2} setup.py ptr
7471

7572

7673
%files
77-
%doc *.txt docs
74+
%doc docs/*
7875
%{python2_sitelib}/*
7976
%{_bindir}/easy_install-%{pyver}
8077

@@ -83,6 +80,7 @@ LC_CTYPE=en_US.utf8 %{__python2} setup.py ptr
8380
* Thu Jun 02 2016 Carl George <carl.george@rackspace.com> - 21.2.2-1.ius
8481
- Latest upstream
8582
- Switch Source0 URL to upstream recommendation
83+
- License changed to MIT https://github.com/pypa/setuptools/commit/d0bd7a5
8684

8785
* Tue May 03 2016 Ben Harper <ben.harper@rackspace.com> - 20.10.1-1.ius
8886
- updating to 20.10.1

0 commit comments

Comments
 (0)