Changeset 1564
- Timestamp:
- Jan 21, 2019, 8:28:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python-setuptools.spec
r1127 r1564 5 5 %global with_python3 0 6 6 7 %global srcname setuptools8 %if 0%{?build_wheel} 9 %global python2_wheelname %{ srcname}-%{version}-py2.py3-none-any.whl10 %global python2_record %{python2_sitelib}/%{ srcname}-%{version}.dist-info/RECORD7 %global main_name setuptools 8 %if 0%{?build_wheel} 9 %global python2_wheelname %{main_name}-%{version}-py2.py3-none-any.whl 10 %global python2_record %{python2_sitelib}/%{main_name}-%{version}.dist-info/RECORD 11 11 %if 0%{?with_python3} 12 12 %global python3_wheelname %python2_wheelname 13 %global python3_record %{python3_sitelib}/%{ srcname}-%{version}.dist-info/RECORD13 %global python3_record %{python3_sitelib}/%{main_name}-%{version}.dist-info/RECORD 14 14 %endif 15 15 %endif … … 17 17 Name: python-setuptools 18 18 Version: 34.4.1 19 Release: 1%{?dist}19 Release: 2%{?dist} 20 20 Summary: Easily build and distribute Python packages 21 21 22 22 Group: Applications/System 23 23 License: MIT 24 URL: https://pypi.python.org/pypi/%{ srcname}24 URL: https://pypi.python.org/pypi/%{main_name} 25 25 Vendor: bww bitwise works GmbH 26 %scm_source github https://github.com/bitwiseworks/%{srcname}-os2 %{version}-os226 %scm_source github https://github.com/bitwiseworks/%{main_name}-os2 %{version}-os2 27 27 28 28 29 29 BuildArch: noarch 30 BuildRequires: python-rpm-macros >= 1-3 30 31 BuildRequires: python2-devel 31 32 BuildRequires: python2-packaging … … 217 218 218 219 %changelog 220 * Mon Jan 21 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> 34.4.1-2 221 - rebuilt with latest python macros 222 219 223 * Mon May 08 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 34.4.1-1 220 224 - moved source to github
Note:
See TracChangeset
for help on using the changeset viewer.