Changeset 1564


Ignore:
Timestamp:
Jan 21, 2019, 8:28:27 PM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: python-setuptools: Release version 34.4.1-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python-setuptools.spec

    r1127 r1564  
    55%global with_python3 0
    66
    7 %global srcname setuptools
    8 %if 0%{?build_wheel}
    9 %global python2_wheelname %{srcname}-%{version}-py2.py3-none-any.whl
    10 %global python2_record %{python2_sitelib}/%{srcname}-%{version}.dist-info/RECORD
     7%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
    1111%if 0%{?with_python3}
    1212%global python3_wheelname %python2_wheelname
    13 %global python3_record %{python3_sitelib}/%{srcname}-%{version}.dist-info/RECORD
     13%global python3_record %{python3_sitelib}/%{main_name}-%{version}.dist-info/RECORD
    1414%endif
    1515%endif
     
    1717Name:           python-setuptools
    1818Version:        34.4.1
    19 Release:        1%{?dist}
     19Release:        2%{?dist}
    2020Summary:        Easily build and distribute Python packages
    2121
    2222Group:          Applications/System
    2323License:        MIT
    24 URL:            https://pypi.python.org/pypi/%{srcname}
     24URL:            https://pypi.python.org/pypi/%{main_name}
    2525Vendor:         bww bitwise works GmbH
    26 %scm_source github https://github.com/bitwiseworks/%{srcname}-os2 %{version}-os2
     26%scm_source github  https://github.com/bitwiseworks/%{main_name}-os2 %{version}-os2
    2727
    2828
    2929BuildArch:      noarch
     30BuildRequires:  python-rpm-macros >= 1-3
    3031BuildRequires:  python2-devel
    3132BuildRequires:  python2-packaging
     
    217218
    218219%changelog
     220* Mon Jan 21 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> 34.4.1-2
     221- rebuilt with latest python macros
     222
    219223* Mon May 08 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 34.4.1-1
    220224- moved source to github
Note: See TracChangeset for help on using the changeset viewer.